English

Fast Predictive Uncertainty for Classification with Bayesian Deep Networks

Machine Learning 2022-06-01 v4 Machine Learning

Abstract

In Bayesian Deep Learning, distributions over the output of classification neural networks are often approximated by first constructing a Gaussian distribution over the weights, then sampling from it to receive a distribution over the softmax outputs. This is costly. We reconsider old work (Laplace Bridge) to construct a Dirichlet approximation of this softmax output distribution, which yields an analytic map between Gaussian distributions in logit space and Dirichlet distributions (the conjugate prior to the Categorical distribution) in the output space. Importantly, the vanilla Laplace Bridge comes with certain limitations. We analyze those and suggest a simple solution that compares favorably to other commonly used estimates of the softmax-Gaussian integral. We demonstrate that the resulting Dirichlet distribution has multiple advantages, in particular, more efficient computation of the uncertainty estimate and scaling to large datasets and networks like ImageNet and DenseNet. We further demonstrate the usefulness of this Dirichlet approximation by using it to construct a lightweight uncertainty-aware output ranking for ImageNet.

Keywords

Cite

@article{arxiv.2003.01227,
  title  = {Fast Predictive Uncertainty for Classification with Bayesian Deep Networks},
  author = {Marius Hobbhahn and Agustinus Kristiadi and Philipp Hennig},
  journal= {arXiv preprint arXiv:2003.01227},
  year   = {2022}
}

Comments

Updated version. Accepted for publication at UAI2022

R2 v1 2026-06-23T14:01:16.694Z