paper-with-me

홈 › Papers

Variational Bayesian Dropout with a Hierarchical Prior

2018-11-19 · CVPR 2019 6 · Yuhang Liu, Wenyong Dong, Lei Zhang, Dong Gong, Qinfeng Shi

Variational dropout (VD) is a generalization of Gaussian dropout, which aims at inferring the posterior of network weights based on a log-uniform prior on them to learn these weights as well as dropout rate simultaneously. The log-uniform prior not only interprets the regularization capacity of Gaussian dropout in network training, but also underpins the inference of such posterior. However, the log-uniform prior is an improper prior (i.e., its integral is infinite) which causes the inference of posterior to be ill-posed, thus restricting the regularization performance of VD. To address this problem, we present a new generalization of Gaussian dropout, termed variational Bayesian dropout (VBD), which turns to exploit a hierarchical prior on the network weights and infer a new joint posterior. Specifically, we implement the hierarchical prior as a zero-mean Gaussian distribution with variance sampled from a uniform hyper-prior. Then, we incorporate such a prior into inferring the joint posterior over network weights and the variance in the hierarchical prior, with which both the network training and the dropout rate estimation can be cast into a joint optimization problem. More importantly, the hierarchical prior is a proper prior which enables the inference of posterior to be well-posed. In addition, we further show that the proposed VBD can be seamlessly applied to network compression. Experiments on both classification and network compression tasks demonstrate the superior performance of the proposed VBD in terms of regularizing network training.

📄 PDF Abstract BibTeX arXiv:1811.07533

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…

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…

Bayesian PINNs for uncertainty-aware inverse problems (BPINN-IP)

2026-02-04 · Ali Mohammad-Djafari arxiv

The main contribution of this paper is to develop a hierarchical Bayesian formulation of PINNs for linear inverse problems, which is called BPINN-IP. The proposed methodology extends PINN to account for prior knowledge o…

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

Variational Dropout and the Local Reparameterization Trick

2015-06-08 · NeurIPS 2015 12 · Diederik P. Kingma, Tim Salimans, Max Welling

We investigate a local reparameterizaton technique for greatly reducing the variance of stochastic gradients for variational Bayesian inference (SGVB) of a posterior over model parameters, while retaining parallelizabili…

Bayesian Inference