paper-with-me

Papers

AUC-based Selective Classification

2022-10-19 · Andrea Pugnana, Salvatore Ruggieri

Selective classification (or classification with a reject option) pairs a classifier with a selection function to determine whether or not a prediction should be accepted. This framework trades off coverage (probability of accepting a prediction) with predictive performance, typically measured by distributive loss functions. In many application scenarios, such as credit scoring, performance is instead measured by ranking metrics, such as the Area Under the ROC Curve (AUC). We propose a model-agnostic approach to associate a selection function to a given probabilistic binary classifier. The approach is specifically targeted at optimizing the AUC. We provide both theoretical justifications and a novel algorithm, called AUCROSS, to achieve such a goal. Experiments show that our method succeeds in trading-off coverage for AUC, improving over existing selective classification methods targeted at optimizing accuracy.

📄 PDF Abstract BibTeX arXiv:2210.10703

Code (1)

andrepugni/aucbasedselectiveclassification 공식 구현 pytorch

Tasks

Classification

Similar Papers 제목 키워드 기반

Confidence-aware Contrastive Learning for Selective Classification

2024-06-07 · Yu-Chang Wu, Shen-Huan Lyu, Haopu Shang, Xiangyu Wang 외

Selective classification enables models to make predictions only when they are sufficiently confident, aiming to enhance safety and reliability, which is important in high-stakes scenarios. Previous methods mainly use de…

ClassificationContrastive Learning

Trading via Selective Classification

2021-10-28 · Nestoras Chalkidis, Rahul Savani

A binary classifier that tries to predict if the price of an asset will increase or decrease naturally gives rise to a trading strategy that follows the prediction and thus always has a position in the market. Selective …

ClassificationPosition

Selective Classification Can Magnify Disparities Across Groups

2020-10-27 · ICLR 2021 1 · Erik Jones, Shiori Sagawa, Pang Wei Koh, Ananya Kumar 외

Selective classification, in which models can abstain on uncertain predictions, is a natural approach to improving accuracy in settings where errors are costly but abstentions are manageable. In this paper, we find that …

ClassificationGeneral Classification

SelectiveNet: A Deep Neural Network with an Integrated Reject Option

2019-01-26 · Yonatan Geifman, Ran El-Yaniv

We consider the problem of selective prediction (also known as reject option) in deep neural networks, and introduce SelectiveNet, a deep neural architecture with an integrated reject option. Existing rejection mechanism…

ClassificationGeneral ClassificationPredictionregression

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