paper-with-me

홈 › Papers

A Large-Scale Study of Probabilistic Calibration in Neural Network Regression

2023-06-05 · Victor Dheur, Souhaib Ben Taieb

Accurate probabilistic predictions are essential for optimal decision making. While neural network miscalibration has been studied primarily in classification, we investigate this in the less-explored domain of regression. We conduct the largest empirical study to date to assess the probabilistic calibration of neural networks. We also analyze the performance of recalibration, conformal, and regularization methods to enhance probabilistic calibration. Additionally, we introduce novel differentiable recalibration and regularization methods, uncovering new insights into their effectiveness. Our findings reveal that regularization methods offer a favorable tradeoff between calibration and sharpness. Post-hoc methods exhibit superior probabilistic calibration, which we attribute to the finite-sample coverage guarantee of conformal prediction. Furthermore, we demonstrate that quantile recalibration can be considered as a specific case of conformal prediction. Our study is fully reproducible and implemented in a common code base for fair comparisons.

📄 PDF Abstract BibTeX arXiv:2306.02738

Code (1)

vekteur/probabilistic-calibration-study 공식 구현 jax

Tasks

AttributeConformal PredictionDecision Makingregression

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Probabilistic Calibration by Design for Neural Network Regression

2024-03-18 · Victor Dheur, Souhaib Ben Taieb

Generating calibrated and sharp neural network predictive distributions for regression problems is essential for optimal decision-making in many real-world applications. To address the miscalibration issue of neural netw…

Decision Makingregressiontabular-regression

Modular Conformal Calibration

2022-06-23 · Charles Marx, Shengjia Zhao, Willie Neiswanger, Stefano Ermon

Uncertainty estimates must be calibrated (i.e., accurate) and sharp (i.e., informative) in order to be useful. This has motivated a variety of methods for recalibration, which use held-out data to turn an uncalibrated mo…

regression

Calibration without labels in multiple testing

2026-06-18 · Adway S. Wadekar, Jake A. Soloff arxiv

Large-scale hypothesis testing supports probability claims about individual hypotheses, as in empirical Bayes methods for estimating local false discovery rates. We study how such claims can be interpreted as approximate…

Binary Classifier Calibration using an Ensemble of Near Isotonic Regression Models

2015-11-16 · Mahdi Pakdaman Naeini, Gregory F. Cooper

Learning accurate probabilistic models from data is crucial in many practical tasks in data mining. In this paper we present a new non-parametric calibration method called \textit{ensemble of near isotonic regression} (E…

Binary ClassificationClassifier calibrationGeneral Classificationregression

Classifier Calibration at Scale: An Empirical Study of Model-Agnostic Post-Hoc Methods

2026-01-19 · Valery Manokhin, Daniel Grønhaug arxiv

We study model-agnostic post-hoc calibration methods intended to improve probabilistic predictions in supervised binary classification on real i.i.d. tabular data, with particular emphasis on conformal and Venn-based app…

Classifier calibrationBinary Classification