paper-with-me

홈 › Papers

Metrics of calibration for probabilistic predictions

2022-05-19 · Imanol Arrieta-Ibarra, Paman Gujral, Jonathan Tannen, Mark Tygert, Cherie Xu

Predictions are often probabilities; e.g., a prediction could be for precipitation tomorrow, but with only a 30% chance. Given such probabilistic predictions together with the actual outcomes, "reliability diagrams" help detect and diagnose statistically significant discrepancies -- so-called "miscalibration" -- between the predictions and the outcomes. The canonical reliability diagrams histogram the observed and expected values of the predictions; replacing the hard histogram binning with soft kernel density estimation is another common practice. But, which widths of bins or kernels are best? Plots of the cumulative differences between the observed and expected values largely avoid this question, by displaying miscalibration directly as the slopes of secant lines for the graphs. Slope is easy to perceive with quantitative precision, even when the constant offsets of the secant lines are irrelevant; there is no need to bin or perform kernel density estimation. The existing standard metrics of miscalibration each summarize a reliability diagram as a single scalar statistic. The cumulative plots naturally lead to scalar metrics for the deviation of the graph of cumulative differences away from zero; good calibration corresponds to a horizontal, flat graph which deviates little from zero. The cumulative approach is currently unconventional, yet offers many favorable statistical properties, guaranteed via mathematical theory backed by rigorous proofs and illustrative numerical examples. In particular, metrics based on binning or kernel density estimation unavoidably must trade-off statistical confidence for the ability to resolve variations as a function of the predicted probability or vice versa. Widening the bins or kernels averages away random noise while giving up some resolving power. Narrowing the bins or kernels enhances resolving power while not averaging away as much noise.

📄 PDF Abstract BibTeX arXiv:2205.09680

Code (1)

facebookresearch/ecevecce 공식 구현 pytorch

Tasks

Density Estimation

Similar Papers 제목 키워드 기반

Field-aware Calibration: A Simple and Empirically Strong Method for Reliable Probabilistic Predictions

2019-05-26 · Feiyang Pan, Xiang Ao, Pingzhong Tang, Min Lu 외

It is often observed that the probabilistic predictions given by a machine learning model can disagree with averaged actual outcomes on specific subsets of data, which is also known as the issue of miscalibration. It is …

BIG-bench Machine LearningClick-Through Rate Prediction

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

Measuring multi-calibration

2025-06-12 · Ido Guy, Daniel Haimovich, Fridolin Linder, Nastaran Okati 외

A suitable scalar metric can help measure multi-calibration, defined as follows. When the expected values of observed responses are equal to corresponding predicted probabilities, the probabilistic predictions are known …

Density Estimation

Local Calibration: Metrics and Recalibration

2021-02-22 · Rachel Luo, Aadyot Bhatnagar, Yu Bai, Shengjia Zhao 외

Probabilistic classifiers output confidence scores along with their predictions, and these confidence scores should be calibrated, i.e., they should reflect the reliability of the prediction. Confidence scores that minim…

Decision MakingFairnessPrediction

Performance Metrics for Probabilistic Ordinal Classifiers

2023-09-15 · Adrian Galdran

Ordinal classification models assign higher penalties to predictions further away from the true class. As a result, they are appropriate for relevant diagnostic tasks like disease progression prediction or medical image …

DiagnosticOrdinal Classification