LGAIMLJan 23, 2024

Deep Neural Network Benchmarks for Selective Classification

arXiv:2401.12708v212 citationsh-index: 8J. Data-centric Mach. Learn. Res.
AI Analysis

This work addresses the need for reliable predictions in socially sensitive tasks by providing a comprehensive benchmark for practitioners, though it is incremental as it compares existing methods without introducing new ones.

The paper benchmarks 18 selective classification methods on 44 diverse datasets to evaluate their performance in allowing models to abstain from predictions when uncertain, finding no single best method as results depend on user objectives.

With the increasing deployment of machine learning models in many socially sensitive tasks, there is a growing demand for reliable and trustworthy predictions. One way to accomplish these requirements is to allow a model to abstain from making a prediction when there is a high risk of making an error. This requires adding a selection mechanism to the model, which selects those examples for which the model will provide a prediction. The selective classification framework aims to design a mechanism that balances the fraction of rejected predictions (i.e., the proportion of examples for which the model does not make a prediction) versus the improvement in predictive performance on the selected predictions. Multiple selective classification frameworks exist, most of which rely on deep neural network architectures. However, the empirical evaluation of the existing approaches is still limited to partial comparisons among methods and settings, providing practitioners with little insight into their relative merits. We fill this gap by benchmarking 18 baselines on a diverse set of 44 datasets that includes both image and tabular data. Moreover, there is a mix of binary and multiclass tasks. We evaluate these approaches using several criteria, including selective error rate, empirical coverage, distribution of rejected instance's classes, and performance on out-of-distribution instances. The results indicate that there is not a single clear winner among the surveyed baselines, and the best method depends on the users' objectives.

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