paper-with-me

홈 › Papers

Representation-Guided Parameter-Efficient LLM Unlearning

2026-04-19 · Zeguan Xiao, Lang Mo, Yun Chen, Lei Yang, Jiehui Zhao, Lili Yang, Guanhua Chen arxiv

Large Language Models (LLMs) often memorize sensitive or harmful information, necessitating effective machine unlearning techniques. While existing parameter-efficient unlearning methods have shown promise, they still struggle with the forget-retain trade-off. This can be attributed to their reliance on parameter importance metrics to identify parameters that are important exclusively for the forget set, which is fundamentally limited by the superposition phenomenon. Due to the polysemantic nature of LLM parameters, such an importance metric may struggle to disentangle parameters associated with the forget and retain sets. In this work, we propose Representation-Guided Low-rank Unlearning (REGLU), a novel approach that leverages the geometric properties of representation spaces to achieve robust and precise unlearning. First, we develop a representation-guided initialization for LoRA that identifies the optimal subspace for selective forgetting. Second, we introduce a regularization loss that constrains the outputs of the LoRA update to lie in the orthogonal complement of the retain set's representation subspace, thereby minimizing interference with the model's performance on the retain set. We evaluate REGLU on the TOFU and WMDP benchmarks across multiple models. Our results demonstrate that REGLU consistently outperforms state-of-the-art baselines, achieving superior unlearning quality while maintaining higher model utility.

📄 PDF Abstract BibTeX arXiv:2604.17396

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WSS-CL: Weight Saliency Soft-Guided Contrastive Learning for Efficient Machine Unlearning Image Classification

2025-08-06 · Thang Duc Tran, Thai Hoang Le arxiv

Machine unlearning, the efficient deletion of the impact of specific data in a trained model, remains a challenging problem. Current machine unlearning approaches that focus primarily on data-centric or weight-based stra…

Contrastive LearningImage Classification

FALCON: Fine-grained Activation Manipulation by Contrastive Orthogonal Unalignment for Large Language Model

2025-02-03 · Jinwei Hu, Zhenglin Huang, Xiangyu Yin, Wenjie Ruan 외

Large language models have been widely applied, but can inadvertently encode sensitive or harmful information, raising significant safety concerns. Machine unlearning has emerged to alleviate this concern; however, exist…

Language ModelingLanguage ModellingLarge Language ModelMachine Unlearning

Visual-Noise Guided In-Context Distillation for Multimodal Large Language Model Unlearning

2026-05-26 · Junkai Chen, Yuhao He, Junxiang You, Ruiqi Liu 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable progress on vision-language tasks, but they may also memorize and expose sensitive or restricted knowledge, raising concerns about privacy and broader saf…

Model Unlearning via Sparse Autoencoder Subspace Guided Projections

2025-05-30 · Xu Wang, Zihao Li, Benyou Wang, Yan Hu 외

Large language models (LLMs) store vast amounts of information, making them powerful yet raising privacy and safety concerns when selective knowledge removal is required. Existing unlearning strategies, ranging from grad…

Adversarial Robustnessfeature selectionGSM8KMMLU+2

PIU: Proximity-guided Identity Unlearning in ID-Conditioned Diffusion Models

2026-05-21 · Jose Edgar Hernandez Cancino Estrada, Mauro Díaz Lupone, Žiga Emeršič, Vitomir Štruc 외 arxiv

Identity-conditioned diffusion models enable high-quality and identity-consistent face generation, but they also raise severe privacy concerns, as models may continue to synthesize individuals despite their right to be f…