paper-with-me

Papers

Improved Uncertainty Post-Calibration via Rank Preserving Transforms

2021-01-01 · Yu Bai, Tengyu Ma, Huan Wang, Caiming Xiong

Modern machine learning models with high accuracy often exhibit poor uncertainty calibration: the output probabilities of the model do not reflect its accuracy, and tend to be over-confident. Existing post-calibration methods such as temperature scaling recalibrate a trained model using rather simple calibrators with one or few parameters, which can have a rather limited capacity. In this paper, we propose Neural Rank Preserving Transforms (NRPT), a new post-calibration method that adjusts the output probabilities of a trained classifier using a calibrator of higher capacity, while maintaining its prediction accuracy. NRPT learns a calibrator that preserves the rank of the probabilities through general monotonic transforms, individualizes to the original input, and allows learning with any loss function that encourages calibration. We show experimentally that NRPT improves the expected calibration error (ECE) significantly over existing post-calibration methods such as (local) temperature scaling on large-scale image and text classification tasks. The performance of NRPT can further match ensemble methods such as deep ensembles, while being much more parameter-efficient. We further demonstrate the improved calibration ability of NRPT beyond the ECE metric, such as accuracy among top-confidence predictions, as well as optimizing the tradeoff between calibration and sharpness.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

Randomised Postiterations for Calibrated BayesCG

2025-04-05 · Niall Vyas, Disha Hegde, Jon Cockayne

The Bayesian conjugate gradient method offers probabilistic solutions to linear systems but suffers from poor calibration, limiting its utility in uncertainty quantification tasks. Recent approaches leveraging postiterat…

Uncertainty Quantification

Parameterized Temperature Scaling for Boosting the Expressive Power in Post-Hoc Uncertainty Calibration

2021-02-24 · Christian Tomani, Daniel Cremers, Florian Buettner

We address the problem of uncertainty calibration and introduce a novel calibration method, Parametrized Temperature Scaling (PTS). Standard deep neural networks typically yield uncalibrated predictions, which can be tra…

SAGE: Answer-Conditioned Uncertainty Targets for Verbal Uncertainty Alignment

2026-06-09 · Kaiwen Shi, Zheyuan Zhang, Yanfang Ye arxiv

Large language models increasingly express uncertainty through natural-language statements, yet these expressions often fail to reflect the model's sampled behavior. We study verbal uncertainty alignment as a distributio…

SegWithU: Uncertainty as Perturbation Energy for Single-Forward-Pass Risk-Aware Medical Image Segmentation

2026-04-16 · Tianhao Fu, Austin Wang, Charles Chen, Roby Aldave-Garza 외 arxiv

Reliable uncertainty estimation is critical for medical image segmentation, where automated contours feed downstream quantification and clinical decision support. Many strong uncertainty methods require repeated inferenc…

Medical Image Segmentation

Improving Uncertainty Calibration of Deep Neural Networks via Truth Discovery and Geometric Optimization

2021-06-25 · Chunwei Ma, Ziyun Huang, Jiayi Xian, Mingchen Gao 외

Deep Neural Networks (DNNs), despite their tremendous success in recent years, could still cast doubts on their predictions due to the intrinsic uncertainty associated with their learning process. Ensemble techniques and…