paper-with-me

Papers

Continual Learning and Private Unlearning

2022-03-24 · Bo Liu, Qiang Liu, Peter Stone

As intelligent agents become autonomous over longer periods of time, they may eventually become lifelong counterparts to specific people. If so, it may be common for a user to want the agent to master a task temporarily but later on to forget the task due to privacy concerns. However enabling an agent to \emph{forget privately} what the user specified without degrading the rest of the learned knowledge is a challenging problem. With the aim of addressing this challenge, this paper formalizes this continual learning and private unlearning (CLPU) problem. The paper further introduces a straightforward but exactly private solution, CLPU-DER++, as the first step towards solving the CLPU problem, along with a set of carefully designed benchmark problems to evaluate the effectiveness of the proposed solution. The code is available at https://github.com/Cranial-XIX/Continual-Learning-Private-Unlearning.

📄 PDF Abstract BibTeX arXiv:2203.12817

Code (1)

cranial-xix/continual-learning-private-unlearning 공식 구현 pytorch

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

FRAMU: Attention-based Machine Unlearning using Federated Reinforcement Learning

2023-09-19 · Thanveer Shaik, Xiaohui Tao, Lin Li, Haoran Xie 외

Machine Unlearning is an emerging field that addresses data privacy issues by enabling the removal of private or irrelevant data from the Machine Learning process. Challenges related to privacy and model efficiency arise…

Computational EfficiencyFederated LearningMachine UnlearningPrivacy Preserving+2

BID-LoRA: A Parameter-Efficient Framework for Continual Learning and Unlearning

2026-04-14 · Jagadeesh Rachapudi, Ritali Vatsi, Praful Hambarde, Amit Shukla arxiv

Recent advances in deep learning underscore the need for systems that can not only acquire new knowledge through Continual Learning (CL) but also remove outdated, sensitive, or private information through Machine Unlearn…

Continual LearningFace Recognition

DRAGON: Guard LLM Unlearning in Context via Negative Detection and Reasoning

2025-11-08 · Yaxuan Wang, Chris Yuhao Liu, Quan Liu, Jinglong Pang 외 arxiv

Unlearning in Large Language Models (LLMs) is crucial for protecting private data and removing harmful knowledge. Most existing approaches rely on fine-tuning to balance unlearning efficiency with general language capabi…

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…

PPE-Bench: A Benchmark for Evaluating MLLM Unlearning under Private-Public Entanglement

2026-07-03 · Xianren Zhang, Delvin Ce Zhang, Dongwon Lee, Suhang Wang arxiv

Multimodal Large Language Models (MLLMs) have shown strong capabilities, but they may memorize private information from web data, raising privacy concerns. Machine unlearning offers a way to remove such private knowledge…