Visual-Guided Key-Token Regularization for Multimodal Large Language Model Unlearning
Chengyi Cai, Zesheng Ye, Peike Li, Bo Han, Jianzhong Qi, Feng Liu
TL;DR
This work tackles privacy-preserving unlearning in multimodal LLMs by addressing token-level importance and visual cues. It proposes Visual-Guided Key-Token Regularization (ViKeR), which uses irrelevant reference images to estimate ideal token distributions and applies KL-based regularization to guide unlearning toward forgetting key tokens while preserving normal tokens. The approach yields better forgetting, retention, and coherence on MLLMU and CLEAR benchmarks, with theoretical analysis of token-level gradient reweighting clarifying why key tokens are prioritized. Practically, ViKeR enables more reliable unlearning in vision-language models without sacrificing general language capabilities or response quality.
Abstract
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.
