MLLGNov 4, 2022

Black-box Coreset Variational Inference

arXiv:2211.02377v24 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses the problem of scalable Bayesian inference for complex models, offering a method that is incremental by building on existing coreset techniques to handle intractable cases.

The paper tackles the challenge of applying variational coresets to intractable models like Bayesian neural networks by introducing a black-box variational inference framework, which overcomes limitations in evaluating objectives and sampling from posterior distributions, enabling principled data summarization and inference.

Recent advances in coreset methods have shown that a selection of representative datapoints can replace massive volumes of data for Bayesian inference, preserving the relevant statistical information and significantly accelerating subsequent downstream tasks. Existing variational coreset constructions rely on either selecting subsets of the observed datapoints, or jointly performing approximate inference and optimizing pseudodata in the observed space akin to inducing points methods in Gaussian Processes. So far, both approaches are limited by complexities in evaluating their objectives for general purpose models, and require generating samples from a typically intractable posterior over the coreset throughout inference and testing. In this work, we present a black-box variational inference framework for coresets that overcomes these constraints and enables principled application of variational coresets to intractable models, such as Bayesian neural networks. We apply our techniques to supervised learning problems, and compare them with existing approaches in the literature for data summarization and inference.

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