Towards Better Selective Classification
Leo Feng, Mohamed Osama Ahmed, Hossein Hajimirsadeghi, Amir Abdi

TL;DR
This paper demonstrates that a simple, classifier-based selection mechanism using classification scores, combined with an entropy regularizer, outperforms complex existing methods in selective classification without extra computational cost.
Contribution
The paper introduces a classifier-based selection strategy and an entropy regularizer that together achieve state-of-the-art results in selective classification, challenging the need for architectural modifications.
Findings
Classifier-based selection outperforms existing methods across datasets.
Entropy regularizer improves selective classification performance.
Proposed method achieves state-of-the-art results without additional compute.
Abstract
We tackle the problem of Selective Classification where the objective is to achieve the best performance on a predetermined ratio (coverage) of the dataset. Recent state-of-the-art selective methods come with architectural changes either via introducing a separate selection head or an extra abstention logit. In this paper, we challenge the aforementioned methods. The results suggest that the superior performance of state-of-the-art methods is owed to training a more generalizable classifier rather than their proposed selection mechanisms. We argue that the best performing selection mechanism should instead be rooted in the classifier itself. Our proposed selection strategy uses the classification scores and achieves better results by a significant margin, consistently, across all coverages and all datasets, without any added compute cost. Furthermore, inspired by semi-supervised…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Data Classification · Data Stream Mining Techniques · Anomaly Detection Techniques and Applications
