paper-with-me

홈 › Papers

A Scalable Laplace Approximation for Neural Networks

2018-01-01 · ICLR 2018 1 · Hippolyt Ritter, Aleksandar Botev, David Barber

Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace and more

📄 PDF Abstract BibTeX

Code (1)

JavierAntoran/Bayesian-Neural-Networks pytorch

Tasks

Bayesian Inference

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

laplax -- Laplace Approximations with JAX

2025-07-22 · Tobias Weber, Bálint Mucsányi, Lenard Rommel, Thomas Christie 외 arxiv

The Laplace approximation provides a scalable and efficient means of quantifying weight-space uncertainty in deep neural networks, enabling the application of Bayesian tools such as predictive uncertainty and model selec…

Online Structured Laplace Approximations For Overcoming Catastrophic Forgetting

2018-05-20 · NeurIPS 2018 12 · Hippolyt Ritter, Aleksandar Botev, David Barber

We introduce the Kronecker factored online Laplace approximation for overcoming catastrophic forgetting in neural networks. The method is grounded in a Bayesian online learning framework, where we recursively approximate…

Permuted-MNIST

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

Scalable Linearized Laplace Approximation via Surrogate Neural Kernel

2026-01-29 · Luis A. Ortega, Simón Rodríguez-Santana, Daniel Hernández-Lobato arxiv

We introduce a scalable method to approximate the kernel of the Linearized Laplace Approximation (LLA). For this, we use a surrogate deep neural network (DNN) that learns a compact feature representation whose inner prod…

Out-of-Distribution Detection

The computational asymptotics of Gaussian variational inference and the Laplace approximation

2021-04-13 · Zuheng Xu, Trevor Campbell

Gaussian variational inference and the Laplace approximation are popular alternatives to Markov chain Monte Carlo that formulate Bayesian posterior inference as an optimization problem, enabling the use of simple and sca…

Bayesian InferenceStochastic OptimizationVariational Inference