paper-with-me

홈 › Papers

Selective Classification Via Neural Network Training Dynamics

2022-05-26 · Stephan Rabanser, Anvith Thudi, Kimia Hamidieh, Adam Dziedzic, Nicolas Papernot

Selective classification is the task of rejecting inputs a model would predict incorrectly on through a trade-off between input space coverage and model accuracy. Current methods for selective classification impose constraints on either the model architecture or the loss function; this inhibits their usage in practice. In contrast to prior work, we show that state-of-the-art selective classification performance can be attained solely from studying the (discretized) training dynamics of a model. We propose a general framework that, for a given test input, monitors metrics capturing the disagreement with the final predicted label over intermediate models obtained during training; we then reject data points exhibiting too much disagreement at late stages in training. In particular, we instantiate a method that tracks when the label predicted during training stops disagreeing with the final predicted label. Our experimental evaluation shows that our method achieves state-of-the-art accuracy/coverage trade-offs on typical selective classification benchmarks.

📄 PDF Abstract BibTeX arXiv:2205.13532

Code (0)

등록된 구현이 없습니다.

Tasks

Classification

Similar Papers 제목 키워드 기반

Hierarchical Selective Classification

2024-05-19 · Shani Goren, Ido Galil, Ran El-Yaniv

Deploying deep neural networks for risk-sensitive tasks necessitates an uncertainty estimation mechanism. This paper introduces hierarchical selective classification, extending selective classification to a hierarchical …

ClassificationKnowledge DistillationSpecificity

Learning When to Stop: Selective Imitation Learning Under Arbitrary Dynamics Shift

2026-05-09 · Surbhi Goel, Jonathan Pei, James Wang arxiv

Behavior cloning provides strong imitation learning guarantees when training and test environments share the same dynamics. However, in many deployment settings the test environment's transitions differ from training, an…

On the special role of class-selective neurons in early training

2023-05-27 · Omkar Ranadive, Nikhil Thakurdesai, Ari S Morcos, Matthew Leavitt 외

It is commonly observed that deep networks trained for classification exhibit class-selective neurons in their early and intermediate layers. Intriguingly, recent studies have shown that these class-selective neurons can…

Pseudo-D: Informing Multi-View Uncertainty Estimation with Calibrated Neural Training Dynamics

2025-09-15 · Ang Nan Gu, Michael Tsang, Hooman Vaseli, Purang Abolmaesumi 외 arxiv

Computer-aided diagnosis systems must make critical decisions from medical images that are often noisy, ambiguous, or conflicting, yet today's models are trained on overly simplistic labels that ignore diagnostic uncerta…

Selective sampling for accelerating training of deep neural networks

2019-11-16 · Berry Weinstein, Shai Fine, Yacov Hel-Or

We present a selective sampling method designed to accelerate the training of deep neural networks. To this end, we introduce a novel measurement, the minimal margin score (MMS), which measures the minimal amount of disp…

Binary ClassificationClassificationGeneral Classificationimage-classification+1