paper-with-me

홈 › Papers

Soft Mean Expected Calibration Error (SMECE): A Calibration Metric for Probabilistic Labels

2026-03-14 · Michael Leznik arxiv

The Expected Calibration Error (ece), the dominant calibration metric in machine learning, compares predicted probabilities against empirical frequencies of binary outcomes. This is appropriate when labels are binary events. However, many modern settings produce labels that are themselves probabilities rather than binary outcomes: a radiologist's stated confidence, a teacher model's soft output in knowledge distillation, a class posterior derived from a generative model, or an annotator agreement fraction. In these settings, ece commits a category error - it discards the probabilistic information in the label by forcing it into a binary comparison. The result is not a noisy approximation that more data will correct. It is a structural misalignment that persists and converges to the wrong answer with increasing precision as sample size grows. We introduce the Soft Mean Expected Calibration Error (smece), a calibration metric for settings where labels are of probabilistic nature. The modification to the ece formula is one line: replace the empirical hard-label fraction in each prediction bin with the mean probability label of the samples in that bin. smece reduces exactly to ece when labels are binary, making it a strict generalisation.

📄 PDF Abstract BibTeX arXiv:2603.14092

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Calibration tests in multi-class classification: A unifying framework

2019-10-24 · NeurIPS 2019 12 · David Widmann, Fredrik Lindsten, Dave Zachariah

In safety-critical applications a probabilistic model is usually required to be calibrated, i.e., to capture the uncertainty of its predictions accurately. In multi-class classification, calibration of the most confident…

ClassificationGeneral ClassificationMulti-class Classification

Sample Margin-Aware Recalibration of Temperature Scaling

2025-06-30 · Haolan Guo, Linwei Tao, Haoyang Luo, Minjing Dong 외 arxiv

Recent advances in deep learning have significantly improved predictive accuracy. However, modern neural networks remain systematically overconfident, posing risks for deployment in safety-critical scenarios. Current pos…

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…

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. Stud…

Decision Making

Negative impact of heavy-tailed uncertainty and error distributions on the reliability of calibration statistics for machine learning regression tasks

2024-02-15 · Pascal Pernot

Average calibration of the (variance-based) prediction uncertainties of machine learning regression tasks can be tested in two ways: one is to estimate the calibration error (CE) as the difference between the mean absolu…

regressionUncertainty Quantification