paper-with-me

홈 › Papers

How Good is the Bayes Posterior in Deep Neural Networks Really?

2020-02-06 · ICML 2020 1 · Florian Wenzel, Kevin Roth, Bastiaan S. Veeling, Jakub Świątkowski, Linh Tran, Stephan Mandt, Jasper Snoek, Tim Salimans, Rodolphe Jenatton, Sebastian Nowozin

During the past five years the Bayesian deep learning community has developed increasingly accurate and efficient approximate inference procedures that allow for Bayesian inference in deep neural networks. However, despite this algorithmic progress and the promise of improved uncertainty quantification and sample efficiency there are---as of early 2020---no publicized deployments of Bayesian neural networks in industrial practice. In this work we cast doubt on the current understanding of Bayes posteriors in popular deep neural networks: we demonstrate through careful MCMC sampling that the posterior predictive induced by the Bayes posterior yields systematically worse predictions compared to simpler methods including point estimates obtained from SGD. Furthermore, we demonstrate that predictive performance is improved significantly through the use of a "cold posterior" that overcounts evidence. Such cold posteriors sharply deviate from the Bayesian paradigm but are commonly used as heuristic in Bayesian deep learning papers. We put forward several hypotheses that could explain cold posteriors and evaluate the hypotheses through experiments. Our work questions the goal of accurate posterior approximations in Bayesian deep learning: If the true Bayes posterior is poor, what is the use of more accurate approximations? Instead, we argue that it is timely to focus on understanding the origin of the improved performance of cold posteriors.

📄 PDF Abstract BibTeX arXiv:2002.02405

Code (1)

google-research/google-research 공식 구현 tf

Tasks

Bayesian InferenceDeep LearningUncertainty Quantification

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

What Are Bayesian Neural Network Posteriors Really Like?

2021-04-29 · Pavel Izmailov, Sharad Vikram, Matthew D. Hoffman, Andrew Gordon Wilson

The posterior over Bayesian neural network (BNN) parameters is extremely high-dimensional and non-convex. For computational reasons, researchers approximate this posterior using inexpensive mini-batch methods such as mea…

Data AugmentationVariational Inference

Asymptotic Consistency of $α-$Rényi-Approximate Posteriors

2019-02-05 · Prateek Jaiswal, Vinayak A. Rao, Harsha Honnappa

We study the asymptotic consistency properties of $\alpha$-R\'enyi approximate posteriors, a class of variational Bayesian methods that approximate an intractable Bayesian posterior with a member of a tractable family of…

Structure Learning in Bayesian Networks of Moderate Size by Efficient Sampling

2015-01-19 · Ru He, Jin Tian, Huaiqing Wu

We study the Bayesian model averaging approach to learning Bayesian network structures (DAGs) from data. We develop new algorithms including the first algorithm that is able to efficiently sample DAGs according to the ex…

Bayesian adaptive learning to latent variables via Variational Bayes and Maximum a Posteriori

2024-01-24 · Hu Hu, Sabato Marco Siniscalchi, Chin-Hui Lee

In this work, we aim to establish a Bayesian adaptive learning framework by focusing on estimating latent variables in deep neural network (DNN) models. Latent variables indeed encode both transferable distributional inf…

Acoustic Scene ClassificationScene ClassificationTransfer Learning

Masked Bayesian Neural Networks : Theoretical Guarantee and its Posterior Inference

2023-05-24 · Insung Kong, Dongyoon Yang, Jongjin Lee, Ilsang Ohn 외

Bayesian approaches for learning deep neural networks (BNN) have been received much attention and successfully applied to various applications. Particularly, BNNs have the merit of having better generalization ability as…

Bayesian InferenceUncertainty Quantification