paper-with-me

Papers

Machine Unlearning for Streaming Forgetting

2025-07-21 · Shaofei Shen, Chenhao Zhang, Yawen Zhao, Alina Bialkowski, Weitong Chen, Miao Xu arxiv

Machine unlearning aims to remove knowledge of the specific training data in a well-trained model. Currently, machine unlearning methods typically handle all forgetting data in a single batch, removing the corresponding knowledge all at once upon request. However, in practical scenarios, requests for data removal often arise in a streaming manner rather than in a single batch, leading to reduced efficiency and effectiveness in existing methods. Such challenges of streaming forgetting have not been the focus of much research. In this paper, to address the challenges of performance maintenance, efficiency, and data access brought about by streaming unlearning requests, we introduce a streaming unlearning paradigm, formalizing the unlearning as a distribution shift problem. We then estimate the altered distribution and propose a novel streaming unlearning algorithm to achieve efficient streaming forgetting without requiring access to the original training data. Theoretical analyses confirm an $O(\sqrt{T} + V_T)$ error bound on the streaming unlearning regret, where $V_T$ represents the cumulative total variation in the optimal solution over $T$ learning rounds. This theoretical guarantee is achieved under mild conditions without the strong restriction of convex loss function. Experiments across various models and datasets validate the performance of our proposed method.

📄 PDF Abstract BibTeX arXiv:2507.15280

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Natural Machine Unlearning

2024-05-24 · Zhengbao He, Tao Li, Xinwen Cheng, Zhehao Huang 외

Machine unlearning (MU) aims to eliminate information that has been learned from specific training data, namely forgetting data, from a pre-trained model. Currently, the mainstream of existing MU methods involves modifyi…

Machine Unlearning

Towards Aligned Data Forgetting via Twin Machine Unlearning

2025-01-15 · Zhenxing Niu, Haoxuan Ji, Yuyao Sun, Zheng Lin 외

Modern privacy regulations have spurred the evolution of machine unlearning, a technique enabling a trained model to efficiently forget specific training data. In prior unlearning methods, the concept of "data forgetting…

Machine Unlearning

Efficient Unlearning with Privacy Guarantees

2025-07-07 · Josep Domingo-Ferrer, Najeeb Jebreel, David Sánchez arxiv

Privacy protection laws, such as the GDPR, grant individuals the right to request the forgetting of their personal data not only from databases but also from machine learning (ML) models trained on them. Machine unlearni…

Machine Unlearning using Forgetting Neural Networks

2024-10-29 · Amartya Hatua, Trung T. Nguyen, Filip Cano, Andrew H. Sung

Modern computer systems store vast amounts of personal data, enabling advances in AI and ML but risking user privacy and trust. For privacy reasons, it is desired sometimes for an ML model to forget part of the data it w…

Handwritten Digit RecognitionMachine Unlearning

Efficient Machine Unlearning via Influence Approximation

2025-07-31 · Jiawei Liu, Chenwang Wu, Defu Lian, Enhong Chen arxiv

Due to growing privacy concerns, machine unlearning, which aims at enabling machine learning models to ``forget" specific training data, has received increasing attention. Among existing methods, influence-based unlearni…

Incremental Learning