Variational Bayesian Unlearning
Quoc Phong Nguyen, Bryan Kian Hsiang Low, Patrick Jaillet

TL;DR
This paper introduces a variational Bayesian unlearning method that efficiently removes the influence of specific data points from a trained model while maintaining overall model integrity, addressing challenges of approximate posterior inference.
Contribution
It proposes a novel variational inference-based framework for approximate Bayesian unlearning, including two new techniques to handle the challenges of approximate posteriors.
Findings
Effective unlearning demonstrated on Gaussian process and logistic regression models
Maintains model performance while removing data influence
Addresses catastrophic forgetting in Bayesian models
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Control Systems and Identification · Target Tracking and Data Fusion in Sensor Networks
MethodsLogistic Regression · Gaussian Process
