Unveiling the Ignorance of MLLMs: Seeing Clearly, Answering Incorrectly
Yexin Liu, Zhengyang Liang, Yueze Wang, Xianfeng Wu, Feilong Tang, Muyang He, Jian Li, Zheng Liu, Harry Yang, Sernam Lim, Bo Zhao
TL;DR
The paper investigates why multimodal LLMs can understand visual content yet give incorrect answers. It introduces MMVU, a benchmark with paired positive/negative questions across 12 categories to disentangle understanding from misdirection, and defines MR and RA to quantify robustness. It then builds a 112k-sample MMVU-Train via an information-extraction pipeline and proposes two prompting strategies, CGR and VAR, to align decoding with visual content. Across 15 MLLMs, MMVU reveals strong vulnerability to misleading prompts, and training with MMVU-Train plus CGR/VAR substantially improves robustness and accuracy on both MMVU and general benchmarks. The work provides concrete data-generation and prompting techniques to reduce hallucination in visually grounded reasoning, with implications for safer, more reliable multimodal AI systems.
Abstract
Multimodal Large Language Models (MLLMs) have displayed remarkable performance in multi-modal tasks, particularly in visual comprehension. However, we reveal that MLLMs often generate incorrect answers even when they understand the visual content. To this end, we manually construct a benchmark with 12 categories and design evaluation metrics that assess the degree of error in MLLM responses even when the visual content is seemingly understood. Based on this benchmark, we test 15 leading MLLMs and analyze the distribution of attention maps and logits of some MLLMs. Our investigation identifies two primary issues: 1) most instruction tuning datasets predominantly feature questions that 'directly' relate to the visual content, leading to a bias in MLLMs' responses to other indirect questions, and 2) MLLMs' attention to visual tokens is notably lower than to system and question tokens. We further observe that attention scores between questions and visual tokens as well as the model's confidence in the answers are lower in response to misleading questions than to straightforward ones. To address the first challenge, we introduce a paired positive and negative data construction pipeline to diversify the dataset. For the second challenge, we propose to enhance the model's focus on visual content during decoding by refining the text and visual prompt. For the text prompt, we propose a content guided refinement strategy that performs preliminary visual content analysis to generate structured information before answering the question. Additionally, we employ a visual attention refinement strategy that highlights question-relevant visual tokens to increase the model's attention to visual content that aligns with the question. Extensive experiments demonstrate that these challenges can be significantly mitigated with our proposed dataset and techniques.
