paper-with-me

Papers

Robust LLM Unlearning with MUDMAN: Meta-Unlearning with Disruption Masking And Normalization

2025-06-14 · Filip Sondej, Yushi Yang, Mikołaj Kniejski, Marcel Windys

Language models can retain dangerous knowledge and skills even after extensive safety fine-tuning, posing both misuse and misalignment risks. Recent studies show that even specialized unlearning methods can be easily reversed. To address this, we systematically evaluate many existing and novel components of unlearning methods and identify ones crucial for irreversible unlearning. We introduce Disruption Masking, a technique in which we only allow updating weights, where the signs of the unlearning gradient and the retaining gradient are the same. This ensures all updates are non-disruptive. Additionally, we identify the need for normalizing the unlearning gradients, and also confirm the usefulness of meta-learning. We combine these insights into MUDMAN (Meta-Unlearning with Disruption Masking and Normalization) and validate its effectiveness at preventing the recovery of dangerous capabilities. MUDMAN outperforms the prior TAR method by 40\%, setting a new state-of-the-art for robust unlearning.

📄 PDF Abstract BibTeX arXiv:2506.12484

Code (1)

filyp/mudman 공식 구현 pytorch

Tasks

Meta-LearningTAR

Similar Papers 제목 키워드 기반

Unlearning with Fisher Masking

2023-10-09 · Yufang Liu, Changzhi Sun, Yuanbin Wu, Aimin Zhou

Machine unlearning aims to revoke some training data after learning in response to requests from users, model developers, and administrators. Most previous methods are based on direct fine-tuning, which may neither remov…

Machine Unlearning

SAU: Sparsity-Aware Unlearning for LLMs via Gradient Masking and Importance Redistribution

2026-01-31 · Yuze Wang, Yujia Tong, Xuan Liu, Junhao Dong arxiv

Large Language Models (LLMs) inevitably memorize sensitive information during training, posing significant privacy risks. Machine unlearning has emerged as a promising solution to selectively remove such information with…

Learn to Unlearn: Meta-Learning-Based Knowledge Graph Embedding Unlearning

2024-12-01 · Naixing Xu, Qian Li, Xu Wang, Bingchen Liu 외

Knowledge graph (KG) embedding methods map entities and relations into continuous vector spaces, improving performance in tasks like link prediction and question answering. With rising privacy concerns, machine unlearnin…

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionMachine Unlearning+2

An Unlearning Framework for Continual Learning

2025-09-22 · Sayanta Adhikari, Vishnuprasadh Kumaravelu, P. K. Srijith arxiv

Growing concerns surrounding AI safety and data privacy have driven the development of Machine Unlearning as a potential solution. However, current machine unlearning algorithms are designed to complement the offline tra…

Continual Learning

Generative Adversarial Networks Unlearning

2023-08-19 · Hui Sun, Tianqing Zhu, Wenhan Chang, Wanlei Zhou

As machine learning continues to develop, and data misuse scandals become more prevalent, individuals are becoming increasingly concerned about their personal information and are advocating for the right to remove their …

Machine Unlearning