paper-with-me

Papers

Multi-Class Uncertainty Calibration via Mutual Information Maximization-based Binning

2020-06-23 · ICLR 2021 1 · Kanil Patel, William Beluch, Bin Yang, Michael Pfeiffer, Dan Zhang

Post-hoc multi-class calibration is a common approach for providing high-quality confidence estimates of deep neural network predictions. Recent work has shown that widely used scaling methods underestimate their calibration error, while alternative Histogram Binning (HB) methods often fail to preserve classification accuracy. When classes have small prior probabilities, HB also faces the issue of severe sample-inefficiency after the conversion into K one-vs-rest class-wise calibration problems. The goal of this paper is to resolve the identified issues of HB in order to provide calibrated confidence estimates using only a small holdout calibration dataset for bin optimization while preserving multi-class ranking accuracy. From an information-theoretic perspective, we derive the I-Max concept for binning, which maximizes the mutual information between labels and quantized logits. This concept mitigates potential loss in ranking performance due to lossy quantization, and by disentangling the optimization of bin edges and representatives allows simultaneous improvement of ranking and calibration performance. To improve the sample efficiency and estimates from a small calibration set, we propose a shared class-wise (sCW) calibration strategy, sharing one calibrator among similar classes (e.g., with similar class priors) so that the training sets of their class-wise calibration problems can be merged to train the single calibrator. The combination of sCW and I-Max binning outperforms the state of the art calibration methods on various evaluation metrics across different benchmark datasets and models, using a small calibration set (e.g., 1k samples for ImageNet).

📄 PDF Abstract BibTeX arXiv:2006.13092

Code (1)

boschresearch/imax-calibration 공식 구현

Tasks

Quantization

Similar Papers 제목 키워드 기반

A Quantitative Comparison of Epistemic Uncertainty Maps Applied to Multi-Class Segmentation

2021-09-22 · Robin Camarasa, Daniel Bos, Jeroen Hendrikse, Paul Nederkoorn 외

Uncertainty assessment has gained rapid interest in medical image analysis. A popular technique to compute epistemic uncertainty is the Monte-Carlo (MC) dropout technique. From a network with MC dropout and a single inpu…

Medical Image Analysis

Improving Accuracy and Calibration via Differentiated Deep Mutual Learning

2025-01-01 · CVPR 2025 1 · Han Liu, Peng Cui, Bingning Wang, WeiPeng Chen 외

Deep Neural Networks (DNNs) have achieved remarkable success in a variety of tasks, particularly in terms of prediction accuracy. However, in real-world scenarios, especially in safety-critical applications, accuracy…

Diversity

Extracting Uncertainty Estimates from Mixtures of Experts for Semantic Segmentation

2025-09-05 · Svetlana Pavlitska, Beyza Keskin, Alwin Faßbender, Christian Hubschneider 외 arxiv

Estimating accurate and well-calibrated predictive uncertainty is important for enhancing the reliability of computer vision models, especially in safety-critical applications like traffic scene perception. While ensembl…

Semantic Segmentation

Investigating Calibration and Corruption Robustness of Post-hoc Pruned Perception CNNs: An Image Classification Benchmark Study

2024-05-31 · Pallavi Mitra, Gesina Schwalbe, Nadja Klein

Convolutional Neural Networks (CNNs) have achieved state-of-the-art performance in many computer vision tasks. However, high computational and storage demands hinder their deployment into resource-constrained environment…

image-classificationImage Classification

Towards calibrated and scalable uncertainty representations for neural networks

2019-10-28 · Nabeel Seedat, Christopher Kanan

For many applications it is critical to know the uncertainty of a neural network's predictions. While a variety of neural network parameter estimation methods have been proposed for uncertainty estimation, they have not …

parameter estimation