English

Estimating Epistemic and Aleatoric Uncertainty with a Single Model

Machine Learning 2024-11-08 v2 Computer Vision and Pattern Recognition

Abstract

Estimating and disentangling epistemic uncertainty, uncertainty that is reducible with more training data, and aleatoric uncertainty, uncertainty that is inherent to the task at hand, is critically important when applying machine learning to high-stakes applications such as medical imaging and weather forecasting. Conditional diffusion models' breakthrough ability to accurately and efficiently sample from the posterior distribution of a dataset now makes uncertainty estimation conceptually straightforward: One need only train and sample from a large ensemble of diffusion models. Unfortunately, training such an ensemble becomes computationally intractable as the complexity of the model architecture grows. In this work we introduce a new approach to ensembling, hyper-diffusion models (HyperDM), which allows one to accurately estimate both epistemic and aleatoric uncertainty with a single model. Unlike existing single-model uncertainty methods like Monte-Carlo dropout and Bayesian neural networks, HyperDM offers prediction accuracy on par with, and in some cases superior to, multi-model ensembles. Furthermore, our proposed approach scales to modern network architectures such as Attention U-Net and yields more accurate uncertainty estimates compared to existing methods. We validate our method on two distinct real-world tasks: x-ray computed tomography reconstruction and weather temperature forecasting.

Keywords

Cite

@article{arxiv.2402.03478,
  title  = {Estimating Epistemic and Aleatoric Uncertainty with a Single Model},
  author = {Matthew A. Chan and Maria J. Molina and Christopher A. Metzler},
  journal= {arXiv preprint arXiv:2402.03478},
  year   = {2024}
}

Comments

19 pages, 11 figures. To be published in Conference on Neural Information Processing Systems (NeurIPS) 2024

R2 v1 2026-06-28T14:39:17.189Z