paper-with-me

홈 › Papers

Ensemble Model Patching: A Parameter-Efficient Variational Bayesian Neural Network

2019-05-23 · Oscar Chang, Yuling Yao, David Williams-King, Hod Lipson

Two main obstacles preventing the widespread adoption of variational Bayesian neural networks are the high parameter overhead that makes them infeasible on large networks, and the difficulty of implementation, which can be thought of as "programming overhead." MC dropout [Gal and Ghahramani, 2016] is popular because it sidesteps these obstacles. Nevertheless, dropout is often harmful to model performance when used in networks with batch normalization layers [Li et al., 2018], which are an indispensable part of modern neural networks. We construct a general variational family for ensemble-based Bayesian neural networks that encompasses dropout as a special case. We further present two specific members of this family that work well with batch normalization layers, while retaining the benefits of low parameter and programming overhead, comparable to non-Bayesian training. Our proposed methods improve predictive accuracy and achieve almost perfect calibration on a ResNet-18 trained with ImageNet.

📄 PDF Abstract BibTeX arXiv:1905.09453

Code (0)

등록된 구현이 없습니다.

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…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Efficient variational Bayesian neural network ensembles for outlier detection

2017-03-20 · Nick Pawlowski, Miguel Jaques, Ben Glocker

In this work we perform outlier detection using ensembles of neural networks obtained by variational approximation of the posterior in a Bayesian neural network setting. The variational parameters are obtained by samplin…

Outlier Detection

A Rigorous Link between Deep Ensembles and (Variational) Bayesian Methods

2023-05-24 · NeurIPS 2023 11 · Veit David Wild, Sahra Ghalebikesabi, Dino Sejdinovic, Jeremias Knoblauch

We establish the first mathematically rigorous link between Bayesian, variational Bayesian, and ensemble methods. A key step towards this it to reformulate the non-convex optimisation problem typically encountered in dee…

Deep LearningUncertainty QuantificationVariational Inference

Parametric Bootstrap Ensembles as Variational Inference

2020-11-23 · pproximateinference AABI Symposium 2021 1 · Dimitrios Milios, Pietro Michiardi, Maurizio Filippone

In this paper, we employ variational arguments to establish a connection between ensemble methods for Neural Networks and Bayesian inference. We consider an ensemble-based scheme where each model/particle corresponds to …

Bayesian InferenceVariational Inference

A Variational View on Bootstrap Ensembles as Bayesian Inference

2020-06-08 · Dimitrios Milios, Pietro Michiardi, Maurizio Filippone

In this paper, we employ variational arguments to establish a connection between ensemble methods for Neural Networks and Bayesian inference. We consider an ensemble-based scheme where each model/particle corresponds to …

Bayesian Inferencevalid

Affine-Mapping based Variational Ensemble Kalman Filter

2021-03-10 · Linjie Wen, Jinglai Li

We propose an affine-mapping based variational Ensemble Kalman filter for sequential Bayesian filtering problems with generic observation models. Specifically, the proposed method is formulated as to construct an affine …