paper-with-me

Papers

Variational Bayesian Unlearning

2020-10-24 · NeurIPS 2020 12 · Quoc Phong Nguyen, Bryan Kian Hsiang Low, Patrick Jaillet

This paper studies the problem of approximately unlearning a Bayesian model from a small subset of the training data to be erased. We frame this problem as one of minimizing the Kullback-Leibler divergence between the approximate posterior belief of model parameters after directly unlearning from erased data vs. the exact posterior belief from retraining with remaining data. Using the variational inference (VI) framework, we show that it is equivalent to minimizing an evidence upper bound which trades off between fully unlearning from erased data vs. not entirely forgetting the posterior belief given the full data (i.e., including the remaining data); the latter prevents catastrophic unlearning that can render the model useless. In model training with VI, only an approximate (instead of exact) posterior belief given the full data can be obtained, which makes unlearning even more challenging. We propose two novel tricks to tackle this challenge. We empirically demonstrate our unlearning methods on Bayesian models such as sparse Gaussian process and logistic regression using synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2010.12883

Code (0)

등록된 구현이 없습니다.

Tasks

Variational Inference

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

A unified PAC-Bayesian framework for machine unlearning via information risk minimization

2021-06-01 · Sharu Theresa Jose, Osvaldo Simeone

Machine unlearning refers to mechanisms that can remove the influence of a subset of training data upon request from a trained model without incurring the cost of re-training from scratch. This paper develops a unified P…

Machine Unlearning

Bayesian Variational Federated Learning and Unlearning in Decentralized Networks

2021-04-08 · Jinu Gong, Osvaldo Simeone, Joonhyuk Kang

Federated Bayesian learning offers a principled framework for the definition of collaborative training algorithms that are able to quantify epistemic uncertainty and to produce trustworthy decisions. Upon the completion …

Federated LearningVariational Inference

Forget-SVGD: Particle-Based Bayesian Federated Unlearning

2021-11-23 · Jinu Gong, Osvaldo Simeone, Rahif Kassab, Joonhyuk Kang

Variational particle-based Bayesian learning methods have the advantage of not being limited by the bias affecting more conventional parametric techniques. This paper proposes to leverage the flexibility of non-parametri…

Bayesian InferenceFederated Learning

Challenges and Pitfalls of Bayesian Unlearning

2022-07-07 · Ambrish Rawat, James Requeima, Wessel Bruinsma, Richard Turner

Machine unlearning refers to the task of removing a subset of training data, thereby removing its contributions to a trained model. Approximate unlearning are one class of methods for this task which avoid the need to re…

Machine UnlearningVariational Inference

Unlearning in Diffusion models under Data Constraints: A Variational Inference Approach

2025-10-05 · Subhodip Panda, Varun M S, Shreyans Jain, Sarthak Kumar Maharana 외 arxiv

For a responsible and safe deployment of diffusion models in various domains, regulating the generated outputs from these models is desirable because such models could generate undesired, violent, and obscene outputs. To…

Image Generation