paper-with-me

Papers

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

2025-05-01 · Vaidehi Patil, Yi-Lin Sung, Peter Hase, Jie Peng, Tianlong Chen, Mohit Bansal

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 from multiple modalities (image and text). Adversaries can exploit this knowledge through multimodal prompts to extract sensitive details. Evaluating how effectively MLLMs can forget such information (targeted unlearning) necessitates the creation of high-quality, well-annotated image-text pairs. While prior work on unlearning has focused on text, multimodal unlearning remains underexplored. To address this gap, we first introduce a multimodal unlearning benchmark, UnLOK-VQA (Unlearning Outside Knowledge VQA), as well as an attack-and-defense framework to evaluate methods for deleting specific multimodal knowledge from MLLMs. We extend a visual question-answering dataset using an automated pipeline that generates varying-proximity samples for testing generalization and specificity, followed by manual filtering for maintaining high quality. We then evaluate six defense objectives against seven attacks (four whitebox, three blackbox), including a novel whitebox method leveraging interpretability of hidden states. Our results show multimodal attacks outperform text- or image-only ones, and that the most effective defense removes answer information from internal model states. Additionally, larger models exhibit greater post-editing robustness, suggesting that scale enhances safety. UnLOK-VQA provides a rigorous benchmark for advancing unlearning in MLLMs.

📄 PDF Abstract BibTeX arXiv:2505.01456

Code (1)

vaidehi99/unlok-vqa 공식 구현 pytorch

Tasks

Question AnsweringSpecificityVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Hierarchy-Aware Multimodal Unlearning for Medical AI

2025-12-10 · Fengli Wu, Vaidehi Patil, Jaehong Yoon, Yue Zhang 외 arxiv

Pretrained Multimodal Large Language Models (MLLMs) are increasingly used in sensitive domains such as medical AI, where privacy regulations like HIPAA and GDPR require specific removal of individuals' or institutions' d…

SALMUBench: A Benchmark for Sensitive Association-Level Multimodal Unlearning

2026-03-27 · Cai Selvas-Sala, Lei Kang, Lluis Gomez arxiv

As multimodal models like CLIP become integral to downstream systems, the need to remove sensitive information is critical. However, machine unlearning for contrastively-trained encoders remains underexplored, and existi…

PPU-Bench:Real World Benchmark for Personalized Partial Unlearning in Vision Language Models

2026-05-09 · Jiahui Guang, Zexun Zhan, Zhenlin Xu, Cuiyun Gao 외 arxiv

Multimodal Large Language Models (MLLMs) may memorize sensitive cross-modal information during pretraining. However, existing MLLM unlearning benchmarks rely on synthetic knowledge injection or complete subject-level del…

Towards Reasoning-Preserving Unlearning in Multimodal Large Language Models

2025-11-26 · Hongji Li, Junchi yao, Manjiang Yu, Priyanka Singh 외 arxiv

Machine unlearning aims to erase requested data from trained models without full retraining. For Reasoning Multimodal Large Language Models (RMLLMs), this is uniquely challenging: intermediate chain-of-thought steps can …

Single Image Unlearning: Efficient Machine Unlearning in Multimodal Large Language Models

2024-05-21 · Jiaqi Li, Qianshan Wei, Chuanyi Zhang, Guilin Qi 외

Machine unlearning empowers individuals with the `right to be forgotten' by removing their private or sensitive information encoded in machine learning models. However, it remains uncertain whether MU can be effectively …

Machine Unlearning