paper-with-me

홈 › Papers

MLLMEraser: Achieving Test-Time Unlearning in Multimodal Large Language Models through Activation Steering

2025-10-05 · Chenlu Ding, Jiancan Wu, Leheng Sheng, Fan Zhang, Yancheng Yuan, Xiang Wang, Xiangnan He arxiv

Multimodal large language models (MLLMs) have demonstrated remarkable capabilities across vision-language tasks, yet their large-scale deployment raises pressing concerns about memorized private data, outdated knowledge, and harmful content. Existing unlearning approaches for MLLMs typically adapt training-based strategies such as gradient ascent or preference optimization, but these methods are computationally expensive, irreversible, and often distort retained knowledge. In this work, we propose MLLMEraser, an input-aware, training-free framework for test-time unlearning. Our approach leverages activation steering to enable dynamic knowledge erasure without parameter updates. Specifically, we construct a multimodal erasure direction by contrasting adversarially perturbed, knowledge-recall image-text pairs with knowledge-erasure counterparts, capturing both textual and visual discrepancies. To prevent unnecessary interference, we further design an input-aware steering mechanism that adaptively determines when and how the erasure direction should be applied, preserving utility on retained knowledge while enforcing forgetting on designated content. Experiments on LLaVA-1.5 and Qwen-2.5-VL demonstrate that MLLMEraser consistently outperforms state-of-the-art MLLM unlearning baselines, achieving stronger forgetting performance with lower computational cost and minimal utility degradation.

📄 PDF Abstract BibTeX arXiv:2510.04217

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ASRU: Activation Steering Meets Reinforcement Unlearning for Multimodal Large Language Models

2026-05-15 · Jiahui Guang, Haiyan Wang, Yingjie Zhu, Cuiyun Gao 외 arxiv

Multimodal large language models (MLLMs) may memorize sensitive cross-modal information during pretraining, making machine unlearning (MU) crucial. Existing methods typically evaluate unlearning effectiveness based on ou…

Unlearning Sensitive Information in Multimodal LLMs: Benchmark and Attack-Defense Evaluation

2025-05-01 · Vaidehi Patil, Yi-Lin Sung, Peter Hase, Jie Peng 외

LLMs trained on massive datasets may inadvertently acquire sensitive information such as personal details and potentially harmful content. This risk is further heightened in multimodal LLMs as they integrate information …

Question AnsweringSpecificityVisual Question AnsweringVisual Question Answering (VQA)

OFFSIDE: Benchmarking Unlearning Misinformation in Multimodal Large Language Models

2025-10-26 · Hao Zheng, Zirui Pang, Ling li, Zhijie Deng 외 arxiv

Advances in Multimodal Large Language Models (MLLMs) intensify concerns about data privacy, making Machine Unlearning (MU), the selective removal of learned information, a critical necessity. However, existing MU benchma…

Machine Unlearning in Hyperbolic vs. Euclidean Multimodal Contrastive Learning: Adapting Alignment Calibration to MERU

2025-03-19 · Àlex Pujol Vidal, Sergio Escalera, Kamal Nasrollahi, Thomas B. Moeslund

Machine unlearning methods have become increasingly important for selective concept removal in large pre-trained models. While recent work has explored unlearning in Euclidean contrastive vision-language models, the effe…

Contrastive LearningMachine Unlearning

MLUBench: A Benchmark for Lifelong Unlearning Evaluation in MLLMs

2026-06-11 · He Li, Haoang Chi, Qizhou Wang, Yunxin Mao 외 arxiv

Multimodal large language models (MLLMs) are trained on massive multimodal data, making data unlearning increasingly important as data owners may request the removal of specific content. In practice, these requests often…