paper-with-me

Papers

Sparse Variational Inference: Bayesian Coresets from Scratch

2019-06-07 · NeurIPS 2019 12 · Trevor Campbell, Boyan Beronov

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.

📄 PDF Abstract BibTeX arXiv:1906.03329

Code (1)

trevorcampbell/bayesian-coresets 공식 구현

Tasks

Variational Inference

Methods 이 논문이 사용한 방법론

Coresets 설명 없음

Similar Papers 제목 키워드 기반

Black-box Coreset Variational Inference

2022-11-04 · Dionysis Manousakas, Hippolyt Ritter, Theofanis Karaletsos

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 ac…

Bayesian InferenceData SummarizationGaussian ProcessesVariational Inference

Bayesian Pseudocoresets

2020-12-01 · NeurIPS 2020 12 · Dionysis Manousakas, Zuheng Xu, Cecilia Mascolo, Trevor Campbell

Standard Bayesian inference algorithms are prohibitively expensive in the regime of modern large-scale data. Recent work has found that a small, weighted subset of data (a coreset) may be used in place of the full datase…

Bayesian Inference

$β$-Cores: Robust Large-Scale Bayesian Data Summarization in the Presence of Outliers

2020-08-31 · Dionysis Manousakas, Cecilia Mascolo

Modern machine learning applications should be able to address the intrinsic challenges arising over inference on massive real-world datasets, including scalability and robustness to outliers. Despite the multiple benefi…

Bayesian InferenceData SummarizationVariational Inference

Bayesian Pseudo-Coresets via Contrastive Divergence

2023-03-20 · Piyush Tiwary, Kumar Shubham, Vivek V. Kashyap, Prathosh A. P

Bayesian methods provide an elegant framework for estimating parameter posteriors and quantification of uncertainty associated with probabilistic models. However, they often suffer from slow inference times. To address t…

Dataset Condensation

Automated Scalable Bayesian Inference via Hilbert Coresets

2017-10-13 · Trevor Campbell, Tamara Broderick

The automation of posterior inference in Bayesian data analysis has enabled experts and nonexperts alike to use more sophisticated models, engage in faster exploratory modeling and analysis, and ensure experimental repro…

Bayesian Inference