paper-with-me

홈 › Papers

Forgetting-MarI: LLM Unlearning via Marginal Information Regularization

2025-11-14 · Shizhou Xu, Yuan Ni, Stefan Broecker, Thomas Strohmer arxiv

As AI models are trained on ever-expanding datasets, the ability to remove the influence of specific data from trained models has become essential for privacy protection and regulatory compliance. Unlearning addresses this challenge by selectively removing parametric knowledge from the trained models without retraining from scratch, which is critical for resource-intensive models such as Large Language Models (LLMs). Existing unlearning methods often degrade model performance by removing more information than necessary when attempting to ''forget'' specific data. We introduce Forgetting-MarI, an LLM unlearning framework that provably removes only the additional (marginal) information contributed by the data to be unlearned, while preserving the information supported by the data to be retained. By penalizing marginal information, our method yields an explicit upper bound on the unlearn dataset's residual influence in the trained models, providing provable undetectability. Extensive experiments confirm that our approach outperforms current state-of-the-art unlearning methods, delivering reliable forgetting and better preserved general model performance across diverse benchmarks. This advancement represents an important step toward making AI systems more controllable and compliant with privacy and copyright regulations without compromising their effectiveness.

📄 PDF Abstract BibTeX arXiv:2511.11914

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Why Fine-Tuning Struggles with Forgetting in Machine Unlearning? Theoretical Insights and a Remedial Approach

2024-10-04 · Meng Ding, Jinhui Xu, Kaiyi Ji

Machine Unlearning has emerged as a significant area of research, focusing on 'removing' specific subsets of data from a trained model. Fine-tuning (FT) methods have become one of the fundamental approaches for approxima…

Machine Unlearning

UIPE: Enhancing LLM Unlearning by Removing Knowledge Related to Forgetting Targets

2025-03-06 · Wenyu Wang, Mengqi Zhang, Xiaotian Ye, Zhaochun Ren 외

Large Language Models (LLMs) inevitably acquire harmful information during training on massive datasets. LLM unlearning aims to eliminate the influence of such harmful information while maintaining the model's overall pe…

Erase at the Core: Representation Unlearning for Machine Unlearning

2026-02-05 · Jaewon Lee, Yongwoo Kim, Donghyun Kim arxiv

Many approximate machine unlearning methods demonstrate strong logit-level forgetting -- such as near-zero accuracy on the forget set -- yet continue to preserve substantial information within their internal feature repr…

Visual-Guided Key-Token Regularization for Multimodal Large Language Model Unlearning

2026-01-29 · Chengyi Cai, Zesheng Ye, Peike Li, Bo Han 외 arxiv

Unlearning in Multimodal Large Language Models (MLLMs) prevents the model from revealing private information when queried about target images. Existing MLLM unlearning methods largely adopt approaches developed for LLMs.…

Question Answering

Robust Continual Unlearning against Knowledge Erosion and Forgetting Reversal

2026-04-21 · Eun-Ju Park, Youjin Shin, Simon S. Woo arxiv

As a means to balance the growth of the AI industry with the need for privacy protection, machine unlearning plays a crucial role in realizing the ``right to be forgotten'' in artificial intelligence. This technique enab…