MLLGNov 2, 2014

Population Empirical Bayes

arXiv:1411.0292v23 citations
Originality Incremental advance
AI Analysis

This addresses predictive accuracy issues in Bayesian inference for researchers and practitioners, though it appears incremental as it builds on existing hierarchical and variational methods.

The authors tackled the problem of model mismatch in Bayesian predictive inference by developing population empirical Bayes (POP-EB), a hierarchical framework that models the empirical population distribution, resulting in improved predictive accuracy demonstrated in linear regression, Bayesian mixture, and topic models.

Bayesian predictive inference analyzes a dataset to make predictions about new observations. When a model does not match the data, predictive accuracy suffers. We develop population empirical Bayes (POP-EB), a hierarchical framework that explicitly models the empirical population distribution as part of Bayesian analysis. We introduce a new concept, the latent dataset, as a hierarchical variable and set the empirical population as its prior. This leads to a new predictive density that mitigates model mismatch. We efficiently apply this method to complex models by proposing a stochastic variational inference algorithm, called bumping variational inference (BUMP-VI). We demonstrate improved predictive accuracy over classical Bayesian inference in three models: a linear regression model of health data, a Bayesian mixture model of natural images, and a latent Dirichlet allocation topic model of scientific documents.

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