Search papers, labs, and topics across Lattice.
The paper identifies that reasoning VLMs exhibit diffuse and unfocused attention patterns, termed "pulses," during chain-of-thought generation in multi-image tasks, along with a positional bias in attention allocation. To address this, they introduce PulseFocus, a training-free, inference-time method that structures CoT reasoning into interleaved plan/focus blocks with soft attention gating. PulseFocus improves attention focus and achieves performance gains on multi-image benchmarks such as BLINK and MuirBench.
Reasoning VLMs suffer from "attention pulses" – sporadic and unfocused attention to images during chain-of-thought reasoning – but can be fixed with a simple inference-time attention gating strategy.
Multi-image reasoning remains a significant challenge for vision-language models (VLMs). We investigate a previously overlooked phenomenon: during chain-of-thought (CoT) generation, the text-to-image (T2I) attention of reasoning VLMs exhibits diffuse "pulses": sporadic and unfocused attention patterns that fail to concentrate on task-relevant images. We further reveal a systematic positional bias in attention allocation across images. Motivated by these observations, we propose PulseFocus, a training-free, inference-time method that structures CoT reasoning into interleaved plan/focus blocks with soft attention gating. By forcing the model to explicitly plan which image to examine and then gating decode-time attention to the referenced image, PulseFocus sharpens attention focus and yields consistent improvements on multi-image benchmarks like BLINK benchmark (+3.7%) and MuirBench (+1.07%).