LGAIMLJul 7, 2022

Challenges and Pitfalls of Bayesian Unlearning

arXiv:2207.03227v26 citationsh-index: 53
Originality Incremental advance
AI Analysis

This work addresses the need for efficient data removal in trained models, though it is incremental as it builds on existing Bayesian frameworks.

The paper tackles the problem of approximate machine unlearning by using Bayesian methods to update model posteriors without retraining, finding that Laplace approximation and Variational Inference offer practical insights but face challenges in real-world applications.

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 retrain the model from scratch on the retained data. Bayes' rule can be used to cast approximate unlearning as an inference problem where the objective is to obtain the updated posterior by dividing out the likelihood of deleted data. However this has its own set of challenges as one often doesn't have access to the exact posterior of the model parameters. In this work we examine the use of the Laplace approximation and Variational Inference to obtain the updated posterior. With a neural network trained for a regression task as the guiding example, we draw insights on the applicability of Bayesian unlearning in practical scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes