What Does It Take to Build a Performant Selective Classifier?
Stephan Rabanser, Nicolas Papernot
TL;DR
The paper formalizes a finite-sample selective-classification gap Δ(c) between real predictors and a perfect-ordering oracle, decomposing it into five components: Bayes noise, approximation error, ranking error, statistical noise, and miscellaneous slack. It shows monotone post-hoc calibration has limited impact on reducing the gap, emphasizing the need for score functions that actively reorder predictions using richer features or ensembles. Through synthetic two-moons experiments and real vision and language benchmarks, the authors isolate each error source, finding that Bayes noise and capacity limits dominate the gap while richer, non-monotone scoring improves rank-ordering under distribution shift. The work provides an actionable error budget and practical guidelines for designing selective classifiers that closely approximate ideal oracle behavior, with implications for reliability in high-stakes deployments.
Abstract
Selective classifiers improve model reliability by abstaining on inputs the model deems uncertain. However, few practical approaches achieve the gold-standard performance of a perfect-ordering oracle that accepts examples exactly in order of correctness. Our work formalizes this shortfall as the selective-classification gap and present the first finite-sample decomposition of this gap to five distinct sources of looseness: Bayes noise, approximation error, ranking error, statistical noise, and implementation- or shift-induced slack. Crucially, our analysis reveals that monotone post-hoc calibration -- often believed to strengthen selective classifiers -- has limited impact on closing this gap, since it rarely alters the model's underlying score ranking. Bridging the gap therefore requires scoring mechanisms that can effectively reorder predictions rather than merely rescale them. We validate our decomposition on synthetic two-moons data and on real-world vision and language benchmarks, isolating each error component through controlled experiments. Our results confirm that (i) Bayes noise and limited model capacity can account for substantial gaps, (ii) only richer, feature-aware calibrators meaningfully improve score ordering, and (iii) data shift introduces a separate slack that demands distributionally robust training. Together, our decomposition yields a quantitative error budget as well as actionable design guidelines that practitioners can use to build selective classifiers which approximate ideal oracle behavior more closely.
