A General Framework for Abstention Under Label Shift
Amr M. Alexandari, Anshul Kundaje, Avanti Shrikumar

TL;DR
This paper introduces a versatile abstention framework for machine learning that optimizes any metric, handles label shift effectively, and is compatible with calibrated classifiers, demonstrated through experiments on diverse datasets.
Contribution
It proposes a general, metric-agnostic abstention method that adapts to label shift and works with any calibrated classifier, filling a gap in existing approaches.
Findings
Effective in optimizing multiple metrics like sensitivity, auROC, and Cohen's Kappa.
Handles label shift at test time, improving robustness.
Outperforms existing methods on synthetic, biological, and clinical datasets.
Abstract
In safety-critical applications of machine learning, it is often important to abstain from making predictions on low confidence examples. Standard abstention methods tend to be focused on optimizing top-k accuracy, but in many applications, accuracy is not the metric of interest. Further, label shift (a shift in class proportions between training time and prediction time) is ubiquitous in practical settings, and existing abstention methods do not handle label shift well. In this work, we present a general framework for abstention that can be applied to optimize any metric of interest, that is adaptable to label shift at test time, and that works out-of-the-box with any classifier that can be calibrated. Our approach leverages recent reports that calibrated probability estimates can be used as a proxy for the true class labels, thereby allowing us to estimate the change in an arbitrary…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Adversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI)
