paper-with-me

Papers

Certified Machine Unlearning via Noisy Stochastic Gradient Descent

2024-03-25 · Eli Chien, Haoyu Wang, Ziang Chen, Pan Li

``The right to be forgotten'' ensured by laws for user data privacy becomes increasingly important. Machine unlearning aims to efficiently remove the effect of certain data points on the trained model parameters so that it can be approximately the same as if one retrains the model from scratch. We propose to leverage projected noisy stochastic gradient descent for unlearning and establish its first approximate unlearning guarantee under the convexity assumption. Our approach exhibits several benefits, including provable complexity saving compared to retraining, and supporting sequential and batch unlearning. Both of these benefits are closely related to our new results on the infinite Wasserstein distance tracking of the adjacent (un)learning processes. Extensive experiments show that our approach achieves a similar utility under the same privacy constraint while using $2\%$ and $10\%$ of the gradient computations compared with the state-of-the-art gradient-based approximate unlearning methods for mini-batch and full-batch settings, respectively.

📄 PDF Abstract BibTeX arXiv:2403.17105

Code (2)

graph-com/sgd_unlearning 공식 구현 pytorch
graph-com/langevin_unlearning pytorch

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

Langevin Unlearning: A New Perspective of Noisy Gradient Descent for Machine Unlearning

2024-01-18 · Eli Chien, Haoyu Wang, Ziang Chen, Pan Li

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 o…

Machine Unlearning

Certified Unlearning for Neural Networks

2025-06-08 · Anastasia Koloskova, Youssef Allouah, Animesh Jha, Rachid Guerraoui 외

We address the problem of machine unlearning, where the goal is to remove the influence of specific training data from a model upon request, motivated by privacy concerns and regulatory requirements such as the "right to…

Machine Unlearning

Certified Per-Instance Unlearning Using Individual Sensitivity Bounds

2026-02-17 · Hanna Benarroch, Jamal Atif, Olivier Cappé arxiv

Certified machine unlearning can be achieved via noise injection leading to differential privacy guarantees, where noise is calibrated to worst-case sensitivity. Such conservative calibration often results in performance…

Descend or Rewind? Stochastic Gradient Descent Unlearning

2025-11-20 · Siqiao Mu, Diego Klabjan arxiv

Machine unlearning algorithms aim to remove the impact of selected training data from a model without the computational expenses of retraining from scratch. Two such algorithms are ``Descent-to-Delete" (D2D) and ``Rewind…

A Robust Certified Machine Unlearning Method Under Distribution Shift

2026-01-11 · Jinduo Guo, Yinzhi Cao arxiv

The Newton method has been widely adopted to achieve certified unlearning. A critical assumption in existing approaches is that the data requested for unlearning are selected i.i.d.(independent and identically distribute…