paper-with-me

Papers

Collapsed Variational Bounds for Bayesian Neural Networks

2021-12-01 · NeurIPS 2021 12 · Marcin Tomczak, Siddharth Swaroop, Andrew Foong, Richard Turner

Recent interest in learning large variational Bayesian Neural Networks (BNNs) has been partly hampered by poor predictive performance caused by underfitting, and their performance is known to be very sensitive to the prior over weights. Current practice often fixes the prior parameters to standard values or tunes them using heuristics or cross-validation. In this paper, we treat prior parameters in a distributional way by extending the model and collapsing the variational bound with respect to their posteriors. This leads to novel and tighter Evidence Lower Bounds (ELBOs) for performing variational inference (VI) in BNNs. Our experiments show that the new bounds significantly improve the performance of Gaussian mean-field VI applied to BNNs on a variety of data sets, demonstrating that mean-field VI works well even in deep models. We also find that the tighter ELBOs can be good optimization targets for learning the hyperparameters of hierarchical priors.

📄 PDF Abstract BibTeX

Code (1)

marctom/collapsed_bnns 공식 구현 pytorch

Tasks

Variational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Stochastic Collapsed Variational Bayesian Inference for Latent Dirichlet Allocation

2013-05-10 · James Foulds, Levi Boyles, Christopher DuBois, Padhraic Smyth 외

In the internet era there has been an explosion in the amount of digital text information available, leading to difficulties of scale for traditional inference algorithms for topic models. Recent advances in stochastic v…

Bayesian InferenceTopic ModelsVariational Inference

Collapsed Variational Bayesian Inference for PCFGs

2013-08-01 · WS 2013 8 · Pengyu Wang, Phil Blunsom
Bayesian Inference

Variational Inference on the Final-Layer Output of Neural Networks

2023-02-05 · Yadi Wei, Roni Khardon

Traditional neural networks are simple to train but they typically produce overconfident predictions. In contrast, Bayesian neural networks provide good uncertainty quantification but optimizing them is time consuming du…

Uncertainty QuantificationVariational Inference

Algorithms of the LDA model [REPORT]

2013-07-01 · Jaka Špeh, Andrej Muhič, Jan Rupnik

We review three algorithms for Latent Dirichlet Allocation (LDA). Two of them are variational inference algorithms: Variational Bayesian inference and Online Variational Bayesian inference and one is Markov Chain Monte C…

Bayesian InferencemodelVariational Inference

BayesPy: Variational Bayesian Inference in Python

2014-10-03 · Jaakko Luttinen

BayesPy is an open-source Python software package for performing variational Bayesian inference. It is based on the variational message passing framework and supports conjugate exponential family models. By removing the …

Bayesian InferenceVariational Inference