Scalable Bayesian Inference in the Era of Deep Learning: From Gaussian Processes to Deep Neural Networks
Javier Antoran

TL;DR
This paper introduces scalable Bayesian inference methods for neural networks using linearised Laplace approximation and stochastic gradient descent, enabling uncertainty estimation in large models like ResNet-50 trained on ImageNet.
Contribution
It develops a scalable Bayesian inference framework for neural networks by combining linearised Laplace approximation with SGD-based posterior sampling, addressing intractability and compatibility issues.
Findings
Applied to ResNet-50 on ImageNet for uncertainty estimation.
Extended methods to 3D tomographic reconstructions.
Resolved hyperparameter learning challenges with a sample-based EM algorithm.
Abstract
Large neural networks trained on large datasets have become the dominant paradigm in machine learning. These systems rely on maximum likelihood point estimates of their parameters, precluding them from expressing model uncertainty. This may result in overconfident predictions and it prevents the use of deep learning models for sequential decision making. This thesis develops scalable methods to equip neural networks with model uncertainty. In particular, we leverage the linearised Laplace approximation to equip pre-trained neural networks with the uncertainty estimates provided by their tangent linear models. This turns the problem of Bayesian inference in neural networks into one of Bayesian inference in conjugate Gaussian-linear models. Alas, the cost of this remains cubic in either the number of network parameters or in the number of observations times output dimensions. By…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference
MethodsEarly Stopping
