Exploring Implicit Visual Misunderstandings in Multimodal Large Language Models through Attention Analysis
Pengfei Wang, Guohai Xu, Weinong Wang, Junjie Yang, Jie Lou, Yunhua Xue
TL;DR
The paper investigates implicit visual misunderstandings (IVMs) in multimodal large language models by analyzing how attention distributes across multiple images. By decoupling visual and textual modalities in the causal attention, the authors show that deeper layers tend to concentrate attention on the image linked to the correct answer, even when the model may still produce correct responses without fully understanding the visual content. They introduce the STME benchmark and the attention accuracy metric to quantify IVMs through internal attention patterns, demonstrating robustness to positional biases and cross-model generalizability. The work extends to finer granularity with patch-level metrics and explores cross-modal and unimodal extensions, offering a practical internal-mechanism view for evaluating and guiding the training of MLLMs in visual tasks.
Abstract
Recent advancements have enhanced the capability of Multimodal Large Language Models (MLLMs) to comprehend multi-image information. However, existing benchmarks primarily evaluate answer correctness, overlooking whether models genuinely comprehend the visual input. To address this, we define implicit visual misunderstanding (IVM), where MLLMs provide correct answers without fully comprehending the visual input. Through our analysis, we decouple the visual and textual modalities within the causal attention module, revealing that attention distribution increasingly converges on the image associated with the correct answer as the network layers deepen. This insight leads to the introduction of a scale-agnostic metric, \textit{attention accuracy}, and a novel benchmark for quantifying IVMs. Attention accuracy directly evaluates the model's visual understanding via internal mechanisms, remaining robust to positional biases for more reliable assessments. Furthermore, we extend our approach to finer granularities and demonstrate its effectiveness in unimodal scenarios, underscoring its versatility and generalizability.
