SLOVA: Uncertainty Estimation Using Single Label One-Vs-All Classifier
Bartosz W\'ojcik, Jacek Grela, Marek \'Smieja, Krzysztof Misztal,, Jacek Tabor

TL;DR
SLOVA introduces a novel single-label one-vs-all classifier that improves uncertainty estimation in neural networks, effectively detects out-of-distribution samples, and calibrates confidence scores for high-risk applications.
Contribution
The paper proposes SLOVA, a new classifier that redefines one-vs-all probabilities for single-label scenarios, enhancing uncertainty estimation and out-of-distribution detection.
Findings
SLOVA achieves competitive in-distribution calibration performance.
The model maintains robustness under dataset shifts.
SLOVA excels at out-of-distribution sample detection.
Abstract
Deep neural networks present impressive performance, yet they cannot reliably estimate their predictive confidence, limiting their applicability in high-risk domains. We show that applying a multi-label one-vs-all loss reveals classification ambiguity and reduces model overconfidence. The introduced SLOVA (Single Label One-Vs-All) model redefines typical one-vs-all predictive probabilities to a single label situation, where only one class is the correct answer. The proposed classifier is confident only if a single class has a high probability and other probabilities are negligible. Unlike the typical softmax function, SLOVA naturally detects out-of-distribution samples if the probabilities of all other classes are small. The model is additionally fine-tuned with exponential calibration, which allows us to precisely align the confidence score with model accuracy. We verify our approach…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Machine Learning and Data Classification · Adversarial Robustness in Machine Learning
MethodsSoftmax · ALIGN
