Look Twice: Training-Free Evidence Highlighting in MLLMs (April 2026)
FreeInference-time framework exploiting MLLM attention patterns to identify relevant visual regions and text, then re-conditions generation on highlighted evidence — consistent VQA improvements, no training required
About Look Twice: Training-Free Evidence Highlighting in MLLMs (April 2026)
Look Twice (LoT) is a training-free, inference-time framework designed to improve how pretrained Multimodal Large Language Models (MLLMs) utilize multimodal evidence when answering knowledge-intensive questions. By exploiting the model's own attention patterns, LoT identifies which visual regions and retrieved textual elements are most relevant to a query, then re-conditions the generation on highlighted evidence using lightweight prompt-level markers. This approach yields consistent improvements across multiple knowledge-based VQA benchmarks, as well as on vision-centric and hallucination-oriented benchmarks, without any additional training or architectural modifications. The source code is planned for public release.
Key Features
Pros & Cons
- Requires no training or fine-tuning of existing models
- Improves accuracy on multiple VQA benchmarks over zero-shot baselines
- Applicable to both multimodal (text+image) and pure visual QA settings
- Lightweight and easy to integrate into any pretrained MLLM
- May introduce slight inference-time overhead due to attention analysis and re-conditioning
- Effectiveness depends on the quality of the underlying MLLM's attention patterns