paper-with-me

홈 › Papers

Efficient and Generalizable Certified Unlearning: A Hessian-free Recollection Approach

2024-04-02 · Xinbao Qiao, Meng Zhang, Ming Tang, Ermin Wei

Machine unlearning strives to uphold the data owners' right to be forgotten by enabling models to selectively forget specific data. Recent advances suggest precomputing and storing statistics extracted from second-order information and implementing unlearning through Newton-style updates. However, the theoretical analysis of these works often depends on restrictive assumptions of convexity and smoothness, and those mentioned operations on Hessian matrix are extremely costly. As a result, applying these works to high-dimensional models becomes challenging. In this paper, we propose an efficient Hessian-free certified unlearning. We propose to maintain a statistical vector for each data, computed through affine stochastic recursion approximation of the difference between retrained and learned models. Our analysis does not involve inverting Hessian and thus can be extended to non-convex non-smooth objectives. Under same assumptions, we demonstrate advancements of proposed method beyond the state-of-the-art theoretical studies, in terms of generalization, unlearning guarantee, deletion capacity, and computation/storage complexity, and we show that the unlearned model of our proposed approach is close to or same as the retrained model. Based on the strategy of recollecting statistics for forgetting data, we develop an algorithm that achieves near-instantaneous unlearning as it only requires a vector addition operation. Experiments demonstrate that the proposed scheme surpasses existing results by orders of magnitude in terms of time/storage costs, while also enhancing accuracy.

📄 PDF Abstract BibTeX arXiv:2404.01712

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Unlearning

Methods 이 논문이 사용한 방법론

Uphold 설명 없음

Similar Papers 제목 키워드 기반

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

The Forgetting-Retention Dilemma: Certified Unlearning Theory in Continual Learning

2026-06-29 · Yiting Hu, Lingjie Duan, Qian Zhang arxiv

Machine unlearning aims to eliminate the influence of specific data from trained models to safeguard privacy. However, this presents a significant challenge in the context of continual learning (CL), where models update …

Continual Learning

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

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…

Scalable and Certifiable Graph Unlearning: Overcoming the Approximation Error Barrier

2024-08-17 · Lu Yi, Zhewei Wei

Graph unlearning has emerged as a pivotal research area for ensuring privacy protection, given the widespread adoption of Graph Neural Networks (GNNs) in applications involving sensitive user data. Among existing studies…