Variance-Gated Ensembles define a margin-variance uncertainty score and a differentiable normalization layer that suppress high-variance ensemble predictions at linear cost.
Calibrated ensembles can mitigate accuracy tradeoffs under distribution shift
1 Pith paper cite this work, alongside 7 external citations. Polarity classification is still indexing.
abstract
We often see undesirable tradeoffs in robust machine learning where out-of-distribution (OOD) accuracy is at odds with in-distribution (ID) accuracy: a robust classifier obtained via specialized techniques such as removing spurious features often has better OOD but worse ID accuracy compared to a standard classifier trained via ERM. In this paper, we find that ID-calibrated ensembles -- where we simply ensemble the standard and robust models after calibrating on only ID data -- outperforms prior state-of-the-art (based on self-training) on both ID and OOD accuracy. On eleven natural distribution shift datasets, ID-calibrated ensembles obtain the best of both worlds: strong ID accuracy and OOD accuracy. We analyze this method in stylized settings, and identify two important conditions for ensembles to perform well both ID and OOD: (1) we need to calibrate the standard and robust models (on ID data, because OOD data is unavailable), (2) OOD has no anticorrelated spurious features.
fields
cs.LG 1years
2026 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Variance-Gated Ensembles: An Epistemic-Aware Framework for Uncertainty Estimation
Variance-Gated Ensembles define a margin-variance uncertainty score and a differentiable normalization layer that suppress high-variance ensemble predictions at linear cost.