paper-with-me

Papers

Knowledge Removal in Sampling-based Bayesian Inference

2022-03-24 · ICLR 2022 4 · Shaopeng Fu, Fengxiang He, DaCheng Tao

The right to be forgotten has been legislated in many countries, but its enforcement in the AI industry would cause unbearable costs. When single data deletion requests come, companies may need to delete the whole models learned with massive resources. Existing works propose methods to remove knowledge learned from data for explicitly parameterized models, which however are not appliable to the sampling-based Bayesian inference, i.e., Markov chain Monte Carlo (MCMC), as MCMC can only infer implicit distributions. In this paper, we propose the first machine unlearning algorithm for MCMC. We first convert the MCMC unlearning problem into an explicit optimization problem. Based on this problem conversion, an {\it MCMC influence function} is designed to provably characterize the learned knowledge from data, which then delivers the MCMC unlearning algorithm. Theoretical analysis shows that MCMC unlearning would not compromise the generalizability of the MCMC models. Experiments on Gaussian mixture models and Bayesian neural networks confirm the effectiveness of the proposed algorithm. The code is available at \url{https://github.com/fshp971/mcmc-unlearning}.

📄 PDF Abstract BibTeX arXiv:2203.12964

Code (1)

fshp971/mcmc-unlearning 공식 구현 pytorch

Tasks

Bayesian InferenceMachine Unlearning

Similar Papers 제목 키워드 기반

Deep Bayesian Unsupervised Lifelong Learning

2021-06-13 · Tingting Zhao, Zifeng Wang, Aria Masoomi, Jennifer Dy

Lifelong Learning (LL) refers to the ability to continually learn and solve new problems with incremental available information over time while retaining previous knowledge. Much attention has been given lately to Superv…

Bayesian InferenceLifelong learning

Bayesian Mixture Modelling and Inference based Thompson Sampling in Monte-Carlo Tree Search

2013-12-01 · NeurIPS 2013 12 · Aijun Bai, Feng Wu, Xiaoping Chen

Monte-Carlo tree search is drawing great interest in the domain of planning under uncertainty, particularly when little or no domain knowledge is available. One of the central problems is the trade-off between exploratio…

Thompson Sampling

Bayesian structure learning and sampling of Bayesian networks with the R package BiDAG

2021-05-02 · Polina Suter, Jack Kuipers, Giusi Moffa, Niko Beerenwinkel

The R package BiDAG implements Markov chain Monte Carlo (MCMC) methods for structure learning and sampling of Bayesian networks. The package includes tools to search for a maximum a posteriori (MAP) graph and to sample g…

Graph Sampling

Bayesian Membership Privacy for Graph Neural Networks

2026-06-02 · Sinan Yıldırım, Megha Khosla arxiv

Existing privacy analyses for Graph Neural Networks (GNNs) largely inherit assumptions from non-graph settings, overlooking structural correlations and stochastic training-graph sampling. In particular, node-dependent pr…

Bayesian posterior repartitioning for nested sampling

2019-08-13 · Xi Chen, Farhan Feroz, Michael Hobson

Priors in Bayesian analyses often encode informative domain knowledge that can be useful in making the inference process more efficient. Occasionally, however, priors may be unrepresentative of the parameter values for a…

Bayesian InferenceUnity