LGCVMLDec 15, 2022

Bayesian posterior approximation with stochastic ensembles

arXiv:2212.08123v37 citationsh-index: 32
Originality Incremental advance
AI Analysis

This addresses the problem of efficient Bayesian inference for machine learning practitioners, offering an incremental improvement over existing methods.

The paper tackled approximating Bayesian posteriors using ensembles of stochastic neural networks, achieving more accurate posterior estimates than other baselines on toy and CIFAR classification tasks.

We introduce ensembles of stochastic neural networks to approximate the Bayesian posterior, combining stochastic methods such as dropout with deep ensembles. The stochastic ensembles are formulated as families of distributions and trained to approximate the Bayesian posterior with variational inference. We implement stochastic ensembles based on Monte Carlo dropout, DropConnect and a novel non-parametric version of dropout and evaluate them on a toy problem and CIFAR image classification. For both tasks, we test the quality of the posteriors directly against Hamiltonian Monte Carlo simulations. Our results show that stochastic ensembles provide more accurate posterior estimates than other popular baselines for Bayesian inference.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes