MLLGFeb 24, 2023

Variational Linearized Laplace Approximation for Bayesian Deep Learning

arXiv:2302.12565v315 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses computational bottlenecks in Bayesian deep learning for researchers and practitioners needing scalable uncertainty estimation, though it is incremental as it builds on prior LLA approximations.

The paper tackles the high computational cost of Linearized Laplace Approximation (LLA) for uncertainty estimation in deep neural networks by proposing a variational sparse Gaussian Process method that enables efficient stochastic optimization with sub-linear training time independent of training points. Experimental results show it outperforms existing efficient LLA variants in predictive distribution quality and computational time.

The Linearized Laplace Approximation (LLA) has been recently used to perform uncertainty estimation on the predictions of pre-trained deep neural networks (DNNs). However, its widespread application is hindered by significant computational costs, particularly in scenarios with a large number of training points or DNN parameters. Consequently, additional approximations of LLA, such as Kronecker-factored or diagonal approximate GGN matrices, are utilized, potentially compromising the model's performance. To address these challenges, we propose a new method for approximating LLA using a variational sparse Gaussian Process (GP). Our method is based on the dual RKHS formulation of GPs and retains, as the predictive mean, the output of the original DNN. Furthermore, it allows for efficient stochastic optimization, which results in sub-linear training time in the size of the training dataset. Specifically, its training cost is independent of the number of training points. We compare our proposed method against accelerated LLA (ELLA), which relies on the Nyström approximation, as well as other LLA variants employing the sample-then-optimize principle. Experimental results, both on regression and classification datasets, show that our method outperforms these already existing efficient variants of LLA, both in terms of the quality of the predictive distribution and in terms of total computational time.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes