paper-with-me

Papers

Estimating Expected Calibration Errors

2021-09-08 · Nicolas Posocco, Antoine Bonnefoy

Uncertainty in probabilistic classifiers predictions is a key concern when models are used to support human decision making, in broader probabilistic pipelines or when sensitive automatic decisions have to be taken. Studies have shown that most models are not intrinsically well calibrated, meaning that their decision scores are not consistent with posterior probabilities. Hence being able to calibrate these models, or enforce calibration while learning them, has regained interest in recent literature. In this context, properly assessing calibration is paramount to quantify new contributions tackling calibration. However, there is room for improvement for commonly used metrics and evaluation of calibration could benefit from deeper analyses. Thus this paper focuses on the empirical evaluation of calibration metrics in the context of classification. More specifically it evaluates different estimators of the Expected Calibration Error ($ECE$), amongst which legacy estimators and some novel ones, proposed in this paper. We build an empirical procedure to quantify the quality of these $ECE$ estimators, and use it to decide which estimator should be used in practice for different settings.

📄 PDF Abstract BibTeX arXiv:2109.03480

Code (1)

euranova/estimating_eces 공식 구현

Tasks

Decision Making

Similar Papers 제목 키워드 기반

A Variational Estimator for $L_p$ Calibration Errors

2026-02-27 · Eugène Berta, Sacha Braun, David Holzmüller, Francis Bach 외 arxiv

Calibration$\unicode{x2014}$the problem of ensuring that predicted probabilities align with observed class frequencies$\unicode{x2014}$is a basic desideratum for reliable prediction with machine learning systems. Calibra…

Truthful Calibration Errors for Multi-Class Prediction

2025-10-07 · Yuxuan Lu, Yifan Wu, Jason Hartline, Lunjia Hu arxiv

Calibrated predictions are useful because their numerical values can be interpreted as probabilities. Calibration errors are therefore widely used to evaluate, compare, and tune probabilistic predictors. Recently, Haghta…

Optimizing Estimators of Squared Calibration Errors in Classification

2024-10-09 · Sebastian G. Gruber, Francis Bach

In this work, we propose a mean-squared error-based risk that enables the comparison and optimization of estimators of squared calibration errors in practical settings. Improving the calibration of classifiers is crucial…

ClassificationDecision Makingimage-classificationImage Classification+1

Properties of the ENCE and other MAD-based calibration metrics

2023-05-17 · Pascal Pernot

The Expected Normalized Calibration Error (ENCE) is a popular calibration statistic used in Machine Learning to assess the quality of prediction uncertainties for regression problems. Estimation of the ENCE is based on t…

MedBayes-Lite: A Clinical Uncertainty Governance Layer for Risk-Aware Medical Decision Support

2025-11-20 · Elias Hossain, Md Mehedi Hasan Nipu, Maleeha Sheikh, Tasfia Nuzhat 외 arxiv

Clinical language models often assign high confidence to incorrect predictions, particularly in high-severity and out-of-distribution cases. We present MedBayes-Lite, a retraining-free uncertainty governance layer for tr…