paper-with-me

홈 › Papers

Robust and Scalable Variational Bayes

2025-04-16 · Carlos Misael Madrid Padilla, Shitao Fan, Lizhen Lin

We propose a robust and scalable framework for variational Bayes (VB) that effectively handles outliers and contamination of arbitrary nature in large datasets. Our approach divides the dataset into disjoint subsets, computes the posterior for each subset, and applies VB approximation independently to these posteriors. The resulting variational posteriors with respect to the subsets are then aggregated using the geometric median of probability measures, computed with respect to the Wasserstein distance. This novel aggregation method yields the Variational Median Posterior (VM-Posterior) distribution. We rigorously demonstrate that the VM-Posterior preserves contraction properties akin to those of the true posterior, while accounting for approximation errors or the variational gap inherent in VB methods. We also provide provable robustness guarantee of the VM-Posterior. Furthermore, we establish a variational Bernstein-von Mises theorem for both multivariate Gaussian distributions with general covariance structures and the mean-field variational family. To facilitate practical implementation, we adapt existing algorithms for computing the VM-Posterior and evaluate its performance through extensive numerical experiments. The results highlight its robustness and scalability, making it a reliable tool for Bayesian inference in the presence of complex, contaminated datasets.

📄 PDF Abstract BibTeX arXiv:2504.12528

Code (1)

waterism211/variational-median 공식 구현

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Scalable Bayesian Learning for State Space Models using Variational Inference with SMC Samplers

2018-05-23 · Marcel Hirt, Petros Dellaportas

We present a scalable approach to performing approximate fully Bayesian inference in generic state space models. The proposed method is an alternative to particle MCMC that provides fully Bayesian inference of both the d…

Bayesian InferenceState Space ModelsVariational Inference

Sparse online variational Bayesian regression

2021-02-24 · Kody J. H. Law, Vitaly Zankin

This work considers variational Bayesian inference as an inexpensive and scalable alternative to a fully Bayesian approach in the context of sparsity-promoting priors. In particular, the priors considered arise from scal…

Bayesian InferenceregressionUncertainty QuantificationVariable Selection

Variational Inference for Bayesian Neural Networks under Model and Parameter Uncertainty

2023-05-01 · Aliaksandr Hubin, Geir Storvik

Bayesian neural networks (BNNs) have recently regained a significant amount of attention in the deep learning community due to the development of scalable approximate Bayesian inference techniques. There are several adva…

Bayesian InferenceVariational Inference

Frequentist Consistency of Variational Bayes

2017-05-09 · Yixin Wang, David M. Blei

A key challenge for modern Bayesian statistics is how to perform scalable inference of posterior distributions. To address this challenge, variational Bayes (VB) methods have emerged as a popular alternative to the class…

Coin Sampling: Gradient-Based Bayesian Inference without Learning Rates

2023-01-26 · Louis Sharrock, Christopher Nemeth

In recent years, particle-based variational inference (ParVI) methods such as Stein variational gradient descent (SVGD) have grown in popularity as scalable methods for Bayesian inference. Unfortunately, the properties o…

Bayesian InferenceVariational Inference