paper-with-me

홈 › Papers

Rewind-to-Delete: Certified Machine Unlearning for Nonconvex Functions

2024-09-15 · Siqiao Mu, Diego Klabjan

Machine unlearning algorithms aim to efficiently remove data from a model without retraining it from scratch, in order to remove corrupted or outdated data or respect a user's `right to be forgotten." Certified machine unlearning is a strong theoretical guarantee based on differential privacy that quantifies the extent to which an algorithm erases data from the model weights. In contrast to existing works in certified unlearning for convex or strongly convex loss functions, or nonconvex objectives with limiting assumptions, we propose the first, first-order, black-box (i.e., can be applied to models pretrained with vanilla gradient descent) algorithm for unlearning on general nonconvex loss functions, which unlearns by `rewinding" to an earlier step during the learning process before performing gradient descent on the loss function of the retained data points. We prove $(\epsilon, \delta)$ certified unlearning and performance guarantees that establish the privacy-utility-complexity tradeoff of our algorithm, and we prove generalization guarantees for nonconvex functions that satisfy the Polyak-Lojasiewicz inequality. Finally, we implement our algorithm under a new experimental framework that more accurately reflects real-world use cases for preserving user privacy.

📄 PDF Abstract BibTeX arXiv:2409.09778

Code (1)

anonymous-1234567/r2d 공식 구현 pytorch

Tasks

Machine Unlearning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

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…

Towards Certified Unlearning for Deep Neural Networks

2024-08-01 · Binchi Zhang, Yushun Dong, Tianhao Wang, Jundong Li

In the field of machine unlearning, certified unlearning has been extensively studied in convex machine learning models due to its high efficiency and strong theoretical guarantees. However, its application to deep neura…

Machine Unlearning

Auditing of Unlearning Algorithms

2026-07-07 · Sahasrajit Sarmasarkar, Anastasia Koloskova, Sanmi Koyejo arxiv

Evaluating whether unlearning algorithms truly remove training data influence remains an open challenge. We propose a practical auditor that computes data-dependent lower bounds on the unlearning parameter $\varepsilon$ …

Certified Minimax Unlearning with Generalization Rates and Deletion Capacity

2023-12-16 · NeurIPS 2023 11 · Jiaqi Liu, Jian Lou, Zhan Qin, Kui Ren

We study the problem of $(\epsilon,\delta)$-certified machine unlearning for minimax models. Most of the existing works focus on unlearning from standard statistical learning models that have a single variable and their …

Machine Unlearning

Certified Unlearning in Decentralized Federated Learning

2026-01-10 · Hengliang Wu, Youming Tao, Anhao Zhou, Shuzhen Chen 외 arxiv

Driven by the right to be forgotten (RTBF), machine unlearning has become an essential requirement for privacy-preserving machine learning. However, its realization in decentralized federated learning (DFL) remains large…

Federated Learning