Variational Consensus Monte Carlo for Bayesian Mixture
Researchers have proposed new methods for inferring Bayesian mixture models in federated learning settings and approximating the LogSumExp function, a crucial component in many optimization problems.
The new method for Bayesian mixture models uses a Consensus Monte Carlo (CMC) approach to estimate local posterior distributions, which are then aggregated to approximate the posterior over the full data[1]. This approach is particularly useful in cross-silo settings where not every cluster appears in each local dataset. The researchers extended the variational CMC approach to over-fitted Bayesian mixture models, allowing for the inference of the number of clusters and all model parameters without requiring conjugacy. A comprehensive simulation study validated the framework, showing that it can recover small clusters with greater accuracy than standard MCMC applied to the pooled data[1]. Meanwhile, a separate research effort proposed a novel convexity- and smoothness-preserving approximation to the LogSumExp function, rooted in a modification of the KL divergence in the dual, resulting in a new $f$-divergence called the Safe KL divergence[2].
infrastructuretool-releaseresearch-paperbenchmark
Background sources we checked (3)
- arxiv.org ↗ Motivated by the privacy, sensitivity and sharing limitations of health data, we present a comprehensive pipeline for inference of Bayesian mixture models within a federated learning setting, i.e. when data cannot be fully shared or pooled across compute nodes. We adopt a Consens…
- en.wikipedia.org ↗ Bayesian inference of phylogeny combines the information in the prior and in the data likelihood to create the so-called posterior probability of trees, which is the probability that the tree is correct given the data, the prior and the likelihood model. Bayesian inference was in…
- en.wikipedia.org ↗ The following outline is provided as an overview of, and topical guide to, machine learning: Machine learning (ML) is a subfield of artificial intelligence within computer science that evolved from the study of pattern recognition and computational learning theory. In 1959, Arthu…