paper-with-me

Papers

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 dataset during inference, taking advantage of data redundancy to reduce computational cost. However, this approach has limitations in the increasingly common setting of sensitive, high-dimensional data. Indeed, we prove that there are situations in which the Kullback-Leibler divergence between the optimal coreset and the true posterior grows with data dimension; and as coresets include a subset of the original data, they cannot be constructed in a manner that preserves individual privacy. We address both of these issues with a single unified solution, Bayesian pseudocoresets --- a small weighted collection of synthetic "pseudodata"---along with a variational optimization method to select both pseudodata and weights. The use of pseudodata (as opposed to the original datapoints) enables both the summarization of high-dimensional data and the differentially private summarization of sensitive data. Real and synthetic experiments on high-dimensional data demonstrate that Bayesian pseudocoresets achieve significant improvements in posterior approximation error compared to traditional coresets, and that pseudocoresets provide privacy without a significant loss in approximation quality.

📄 PDF Abstract BibTeX

Code (1)

trevorcampbell/pseudocoresets-experiments 공식 구현

Tasks

Bayesian Inference

Methods 이 논문이 사용한 방법론

Coresets 설명 없음

Similar Papers 제목 키워드 기반

On Divergence Measures for Bayesian Pseudocoresets

2022-10-12 · Balhae Kim, JungWon Choi, Seanie Lee, Yoonho Lee 외

A Bayesian pseudocoreset is a small synthetic dataset for which the posterior over parameters approximates that of the original dataset. While promising, the scalability of Bayesian pseudocoresets is not yet validated in…

Bayesian InferenceDataset Distillationimage-classificationImage Classification

One-Shot Federated Learning with Bayesian Pseudocoresets

2024-06-04 · Tim d'Hondt, Mykola Pechenizkiy, Robert Peharz

Optimization-based techniques for federated learning (FL) often come with prohibitive communication cost, as high dimensional model parameters need to be communicated repeatedly between server and clients. In this paper,…

Federated Learning

ByPE-VAE: Bayesian Pseudocoresets Exemplar VAE

2021-07-20 · NeurIPS 2021 12 · Qingzhong Ai, Lirong He, Shiyu Liu, Zenglin Xu

Recent studies show that advanced priors play a major role in deep generative models. Exemplar VAE, as a variant of VAE with an exemplar-based prior, has achieved impressive results. However, due to the nature of model d…

Data AugmentationDensity EstimationRepresentation LearningStochastic Optimization

Function Space Bayesian Pseudocoreset for Bayesian Neural Networks

2023-10-27 · NeurIPS 2023 11

A Bayesian pseudocoreset is a compact synthetic dataset summarizing essential information of a large-scale dataset and thus can be used as a proxy dataset for scalable Bayesian inference. Typically, a Bayesian pseudocore…

Bayesian InferenceUncertainty Quantification

Combining Bayesian Inference and Reinforcement Learning for Agent Decision Making: A Review

2025-05-12 · Chengmin Zhou, Ville Kyrki, Pasi Fränti, Laura Ruotsalainen

Bayesian inference has many advantages in decision making of agents (e.g. robotics/simulative agent) over a regular data-driven black-box neural network: Data-efficiency, generalization, interpretability, and safety wher…

Active LearningBayesian InferenceBayesian OptimizationDecision Making+4