paper-with-me

Papers

On Batch Normalisation for Approximate Bayesian Inference

2020-12-24 · pproximateinference AABI Symposium 2021 1 · Jishnu Mukhoti, Puneet K. Dokania, Philip H. S. Torr, Yarin Gal

We study batch normalisation in the context of variational inference methods in Bayesian neural networks, such as mean-field or MC Dropout. We show that batch-normalisation does not affect the optimum of the evidence lower bound (ELBO). Furthermore, we study the Monte Carlo Batch Normalisation (MCBN) algorithm, proposed as an approximate inference technique parallel to MC Dropout, and show that for larger batch sizes, MCBN fails to capture epistemic uncertainty. Finally, we provide insights into what is required to fix this failure, namely having to view the mini-batch size as a variational parameter in MCBN. We comment on the asymptotics of the ELBO with respect to this variational parameter, showing that as dataset size increases towards infinity, the batch-size must increase towards infinity as well for MCBN to be a valid approximate inference technique.

📄 PDF Abstract BibTeX arXiv:2012.13220

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferencevalidVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
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 제목 키워드 기반

Partial transfusion: on the expressive influence of trainable batch norm parameters for transfer learning

2021-02-10 · Fahdi Kanavati, Masayuki Tsuneki

Transfer learning from ImageNet is the go-to approach when applying deep learning to medical images. The approach is either to fine-tune a pre-trained model or use it as a feature extractor. Most modern architecture cont…

Transfer Learning

Linearised Laplace Inference in Networks with Normalisation Layers and the Neural g-Prior

2021-11-22 · pproximateinference AABI Symposium 2022 2 · Javier Antoran, James Urquhart Allingham, David Janz, Erik Daxberger 외

We show that for neural networks (NN) with normalisation layers, i.e. batch norm, layer norm, or group norm, the Laplace model evidence does not approximate the volume of a posterior mode and is thus unsuitable for model…

image-classificationImage ClassificationModel Selectionregression

Practical Deep Learning with Bayesian Principles

2019-06-06 · NeurIPS 2019 12 · Kazuki Osawa, Siddharth Swaroop, Anirudh Jain, Runa Eschenhagen 외

Bayesian methods promise to fix many shortcomings of deep learning, but they are impractical and rarely match the performance of standard methods, let alone improve them. In this paper, we demonstrate practical training …

Continual LearningData AugmentationDeep LearningVariational Inference

Hybrid Batch Normalisation: Resolving the Dilemma of Batch Normalisation in Federated Learning

2025-05-28 · Hongyao Chen, Tianyang Xu, XiaoJun Wu, Josef Kittler

Batch Normalisation (BN) is widely used in conventional deep neural network training to harmonise the input-output distributions for each batch of data. However, federated learning, a distributed learning paradigm, faces…

Federated Learning

Robust Generalised Bayesian Inference for Intractable Likelihoods

2021-04-15 · Takuo Matsubara, Jeremias Knoblauch, François-Xavier Briol, Chris. J. Oates

Generalised Bayesian inference updates prior beliefs using a loss function, rather than a likelihood, and can therefore be used to confer robustness against possible mis-specification of the likelihood. Here we consider …

Bayesian Inference