Accurate Uncertainties for Deep Learning Using Calibrated Regression

Abstract

Methods for reasoning under uncertainty are a key building block of accurate and reliable machine learning systems. Bayesian methods provide a general framework to quantify uncertainty. However, because of model misspecification and the use of approximate inference, Bayesian uncertainty estimates are often inaccurate — for example, a 90% credible interval may not contain the true outcome 90% of the time. Here, we propose a simple procedure for calibrating any regression algorithm; when applied to Bayesian and probabilistic models, it is guaranteed to produce calibrated uncertainty estimates given enough data. Our procedure is inspired by Platt scaling and extends previous work on classification. We evaluate this approach on Bayesian linear regression, feedforward, and recurrent neural networks, and find that it consistently outputs well-calibrated credible intervals while improving performance on time series forecasting and model-based reinforcement learning tasks.

Cite

Text

Kuleshov et al. "Accurate Uncertainties for Deep Learning Using Calibrated Regression." International Conference on Machine Learning, 2018.

Markdown

[Kuleshov et al. "Accurate Uncertainties for Deep Learning Using Calibrated Regression." International Conference on Machine Learning, 2018.](https://mlanthology.org/icml/2018/kuleshov2018icml-accurate/)

BibTeX

@inproceedings{kuleshov2018icml-accurate,
  title     = {{Accurate Uncertainties for Deep Learning Using Calibrated Regression}},
  author    = {Kuleshov, Volodymyr and Fenner, Nathan and Ermon, Stefano},
  booktitle = {International Conference on Machine Learning},
  year      = {2018},
  pages     = {2796-2804},
  volume    = {80},
  url       = {https://mlanthology.org/icml/2018/kuleshov2018icml-accurate/}
}