OFFSIDE: Benchmarking Unlearning Misinformation in Multimodal Large Language Models
Hao Zheng, Zirui Pang, Ling li, Zhijie Deng, Yuhan Pu, Zhaowei Zhu, Xiaobo Xia, Jiaheng Wei
TL;DR
OFFSIDE introduces a realistic multimodal unlearning benchmark for misinformation in vision-language models, centered on football transfer rumors. It provides four evaluation settings—Complete Unlearning, Selective Unlearning, Corrective Relearning, and Unimodal Unlearning—and a 15.68K VQA dataset across 80 players to probe forgetting, generalization, utility, and robustness. Across five baselines and multiple modalities, the study finds unimodal unlearning largely fails in multimodal contexts, visual rumors resist current methods, and relearning can recover forgotten content, with catastrophic forgetting driving much of the observed behavior. The results highlight the need for genuinely multimodal, continual-learning–aware unlearning techniques and establish OFFSIDE as a realistic, deployment-relevant benchmark with publicly available code.
Abstract
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 benchmarks for MLLMs are limited by a lack of image diversity, potential inaccuracies, and insufficient evaluation scenarios, which fail to capture the complexity of real-world applications. To facilitate the development of MLLMs unlearning and alleviate the aforementioned limitations, we introduce OFFSIDE, a novel benchmark for evaluating misinformation unlearning in MLLMs based on football transfer rumors. This manually curated dataset contains 15.68K records for 80 players, providing a comprehensive framework with four test sets to assess forgetting efficacy, generalization, utility, and robustness. OFFSIDE supports advanced settings like selective unlearning and corrective relearning, and crucially, unimodal unlearning (forgetting only text data). Our extensive evaluation of multiple baselines reveals key findings: (1) Unimodal methods (erasing text-based knowledge) fail on multimodal rumors; (2) Unlearning efficacy is largely driven by catastrophic forgetting; (3) All methods struggle with "visual rumors" (rumors appear in the image); (4) The unlearned rumors can be easily recovered and (5) All methods are vulnerable to prompt attacks. These results expose significant vulnerabilities in current approaches, highlighting the need for more robust multimodal unlearning solutions. The code is available at \href{https://github.com/zh121800/OFFSIDE}{https://github.com/zh121800/OFFSIDE}.
