Langevin Unlearning: A New Perspective of Noisy Gradient Descent for Machine Unlearning
Eli Chien, Haoyu Wang, Ziang Chen, Pan Li
TL;DR
The paper introduces Langevin unlearning, a projected noisy gradient descent framework that unifies differential privacy guarantees with approximate unlearning. It proves existence of a stationary distribution for learning and derives RU guarantees showing exponential privacy improvement after unlearning iterations, including non-convex, convex, and strongly convex settings, with extensions to sequential and batch requests. Empirically, it demonstrates favorable privacy-utility-complexity trade-offs on logistic regression tasks (MNIST, CIFAR-10) compared to D2D and retraining baselines. The work provides a principled, scalable approach to data removal requests with potential for broader adoption and future enhancements in unlearning under privacy constraints.
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.
