paper-with-me

홈 › Papers

ACU: Analytic Continual Unlearning for Efficient and Exact Forgetting with Privacy Preservation

2025-05-18 · Jianheng Tang, Huiping Zhuang, Di Fang, Jiaxu Li, Feijiang Han, Yajiang Huang, Kejia Fan, Leye Wang, Zhanxing Zhu, Shanghang Zhang, Houbing Herbert Song, Yunhuai Liu

The development of artificial intelligence demands that models incrementally update knowledge by Continual Learning (CL) to adapt to open-world environments. To meet privacy and security requirements, Continual Unlearning (CU) emerges as an important problem, aiming to sequentially forget particular knowledge acquired during the CL phase. However, existing unlearning methods primarily focus on single-shot joint forgetting and face significant limitations when applied to CU. First, most existing methods require access to the retained dataset for re-training or fine-tuning, violating the inherent constraint in CL that historical data cannot be revisited. Second, these methods often suffer from a poor trade-off between system efficiency and model fidelity, making them vulnerable to being overwhelmed or degraded by adversaries through deliberately frequent requests. In this paper, we identify that the limitations of existing unlearning methods stem fundamentally from their reliance on gradient-based updates. To bridge the research gap at its root, we propose a novel gradient-free method for CU, named Analytic Continual Unlearning (ACU), for efficient and exact forgetting with historical data privacy preservation. In response to each unlearning request, our ACU recursively derives an analytical (i.e., closed-form) solution in an interpretable manner using the least squares method. Theoretical and experimental evaluations validate the superiority of our ACU on unlearning effectiveness, model fidelity, and system efficiency.

📄 PDF Abstract BibTeX arXiv:2505.12239

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

ICU-Bench:Benchmarking Continual Unlearning in Multimodal Large Language Models

2026-05-07 · Yuhang Wang, Wenjie Mei, Junkai Zhang, Guangyu He 외 arxiv

Although Multimodal Large Language Models (MLLMs) have achieved remarkable progress across many domains, their training on large-scale multimodal datasets raises serious privacy concerns, making effective machine unlearn…

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…

Robust Continual Unlearning against Knowledge Erosion and Forgetting Reversal

2026-04-21 · Eun-Ju Park, Youjin Shin, Simon S. Woo arxiv

As a means to balance the growth of the AI industry with the need for privacy protection, machine unlearning plays a crucial role in realizing the ``right to be forgotten'' in artificial intelligence. This technique enab…

CATA: Continual Machine Unlearning via Conflict-Averse Task Arithmetic

2026-05-18 · Shen Lin, Junhao Dong, Rongjie Chen, Xiaoyu Zhang 외 arxiv

Vision-language models (VLMs) have shown remarkable ability in aligning visual and textual representations, enabling a wide range of multimodal applications. However, their large-scale training data inevitably raises con…

Privacy-Aware Lifelong Learning

2025-05-16 · Ozan Özdenizci, Elmar Rueckert, Robert Legenstein

Lifelong learning algorithms enable models to incrementally acquire new knowledge without forgetting previously learned information. Contrarily, the field of machine unlearning focuses on explicitly forgetting certain pr…

image-classificationImage ClassificationIncremental LearningLifelong learning+2