🤖 AI Summary
Addressing the challenge of implementing the “right to be forgotten” in machine learning—particularly for non-convex models, sequential or batch unlearning requests, and rigorous privacy guarantees—this paper proposes the Langevin Unlearning Framework. Our method unifies differentially private training with certified unlearning by integrating noisy stochastic gradient descent and Langevin dynamics, enabling provably private approximate certified unlearning. It supports non-convex optimization, balancing unlearning accuracy and model utility. Computationally, it achieves up to数十-fold speedup over full retraining for batch unlearning. Empirical evaluation on standard benchmarks demonstrates a three-way trade-off: effective unlearning (verified via membership inference and influence analysis), formal ε-differential privacy, and competitive generalization performance.
📝 Abstract
Machine unlearning has raised significant interest with the adoption of laws ensuring the ``right to be forgotten''. Researchers have provided a probabilistic notion of approximate unlearning under a similar definition of Differential Privacy (DP), where privacy is defined as statistical indistinguishability to retraining from scratch. We propose Langevin unlearning, an unlearning framework based on noisy gradient descent with privacy guarantees for approximate unlearning problems. Langevin unlearning unifies the DP learning process and the privacy-certified unlearning process with many algorithmic benefits. These include approximate certified unlearning for non-convex problems, complexity saving compared to retraining, sequential and batch unlearning for multiple unlearning requests.