CVAIJan 12

Seeing Right but Saying Wrong: Inter- and Intra-Layer Refinement in MLLMs without Training

arXiv:2601.07359v11 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses a critical inconsistency in MLLMs for vision-language tasks, offering a training-free refinement method that is incremental but broadly applicable.

The paper tackles the inconsistency in Multimodal Large Language Models where deeper layers attend to correct visual regions but final predictions are misled by noisy attention from earlier layers, proposing DualPD, a dual-perspective decoding refinement strategy that improves accuracy without training, as demonstrated on LLaVA and Qwen-VL models across multiple benchmarks.

Multimodal Large Language Models (MLLMs) have demonstrated strong capabilities across a variety of vision-language tasks. However, their internal reasoning often exhibits a critical inconsistency: although deeper layers may attend to the correct visual regions, final predictions are frequently misled by noisy attention from earlier layers. This results in a disconnect between what the model internally understands and what it ultimately expresses, a phenomenon we describe as seeing it right but saying it wrong. To address this issue, we propose DualPD, a dual-perspective decoding refinement strategy that enhances the visual understanding without any additional training. DualPD consists of two components. (1) The layer-wise attention-guided contrastive logits module captures how the belief in the correct answer evolves by comparing output logits between layers that exhibit the largest attention shift. (2) The head-wise information filtering module suppresses low-contribution attention heads that focus on irrelevant regions, thereby improving attention quality within each layer. Experiments conducted on both the LLaVA and Qwen-VL model families across multiple multimodal benchmarks demonstrate that DualPD consistently improves accuracy without training, confirming its effectiveness and generalizability. The code will be released upon publication.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes