paper-with-me

Papers

MMUnlearner: Reformulating Multimodal Machine Unlearning in the Era of Multimodal Large Language Models

2025-02-16 · Jiahao Huo, Yibo Yan, Xu Zheng, Yuanhuiyi Lyu, Xin Zou, Zhihua Wei, Xuming Hu

Recent progress in Machine Unlearning (MU) has introduced solutions for the selective removal of private or sensitive information encoded within deep neural networks. Nonetheless, MU for Multimodal Large Language Models (MLLMs) remains in its nascent phase. Therefore, we propose to reformulate the task of multimodal MU in the era of MLLMs, which aims to erase only the visual patterns associated with a given entity while preserving the corresponding textual knowledge encoded within the original parameters of the language model backbone. Furthermore, we develop a novel geometry-constrained gradient ascent method MMUnlearner. It updates the weights of MLLMs with a weight saliency map jointly restricted by the remaining concepts and textual knowledge during unlearning, thereby preserving parameters essential for non-target knowledge. Extensive experiments demonstrate that MMUnlearner surpasses baselines that finetuning MLLMs with VQA data directly through Gradient Ascent (GA) or Negative Preference Optimization (NPO), across all evaluation dimensions. Our code will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2502.11051

Code (1)

z1zs/mmunlearner 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMachine UnlearningVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

MultiDelete for Multimodal Machine Unlearning

2023-11-18 · Jiali Cheng, Hadi Amiri

Machine Unlearning removes specific knowledge about training data samples from an already trained model. It has significant practical benefits, such as purging private, inaccurate, or outdated information from trained mo…

Machine Unlearning

Protecting Privacy in Multimodal Large Language Models with MLLMU-Bench

2024-10-29 · Zheyuan Liu, Guangyao Dou, Mengzhao Jia, Zhaoxuan Tan 외

Generative models such as Large Language Models (LLM) and Multimodal Large Language models (MLLMs) trained on massive web corpora can memorize and disclose individuals' confidential and private data, raising legal and et…

Language ModelingLanguage ModellingLarge Language ModelMachine Unlearning+1

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…

ICU-Bench:Benchmarking Continual Unlearning in Multimodal Large Language Models

2026-05-07 · Yuhang Wang, Wenjie Mei, Junkai Zhang, Guangyu He 외 arxiv

Although Multimodal Large Language Models (MLLMs) have achieved remarkable progress across many domains, their training on large-scale multimodal datasets raises serious privacy concerns, making effective machine unlearn…

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…