Sampling from Bayesian Neural Network Posteriors with Symmetric Minibatch Splitting Langevin Dynamics
Daniel Paulin, Peter A. Whalley, Neil K. Chada, Benedict Leimkuhler
TL;DR
The paper tackles the challenge of scalable Bayesian posterior sampling for large neural networks by introducing SMS-UBU, a symmetric minibatch splitting integration of kinetic Langevin dynamics that retains second-order accuracy with a single minibatch per iteration. It proves Wasserstein contraction and $O(h^2)$-level error bounds, including $O(h^2 d^{1/2})$ bias under Hessian Lipschitz conditions, and demonstrates improved posterior calibration on multiple image datasets. A practical Bayesian UQ strategy via localized posteriors around SWA optima is proposed, enabling efficient exploration and ensemble-based uncertainty estimates. The empirical results show that SMS-UBU yields notable calibration gains over standard training and SWA, with scalable performance on CNNs and even wide CIFAR-10 nets, highlighting its potential for reliable uncertainty quantification in large-scale AI applications.
Abstract
We propose a scalable kinetic Langevin dynamics algorithm for sampling parameter spaces of big data and AI applications. Our scheme combines a symmetric forward/backward sweep over minibatches with a symmetric discretization of Langevin dynamics. For a particular Langevin splitting method (UBU), we show that the resulting Symmetric Minibatch Splitting-UBU (SMS-UBU) integrator has bias $O(h^2 d^{1/2})$ in dimension $d>0$ with stepsize $h>0$, despite only using one minibatch per iteration, thus providing excellent control of the sampling bias as a function of the stepsize. We apply the algorithm to explore local modes of the posterior distribution of Bayesian neural networks (BNNs) and evaluate the calibration performance of the posterior predictive probabilities for neural networks with convolutional neural network architectures for classification problems on three different datasets (Fashion-MNIST, Celeb-A and chest X-ray). Our results indicate that BNNs sampled with SMS-UBU can offer significantly better calibration performance compared to standard methods of training and stochastic weight averaging.
