paper-with-me

홈 › Papers

Accelerated Linearized Laplace Approximation for Bayesian Deep Learning

2022-10-23 · Zhijie Deng, Feng Zhou, Jun Zhu

Laplace approximation (LA) and its linearized variant (LLA) enable effortless adaptation of pretrained deep neural networks to Bayesian neural networks. The generalized Gauss-Newton (GGN) approximation is typically introduced to improve their tractability. However, LA and LLA are still confronted with non-trivial inefficiency issues and should rely on Kronecker-factored, diagonal, or even last-layer approximate GGN matrices in practical use. These approximations are likely to harm the fidelity of learning outcomes. To tackle this issue, inspired by the connections between LLA and neural tangent kernels (NTKs), we develop a Nystrom approximation to NTKs to accelerate LLA. Our method benefits from the capability of popular deep learning libraries for forward mode automatic differentiation, and enjoys reassuring theoretical guarantees. Extensive studies reflect the merits of the proposed method in aspects of both scalability and performance. Our method can even scale up to architectures like vision transformers. We also offer valuable ablation studies to diagnose our method. Code is available at \url{https://github.com/thudzj/ELLA}.

📄 PDF Abstract BibTeX arXiv:2210.12642

Code (1)

thudzj/ella 공식 구현 pytorch

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Bayesian Deep Learning via Subnetwork Inference

2020-10-28 · Erik Daxberger, Eric Nalisnick, James Urquhart Allingham, Javier Antorán 외

The Bayesian paradigm has the potential to solve core issues of deep neural networks such as poor calibration and data inefficiency. Alas, scaling Bayesian inference to large weight spaces often requires restrictive appr…

Bayesian InferenceDeep Learning

Improving the Linearized Laplace Approximation via Quadratic Approximations

2026-02-03 · Pedro Jiménez, Luis A. Ortega, Pablo Morales-Álvarez, Daniel Hernández-Lobato arxiv

Deep neural networks (DNNs) often produce overconfident out-of-distribution predictions, motivating Bayesian uncertainty quantification. The Linearized Laplace Approximation (LLA) achieves this by linearizing the DNN and…

Variational Linearized Laplace Approximation for Bayesian Deep Learning

2023-02-24 · Luis A. Ortega, Simón Rodríguez Santana, Daniel Hernández-Lobato

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 signif…

Deep LearningStochastic Optimization

Reparameterization invariance in approximate Bayesian inference

2024-06-05 · Hrittik Roy, Marco Miani, Carl Henrik Ek, Philipp Hennig 외

Current approximate posteriors in Bayesian neural networks (BNNs) exhibit a crucial limitation: they fail to maintain invariance under reparameterization, i.e. BNNs assign different posterior densities to different param…

Bayesian Inference

Promises and Pitfalls of the Linearized Laplace in Bayesian Optimization

2023-04-17 · Agustinus Kristiadi, Alexander Immer, Runa Eschenhagen, Vincent Fortuin

The linearized-Laplace approximation (LLA) has been shown to be effective and efficient in constructing Bayesian neural networks. It is theoretically compelling since it can be seen as a Gaussian process posterior with t…

Bayesian OptimizationDecision MakingGaussian Processesimage-classification+2