paper-with-me

홈 › Papers

Quantile Regularization : Towards Implicit Calibration of Regression Models

2021-01-01 · Saiteja Utpala, Piyush Rai

Recent works have shown that most deep learning models are often poorly calibrated, i.e., they may produce overconfident predictions that are wrong, implying that their uncertainty estimates are unreliable. While a number of approaches have been proposed recently to calibrate classification models, relatively little work exists on calibrating regression models. Isotonic Regression has recently been advocated for regression calibration. We provide a detailed formal analysis of the \emph{side-effects} of Isotonic Regression when used for regression calibration. To address this, we recast quantile calibration as entropy estimation, and leverage this idea to construct a novel quantile regularizer, which can be used in any optimization based probabilisitc regression models. Unlike most of the existing approaches for calibrating regression models, which are based on \emph{post-hoc} processing of the model's output, and require an additional dataset, our method is trainable in an end-to-end fashion, without requiring an additional dataset. We provide empirical results demonstrating that our approach improves calibration for regression models trained on diverse architectures that provide uncertainty estimates, such as Dropout VI, Deep Ensembles

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Quantile Regularization: Towards Implicit Calibration of Regression Models

2020-02-28 · Saiteja Utpala, Piyush Rai

Recent works have shown that most deep learning models are often poorly calibrated, i.e., they may produce overconfident predictions that are wrong. It is therefore desirable to have models that produce predictive uncert…

regression

Regularization Strategies for Quantile Regression

2021-02-09 · Taman Narayan, Serena Wang, Kevin Canini, Maya Gupta

We investigate different methods for regularizing quantile regression when predicting either a subset of quantiles or the full inverse CDF. We show that minimizing an expected pinball loss over a continuous distribution …

Fairnessquantile regressionregression

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 regressio…

AttributeConformal PredictionDecision Makingregression

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

Beyond Pinball Loss: Quantile Methods for Calibrated Uncertainty Quantification

2020-11-18 · NeurIPS 2021 12 · Youngseog Chung, Willie Neiswanger, Ian Char, Jeff Schneider

Among the many ways of quantifying uncertainty in a regression setting, specifying the full quantile function is attractive, as quantiles are amenable to interpretation and evaluation. A model that predicts the true cond…

regressionUncertainty Quantification