MECOMLJul 10, 2015

Scalable MCMC for Large Data Problems using Data Subsampling and the Difference Estimator

arXiv:1507.02971v310 citations
Originality Incremental advance
AI Analysis

This addresses computational bottlenecks for statisticians and data scientists working with big data, though it is incremental as it builds on existing subsampling and pseudo-marginal methods.

The paper tackles the problem of slow MCMC computations for large datasets by proposing an algorithm that uses data subsampling and a difference estimator to estimate the log-likelihood, achieving significant speed-up compared to standard MCMC.

We propose a generic Markov Chain Monte Carlo (MCMC) algorithm to speed up computations for datasets with many observations. A key feature of our approach is the use of the highly efficient difference estimator from the survey sampling literature to estimate the log-likelihood accurately using only a small fraction of the data. Our algorithm improves on the $O(n)$ complexity of regular MCMC by operating over local data clusters instead of the full sample when computing the likelihood. The likelihood estimate is used in a Pseudo-marginal framework to sample from a perturbed posterior which is within $O(m^{-1/2})$ of the true posterior, where $m$ is the subsample size. The method is applied to a logistic regression model to predict firm bankruptcy for a large data set. We document a significant speed up in comparison to the standard MCMC on the full dataset.

Foundations

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

Your Notes