paper-with-me

홈 › Papers

Evaluating and Calibrating Uncertainty Prediction in Regression Tasks

2019-05-28 · Dan Levi, Liran Gispan, Niv Giladi, Ethan Fetaya

Predicting not only the target but also an accurate measure of uncertainty is important for many machine learning applications and in particular safety-critical ones. In this work we study the calibration of uncertainty prediction for regression tasks which often arise in real-world systems. We show that the existing definition for calibration of a regression uncertainty [Kuleshov et al. 2018] has severe limitations in distinguishing informative from non-informative uncertainty predictions. We propose a new definition that escapes this caveat and an evaluation method using a simple histogram-based approach. Our method clusters examples with similar uncertainty prediction and compares the prediction with the empirical uncertainty on these examples. We also propose a simple, scaling-based calibration method that preforms as well as much more complex ones. We show results on both a synthetic, controlled problem and on the object detection bounding-box regression task using the COCO and KITTI datasets.

📄 PDF Abstract BibTeX arXiv:1905.11659

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionPredictionregression

Similar Papers 제목 키워드 기반

CRUDE: Calibrating Regression Uncertainty Distributions Empirically

2020-05-26 · Eric Zelikman, Christopher Healy, Sharon Zhou, Anand Avati

Calibrated uncertainty estimates in machine learning are crucial to many fields such as autonomous vehicles, medicine, and weather and climate forecasting. While there is extensive literature on uncertainty calibration f…

Autonomous VehiclesGeneral Classificationregression

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

regression

Self-Calibrating Conformal Prediction

2024-02-11 · Lars van der Laan, Ahmed M. Alaa

In machine learning, model calibration and predictive inference are essential for producing reliable predictions and quantifying uncertainty to support decision-making. Recognizing the complementary roles of point and in…

Binary ClassificationConformal PredictionDecision MakingManagement+3

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

Learn-By-Calibrating: Using Calibration as a Training Objective

2019-10-30 · Jayaraman J. Thiagarajan, Bindya Venkatesh, Deepta Rajan

Calibration error is commonly adopted for evaluating the quality of uncertainty estimators in deep neural networks. In this paper, we argue that such a metric is highly beneficial for training predictive models, even whe…

Prediction Intervals