paper-with-me

홈 › Papers

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

2026-01-29 · Chengyi Cai, Zesheng Ye, Peike Li, Bo Han, Jianzhong Qi, Feng Liu 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. They treat all answer tokens uniformly, disregarding their varying importance in the unlearning process. Moreover, these methods focus exclusively on the language modality, disregarding visual cues that indicate key tokens in answers. In this paper, after formulating the problem of unlearning in multimodal question answering for MLLMs, we propose Visual-Guided Key-Token Regularization (ViKeR). We leverage irrelevant visual inputs to predict ideal post-unlearning token-level distributions and use these distributions to regularize the unlearning process, thereby prioritizing key tokens. Further, we define key tokens in unlearning via information entropy and discuss ViKeR's effectiveness through token-level gradient reweighting, which amplifies updates on key tokens. Experiments on MLLMU and CLEAR benchmarks demonstrate that our method effectively performs unlearning while mitigating forgetting and maintaining response coherence.

📄 PDF Abstract BibTeX arXiv:2601.22020

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

MultiToP: Learning to Patch Visual Tokens to Mitigate Hallucinations in Video Large Multimodal Models

2026-06-10 · Yuansheng Gao, Wenbin Xing, Jiahao Yuan, Kaiwen Zhou 외 arxiv

Video Large Multimodal Models have achieved remarkable progress in video understanding, yet they remain prone to hallucinations, where generated responses are not faithfully supported by the input video. In this paper, w…

EvoComp: Learning Visual Token Compression for Multimodal Large Language Models via Semantic-Guided Evolutionary Labeling

2026-04-18 · Jiafei Song, Fengwei Zhou, Jin Qu, Wenjin Jason Li 외 arxiv

Recent Multimodal Large Language Models (MLLMs) have demonstrated strong performance on vision-language understanding tasks, yet their inference efficiency is often hampered by the large number of visual tokens, particul…

From Uncertainty to Trust: Enhancing Reliability in Vision-Language Models with Uncertainty-Guided Dropout Decoding

2024-12-09 · Yixiong Fang, Ziran Yang, Zhaorun Chen, Zhuokai Zhao 외

Large vision-language models (LVLMs) demonstrate remarkable capabilities in multimodal tasks but are prone to misinterpreting visual inputs, often resulting in hallucinations and unreliable outputs. To address these chal…

Recoverable Compression: A Multimodal Vision Token Recovery Mechanism Guided by Text Information

2024-09-02 · Yi Chen, Jian Xu, Xu-Yao Zhang, Wen-Zhuo Liu 외

With the advancement of large-scale language modeling techniques, large multimodal models combining visual encoders with large language models have demonstrated exceptional performance in various visual tasks. Most of th…

Language ModelingLanguage ModellingLarge Language Model

Latent Noise Mask for Reducing Visual Redundancy in Multimodal Large Language Models

2026-06-29 · Kai Jiang, Ruishu Zhu, Siqi Huang, Hongyuan Zhang 외 arxiv

Multimodal large language models (MLLMs) often fail in fine-grained visual reasoning, as question-relevant visual cues are diluted by dense and redundant image tokens. Recent multimodal reasoning methods usually extend c…

Multimodal ReasoningVisual Reasoning