MLLGCOJun 7, 2019

Sparse Variational Inference: Bayesian Coresets from Scratch

arXiv:1906.03329v243 citations
AI Analysis

This work addresses the problem of scalable and automated Bayesian inference for practitioners, offering a novel method that is not incremental but provides significant improvements over past approaches.

The paper tackles the challenge of automating Bayesian coreset construction by removing the need for a pre-specified coarse posterior approximation, formulating it as sparsity-constrained variational inference. The result is a fully automated algorithm that achieves state-of-the-art dataset summarization with orders-of-magnitude reduction in KL divergence to the exact posterior.

The proliferation of automated inference algorithms in Bayesian statistics has provided practitioners newfound access to fast, reproducible data analysis and powerful statistical models. Designing automated methods that are also both computationally scalable and theoretically sound, however, remains a significant challenge. Recent work on Bayesian coresets takes the approach of compressing the dataset before running a standard inference algorithm, providing both scalability and guarantees on posterior approximation error. But the automation of past coreset methods is limited because they depend on the availability of a reasonable coarse posterior approximation, which is difficult to specify in practice. In the present work we remove this requirement by formulating coreset construction as sparsity-constrained variational inference within an exponential family. This perspective leads to a novel construction via greedy optimization, and also provides a unifying information-geometric view of present and past methods. The proposed Riemannian coreset construction algorithm is fully automated, requiring no problem-specific inputs aside from the probabilistic model and dataset. In addition to being significantly easier to use than past methods, experiments demonstrate that past coreset constructions are fundamentally limited by the fixed coarse posterior approximation; in contrast, the proposed algorithm is able to continually improve the coreset, providing state-of-the-art Bayesian dataset summarization with orders-of-magnitude reduction in KL divergence to the exact posterior.

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