paper-with-me

홈 › Papers

A Consistent and Differentiable Lp Canonical Calibration Error Estimator

2022-10-13 · Teodora Popordanoska, Raphael Sayer, Matthew B. Blaschko

Calibrated probabilistic classifiers are models whose predicted probabilities can directly be interpreted as uncertainty estimates. It has been shown recently that deep neural networks are poorly calibrated and tend to output overconfident predictions. As a remedy, we propose a low-bias, trainable calibration error estimator based on Dirichlet kernel density estimates, which asymptotically converges to the true $L_p$ calibration error. This novel estimator enables us to tackle the strongest notion of multiclass calibration, called canonical (or distribution) calibration, while other common calibration methods are tractable only for top-label and marginal calibration. The computational complexity of our estimator is $\mathcal{O}(n^2)$, the convergence rate is $\mathcal{O}(n^{-1/2})$, and it is unbiased up to $\mathcal{O}(n^{-2})$, achieved by a geometric series debiasing scheme. In practice, this means that the estimator can be applied to small subsets of data, enabling efficient estimation and mini-batch updates. The proposed method has a natural choice of kernel, and can be used to generate consistent estimates of other quantities based on conditional expectation, such as the sharpness of a probabilistic classifier. Empirical results validate the correctness of our estimator, and demonstrate its utility in canonical calibration error estimation and calibration error regularized risk minimization.

📄 PDF Abstract BibTeX arXiv:2210.07810

Code (1)

tpopordanoska/ece-kde 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Beyond Classification: Definition and Density-based Estimation of Calibration in Object Detection

2023-12-11 · Teodora Popordanoska, Aleksei Tiulpin, Matthew B. Blaschko

Despite their impressive predictive performance in various computer vision tasks, deep neural networks (DNNs) tend to make overly confident predictions, which hinders their widespread use in safety-critical applications.…

Density EstimationObjectobject-detectionObject Detection

Calibration Regularized Training of Deep Neural Networks using Kernel Density Estimation

2021-09-29 · Teodora Popordanoska, Raphael Sayer, Matthew B. Blaschko

Calibrated probabilistic classifiers are models whose predicted probabilities can directly be interpreted as uncertainty estimates. This property is particularly important in safety-critical applications such as medical …

Autonomous DrivingDensity EstimationMedical Diagnosis

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

Soft Calibration Objectives for Neural Networks

2021-07-30 · NeurIPS 2021 12 · Archit Karandikar, Nicholas Cain, Dustin Tran, Balaji Lakshminarayanan 외

Optimal decision making requires that classifiers produce uncertainty estimates consistent with their empirical accuracy. However, deep neural networks are often under- or over-confident in their predictions. Consequentl…

Decision Making

Consistent and Asymptotically Unbiased Estimation of Proper Calibration Errors

2023-12-14 · Teodora Popordanoska, Sebastian G. Gruber, Aleksei Tiulpin, Florian Buettner 외

Proper scoring rules evaluate the quality of probabilistic predictions, playing an essential role in the pursuit of accurate and well-calibrated models. Every proper score decomposes into two fundamental components -- pr…

scoring rule