paper-with-me

홈 › Papers

Leveraging Uncertainty in Deep Learning for Selective Classification

2019-05-23 · Mehmet Yigit Yildirim, Mert Ozer, Hasan Davulcu

The wide and rapid adoption of deep learning by practitioners brought unintended consequences in many situations such as in the infamous case of Google Photos' racist image recognition algorithm; thus, necessitated the utilization of the quantified uncertainty for each prediction. There have been recent efforts towards quantifying uncertainty in conventional deep learning methods (e.g., dropout as Bayesian approximation); however, their optimal use in decision making is often overlooked and understudied. In this study, we propose a mixed-integer programming framework for classification with reject option (also known as selective classification), that investigates and combines model uncertainty and predictive mean to identify optimal classification and rejection regions. Our results indicate superior performance of our framework both in non-rejected accuracy and rejection quality on several publicly available datasets. Moreover, we extend our framework to cost-sensitive settings and show that our approach outperforms industry standard methods significantly for online fraud management in real-world settings.

📄 PDF Abstract BibTeX arXiv:1905.09509

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDecision MakingDeep LearningGeneral ClassificationManagement

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

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

Selective classification using a robust meta-learning approach

2022-12-12 · Nishant Jain, Karthikeyan Shanmugam, Pradeep Shenoy

Predictive uncertainty-a model's self awareness regarding its accuracy on an input-is key for both building robust models via training interventions and for test-time applications such as selective classification. We pro…

Bilevel OptimizationClassificationDomain AdaptationMedical Diagnosis+2

Conformalized Selective Regression

2024-02-26 · Anna Sokol, Nuno Moniz, Nitesh Chawla

Should prediction models always deliver a prediction? In the pursuit of maximum predictive performance, critical considerations of reliability and fairness are often overshadowed, particularly when it comes to the role o…

Conformal PredictionFairnessPredictionregression

An Empirical Analysis of Calibration and Selective Prediction in Multimodal Clinical Condition Classification

2026-03-03 · L. Julián Lechuga López, Farah E. Shamout, Tim G. J. Rudner arxiv

As artificial intelligence systems move toward clinical deployment, ensuring reliable prediction behavior is fundamental for safety-critical decision-making tasks. One proposed safeguard is selective prediction, where mo…

Calibrated Selective Classification

2022-08-25 · Adam Fisch, Tommi Jaakkola, Regina Barzilay

Selective classification allows models to abstain from making predictions (e.g., say "I don't know") when in doubt in order to obtain better effective accuracy. While typical selective models can be effective at producin…

Classificationimage-classificationImage Classification