LGAICVMay 8, 2024

Selective Classification Under Distribution Shifts

arXiv:2405.05160v28 citationsh-index: 7Has CodeTrans. Mach. Learn. Res.
Originality Incremental advance
AI Analysis

This work addresses a critical gap in deploying imperfect classifiers in high-stakes scenarios by handling distribution shifts, which is an incremental but important advancement for robust machine learning applications.

The paper tackles the problem of selective classification under distribution shifts, proposing a framework and novel margin-based score functions that are shown to be more effective and reliable than existing methods across various classification tasks and deep learning classifiers.

In selective classification (SC), a classifier abstains from making predictions that are likely to be wrong to avoid excessive errors. To deploy imperfect classifiers -- either due to intrinsic statistical noise of data or for robustness issue of the classifier or beyond -- in high-stakes scenarios, SC appears to be an attractive and necessary path to follow. Despite decades of research in SC, most previous SC methods still focus on the ideal statistical setting only, i.e., the data distribution at deployment is the same as that of training, although practical data can come from the wild. To bridge this gap, in this paper, we propose an SC framework that takes into account distribution shifts, termed generalized selective classification, that covers label-shifted (or out-of-distribution) and covariate-shifted samples, in addition to typical in-distribution samples, the first of its kind in the SC literature. We focus on non-training-based confidence-score functions for generalized SC on deep learning (DL) classifiers, and propose two novel margin-based score functions. Through extensive analysis and experiments, we show that our proposed score functions are more effective and reliable than the existing ones for generalized SC on a variety of classification tasks and DL classifiers. Code is available at https://github.com/sun-umn/sc_with_distshift.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes