paper-with-me

홈 › Papers

Verified Uncertainty Calibration

2019-09-23 · NeurIPS 2019 12 · Ananya Kumar, Percy Liang, Tengyu Ma

Applications such as weather forecasting and personalized medicine demand models that output calibrated probability estimates---those representative of the true likelihood of a prediction. Most models are not calibrated out of the box but are recalibrated by post-processing model outputs. We find in this work that popular recalibration methods like Platt scaling and temperature scaling are (i) less calibrated than reported, and (ii) current techniques cannot estimate how miscalibrated they are. An alternative method, histogram binning, has measurable calibration error but is sample inefficient---it requires $O(B/\epsilon^2)$ samples, compared to $O(1/\epsilon^2)$ for scaling methods, where $B$ is the number of distinct probabilities the model can output. To get the best of both worlds, we introduce the scaling-binning calibrator, which first fits a parametric function to reduce variance and then bins the function values to actually ensure calibration. This requires only $O(1/\epsilon^2 + B)$ samples. Next, we show that we can estimate a model's calibration error more accurately using an estimator from the meteorological community---or equivalently measure its calibration error with fewer samples ($O(\sqrt{B})$ instead of $O(B)$). We validate our approach with multiclass calibration experiments on CIFAR-10 and ImageNet, where we obtain a 35% lower calibration error than histogram binning and, unlike scaling methods, guarantees on true calibration. In these experiments, we also estimate the calibration error and ECE more accurately than the commonly used plugin estimators. We implement all these methods in a Python library: https://pypi.org/project/uncertainty-calibration

📄 PDF Abstract BibTeX arXiv:1909.10155

Code (4)

AnanyaKumar/verified_calibration 공식 구현 tf
https://worksheets.codalab.org/worksheets/0xb6d027ee127e422989ab9115726c5411 공식 구현
p-lambda/verified_calibration tf
sleep3r/garrus

Tasks

Weather Forecasting

Similar Papers 제목 키워드 기반

Distribution Calibration for Regression

2019-05-15 · Hao Song, Tom Diethe, Meelis Kull, Peter Flach

We are concerned with obtaining well-calibrated output distributions from regression models. Such distributions allow us to quantify the uncertainty that the model has regarding the predicted target value. We introduce t…

Gaussian Processesregression

Dual-Channel Reliable Breast Ultrasound Image Classification Based on Explainable Attribution and Uncertainty Quantification

2024-01-08 · Shuge Lei, Haonan Hu, Dasheng Sun, Huabin Zhang 외

This paper focuses on the classification task of breast ultrasound images and researches on the reliability measurement of classification results. We proposed a dual-channel evaluation framework based on the proposed inf…

image-classificationImage ClassificationUncertainty Quantification

Calibration of Model Uncertainty for Dropout Variational Inference

2020-06-20 · Max-Heinrich Laves, Sontje Ihler, Karl-Philipp Kortmann, Tobias Ortmaier

The model uncertainty obtained by variational Bayesian inference with Monte Carlo dropout is prone to miscalibration. In this paper, different logit scaling methods are extended to dropout variational inference to recali…

Bayesian InferenceVariational Inference

Uncertainty Calibration Error: A New Metric for Multi-Class Classification

2021-01-01 · Max-Heinrich Laves, Sontje Ihler, Karl-Philipp Kortmann, Tobias Ortmaier

Various metrics have recently been proposed to measure uncertainty calibration of deep models for classification. However, these metrics either fail to capture miscalibration correctly or lack interpretability. We propos…

Bayesian InferenceClassificationGeneral Classificationimage-classification+2

Improving model calibration with accuracy versus uncertainty optimization

2020-12-14 · NeurIPS 2020 12 · Ranganath Krishnan, Omesh Tickoo

Obtaining reliable and accurate quantification of uncertainty estimates from deep neural networks is important in safety-critical applications. A well-calibrated model should be accurate when it is certain about its pred…

image-classificationImage ClassificationmodelVariational Inference