paper-with-me

홈 › Papers

Invariance Learning in Deep Neural Networks with Differentiable Laplace Approximations

2022-02-22 · Alexander Immer, Tycho F. A. van der Ouderaa, Gunnar Rätsch, Vincent Fortuin, Mark van der Wilk

Data augmentation is commonly applied to improve performance of deep learning by enforcing the knowledge that certain transformations on the input preserve the output. Currently, the data augmentation parameters are chosen by human effort and costly cross-validation, which makes it cumbersome to apply to new datasets. We develop a convenient gradient-based method for selecting the data augmentation without validation data during training of a deep neural network. Our approach relies on phrasing data augmentation as an invariance in the prior distribution on the functions of a neural network, which allows us to learn it using Bayesian model selection. This has been shown to work in Gaussian processes, but not yet for deep neural networks. We propose a differentiable Kronecker-factored Laplace approximation to the marginal likelihood as our objective, which can be optimised without human supervision or validation data. We show that our method can successfully recover invariances present in the data, and that this improves generalisation and data efficiency on image datasets.

📄 PDF Abstract BibTeX arXiv:2202.10638

Code (1)

tychovdo/lila 공식 구현 pytorch

Tasks

Data AugmentationGaussian ProcessesModel Selection

Similar Papers 제목 키워드 기반

Optimality of Sub-network Laplace Approximations: New Results and Methods

2026-05-09 · Swarnali Raha, Kshitij Khare, Rohit K Patra arxiv

Although the Laplace approximation offers a simple route to uncertainty quantification in deep neural networks, its reliance on inverting large Hessian matrices has motivated a range of computationally feasible low-dimen…

Learnable Uncertainty under Laplace Approximations

2020-10-06 · Agustinus Kristiadi, Matthias Hein, Philipp Hennig

Laplace approximations are classic, computationally lightweight means for constructing Bayesian neural networks (BNNs). As in other approximate BNNs, one cannot necessarily expect the induced predictive uncertainty to be…

Uncertainty Quantification

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…

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

Iterative Methods for Vecchia-Laplace Approximations for Latent Gaussian Process Models

2023-10-18 · Pascal Kündig, Fabio Sigrist

Latent Gaussian process (GP) models are flexible probabilistic non-parametric function models. Vecchia approximations are accurate approximations for GPs to overcome computational bottlenecks for large data, and the Lapl…