paper-with-me

Papers

Feature-Selective Representation Misdirection for Machine Unlearning

2025-12-18 · Taozhao Chen, Linghan Huang, Kim-Kwang Raymond Choo, Huaming Chen arxiv

As large language models (LLMs) are increasingly adopted in safety-critical and regulated sectors, the retention of sensitive or prohibited knowledge introduces escalating risks, ranging from privacy leakage to regulatory non-compliance to to potential misuse, and so on. Recent studies suggest that machine unlearning can help ensure deployed models comply with evolving legal, safety, and governance requirements. However, current unlearning techniques assume clean separation between forget and retain datasets, which is challenging in operational settings characterized by highly entangled distributions. In such scenarios, perturbation-based methods often degrade general model utility or fail to ensure safety. To address this, we propose Selective Representation Misdirection for Unlearning (SRMU), a novel principled activation-editing framework that enforces feature-aware and directionally controlled perturbations. Unlike indiscriminate model weights perturbations, SRMU employs a structured misdirection vector with an activation importance map. The goal is to allow SRMU selectively suppresses harmful representations while preserving the utility on benign ones. Experiments are conducted on the widely used WMDP benchmark across low- and high-entanglement configurations. Empirical results reveal that SRMU delivers state-of-the-art unlearning performance with minimal utility losses, and remains effective under 20-30\% overlap where existing baselines collapse. SRMU provides a robust foundation for safety-driven model governance, privacy compliance, and controlled knowledge removal in the emerging LLM-based applications. We release the replication package at https://figshare.com/s/d5931192a8824de26aff.

📄 PDF Abstract BibTeX arXiv:2512.16297

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Invariance Makes LLM Unlearning Resilient Even to Unanticipated Downstream Fine-Tuning

2025-06-02 · Changsheng Wang, Yihua Zhang, Jinghan Jia, Parikshit Ram 외

Machine unlearning offers a promising solution to privacy and safety concerns in large language models (LLMs) by selectively removing targeted knowledge while preserving utility. However, current methods are highly sensi…

Machine UnlearningMathSentiment Analysis

REMISVFU: Vertical Federated Unlearning via Representation Misdirection for Intermediate Output Feature

2025-12-11 · Wenhan Wu, Zhili He, Huanghuang Liang, Yili Gong 외 arxiv

Data-protection regulations such as the GDPR grant every participant in a federated system a right to be forgotten. Federated unlearning has therefore emerged as a research frontier, aiming to remove a specific party's c…

Federated Learning

Beyond Forgetting: Machine Unlearning Elicits Controllable Side Behaviors and Capabilities

2026-01-29 · Tien Dang, The-Hai Nguyen, Dinh Mai Phuong, Nguyen Minh Phuong 외 arxiv

We consider Representation Misdirection (RM), a class of large language model (LLM) unlearning methods that achieve forgetting by redirecting the forget-representations, that is, latent representations of forget-samples,…

Efficient Attribute Unlearning: Towards Selective Removal of Input Attributes from Feature Representations

2022-02-27 · Tao Guo, Song Guo, Jiewei Zhang, Wenchao Xu 외

Recently, the enactment of privacy regulations has promoted the rise of the machine unlearning paradigm. Existing studies of machine unlearning mainly focus on sample-wise unlearning, such that a learnt model will not ex…

AttributeFace RecognitionFairnessMachine Unlearning

Applying sparse autoencoders to unlearn knowledge in language models

2024-10-25 · Eoin Farrell, Yeu-Tong Lau, Arthur Conmy

We investigate whether sparse autoencoders (SAEs) can be used to remove knowledge from language models. We use the biology subset of the Weapons of Mass Destruction Proxy dataset and test on the gemma-2b-it and gemma-2-2…