paper-with-me

홈 › Papers

Recover-to-Forget: Gradient Reconstruction from LoRA for Efficient LLM Unlearning

2025-12-08 · Yezi Liu, Hanning Chen, Wenjun Huang, Yang Ni, Mohsen Imani arxiv

Unlearning in large foundation models (e.g., LLMs) is essential for enabling dynamic knowledge updates, enforcing data deletion rights, and correcting model behavior. However, existing unlearning methods often require full-model fine-tuning or access to the original training data, which limits their scalability and practicality. In this work, we introduce Recover-to-Forget (R2F), a novel framework for efficient unlearning in LLMs based on reconstructing full-model gradient directions from low-rank LoRA adapter updates. Rather than performing backpropagation through the full model, we compute gradients with respect to LoRA parameters using multiple paraphrased prompts and train a gradient decoder to approximate the corresponding full-model gradients. To ensure applicability to larger or black-box models, the decoder is trained on a proxy model and transferred to target models. We provide a theoretical analysis of cross-model generalization and demonstrate that our method achieves effective unlearning while preserving general model performance. Experimental results demonstrate that R2F offers a scalable and lightweight alternative for unlearning in pretrained LLMs without requiring full retraining or access to internal parameters.

📄 PDF Abstract BibTeX arXiv:2512.07374

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

One-Point Contraction: Erasing Representational Separability toward Irreversible Deep Forgetting

2025-07-10 · Jaeheun Jung, Bosung Jung, Suhyun Bae, Donghun Lee arxiv

Machine unlearning is usually evaluated by what the classifier outputs: forget-set accuracy, confidence, membership-inference scores. We show that this is not enough. Across 14 representative unlearning methods on CIFAR-…

Image Classification

WARP: Weight Teleportation for Attack-Resilient Unlearning Protocols

2025-11-29 · Mohammad M Maheri, Xavier Cadet, Peter Chin, Hamed Haddadi arxiv

Approximate machine unlearning aims to efficiently remove the influence of specific data points from a trained model, offering a practical alternative to full retraining. However, it introduces privacy risks: an adversar…

PrivUn: Unveiling Latent Ripple Effects and Shallow Forgetting in Privacy Unlearning

2026-04-23 · Xiaoyi Chen, Haoyuan Wang, Siyuan Tang, Sijia Liu 외 arxiv

Large language models (LLMs) often memorize private information during training, raising serious privacy concerns. While machine unlearning has emerged as a promising solution, its true effectiveness against privacy atta…

Knowledge Graphs

Understanding the Dilemma of Unlearning for Large Language Models

2025-09-29 · Qingjie Zhang, Haoting Qian, Zhicong Huang, Cheng Hong 외 arxiv

Unlearning seeks to remove specific knowledge from large language models (LLMs), but its effectiveness remains contested. On one side, "forgotten" knowledge can often be recovered through interventions such as light fine…

FedCARE: Federated Unlearning with Conflict-Aware Projection and Relearning-Resistant Recovery

2026-01-30 · Yue Li, Mingmin Chu, Xilei Yang, Da Xiao 외 arxiv

Federated learning (FL) enables collaborative model training without centralizing raw data, but privacy regulations such as the right to be forgotten require FL systems to remove the influence of previously used training…

Federated Learning