paper-with-me

홈 › Papers

Variational Bayesian dropout: pitfalls and fixes

2018-07-05 · ICML 2018 7 · Jiri Hron, Alexander G. de G. Matthews, Zoubin Ghahramani

Dropout, a stochastic regularisation technique for training of neural networks, has recently been reinterpreted as a specific type of approximate inference algorithm for Bayesian neural networks. The main contribution of the reinterpretation is in providing a theoretical framework useful for analysing and extending the algorithm. We show that the proposed framework suffers from several issues; from undefined or pathological behaviour of the true posterior related to use of improper priors, to an ill-defined variational objective due to singularity of the approximating distribution relative to the true posterior. Our analysis of the improper log uniform prior used in variational Gaussian dropout suggests the pathologies are generally irredeemable, and that the algorithm still works only because the variational formulation annuls some of the pathologies. To address the singularity issue, we proffer Quasi-KL (QKL) divergence, a new approximate inference objective for approximation of high-dimensional distributions. We show that motivations for variational Bernoulli dropout based on discretisation and noise have QKL as a limit. Properties of QKL are studied both theoretically and on a simple practical example which shows that the QKL-optimal approximation of a full rank Gaussian with a degenerate one naturally leads to the Principal Component Analysis solution.

📄 PDF Abstract BibTeX arXiv:1807.01969

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…

Similar Papers 제목 키워드 기반

Variational Dropout via Empirical Bayes

2018-11-01 · Valery Kharitonov, Dmitry Molchanov, Dmitry Vetrov

We study the Automatic Relevance Determination procedure applied to deep neural networks. We show that ARD applied to Bayesian DNNs with Gaussian approximate posterior distributions leads to a variational bound similar t…

Structured Dropout Variational Inference for Bayesian Neural Networks

2021-02-16 · NeurIPS 2021 12 · Son Nguyen, Duong Nguyen, Khai Nguyen, Khoat Than 외

Approximate inference in Bayesian deep networks exhibits a dilemma of how to yield high fidelity posterior approximations while maintaining computational efficiency and scalability. We tackle this challenge by introducin…

Bayesian InferenceComputational EfficiencyOut-of-Distribution DetectionVariational Inference

A Theoretically Grounded Application of Dropout in Recurrent Neural Networks

2015-12-16 · NeurIPS 2016 12 · Yarin Gal, Zoubin Ghahramani

Recurrent neural networks (RNNs) stand at the forefront of many recent developments in deep learning. Yet a major difficulty with these models is their tendency to overfit, with dropout shown to fail when applied to recu…

Bayesian InferenceDeep LearningLanguage ModellingSentiment Analysis+1

Variational Dropout Sparsifies Deep Neural Networks

2017-01-19 · ICML 2017 8 · Dmitry Molchanov, Arsenii Ashukha, Dmitry Vetrov

We explore a recently proposed Variational Dropout technique that provided an elegant Bayesian interpretation to Gaussian Dropout. We extend Variational Dropout to the case when dropout rates are unbounded, propose a way…

Sparse Learning

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 …