paper-with-me

홈 › Papers

Learning to Unlearn while Retaining: Combating Gradient Conflicts in Machine Unlearning

2025-03-08 · Gaurav Patel, Qiang Qiu

Machine Unlearning has recently garnered significant attention, aiming to selectively remove knowledge associated with specific data while preserving the model's performance on the remaining data. A fundamental challenge in this process is balancing effective unlearning with knowledge retention, as naive optimization of these competing objectives can lead to conflicting gradients, hindering convergence and degrading overall performance. To address this issue, we propose Learning to Unlearn while Retaining, aimed to mitigate gradient conflicts between unlearning and retention objectives. Our approach strategically avoids conflicts through an implicit gradient regularization mechanism that emerges naturally within the proposed framework. This prevents conflicting gradients between unlearning and retention, leading to effective unlearning while preserving the model's utility. We validate our approach across both discriminative and generative tasks, demonstrating its effectiveness in achieving unlearning without compromising performance on remaining data. Our results highlight the advantages of avoiding such gradient conflicts, outperforming existing methods that fail to account for these interactions.

📄 PDF Abstract BibTeX arXiv:2503.06339

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

CURE:Circuit-Aware Unlearning for LLM-based Recommendation

2026-04-04 · Ziheng Chen, Jiali Cheng, Zezhong Fan, Hadi Amiri 외 arxiv

Recent advances in large language models (LLMs) have opened new opportunities for recommender systems by enabling rich semantic understanding and reasoning about user interests and item attributes. However, as privacy re…

MUNBa: Machine Unlearning via Nash Bargaining

2024-11-23 · Jing Wu, Mehrtash Harandi

Machine Unlearning (MU) aims to selectively erase harmful behaviors from models while retaining the overall utility of the model. As a multi-task learning problem, MU involves balancing objectives related to forgetting s…

image-classificationImage ClassificationImage GenerationMachine Unlearning+1

FUPareto: Bridging the Forgetting-Utility Gap in Federated Unlearning via Pareto Augmented Optimization

2026-02-02 · Zeyan Wang, Zhengmao Liu, Yongxin Cai, Chi Li 외 arxiv

Federated Unlearning (FU) aims to efficiently remove the influence of specific client data from a federated model while preserving utility for the remaining clients. However, three key challenges remain: (1) existing unl…

Geometric-disentangelment Unlearning

2025-11-21 · Duo Zhou, Yuji Zhang, Tianxin Wei, Ruizhong Qiu 외 arxiv

Large language models (LLMs) can internalize private or harmful content, motivating unlearning that removes a forget set while preserving retaining knowledge. However, forgetting updates often cause collateral degradatio…

Modeling LLM Unlearning as an Asymmetric Two-Task Learning Problem

2026-04-16 · Zeguan Xiao, Siqing Li, Yong Wang, Xuetao Wei 외 arxiv

Machine unlearning for large language models (LLMs) aims to remove targeted knowledge while preserving general capability. In this paper, we recast LLM unlearning as an asymmetric two-task problem: retention is the prima…