Head-Aware Visual Cropping: Enhancing Fine-Grained VQA with Attention-Guided Subimage
Junfei Xie, Peng Pan, Xulong Zhang
TL;DR
This paper tackles the challenge of fine-grained reasoning in multimodal large language models by addressing noisy attention aggregation through a training-free Head Aware Visual Cropping (HAVC) framework. HAVC first identifies expert visual heads via an OCR-guided diagnostic task, retaining only heads with genuine grounding ability. At inference, it refines these heads using spatial entropy and gradient sensitivity, fusing their signals into a Visual Cropping Guidance Map to crop a task-relevant subimage for the MLLM. The cropped subimage, paired with the original image and question, improves visual grounding and accuracy across multiple fine-grained VQA benchmarks, outperforming state-of-the-art cropping strategies and showing strong robustness across backbones.
Abstract
Multimodal Large Language Models (MLLMs) show strong performance in Visual Question Answering (VQA) but remain limited in fine-grained reasoning due to low-resolution inputs and noisy attention aggregation. We propose \textbf{Head Aware Visual Cropping (HAVC)}, a training-free method that improves visual grounding by leveraging a selectively refined subset of attention heads. HAVC first filters heads through an OCR-based diagnostic task, ensuring that only those with genuine grounding ability are retained. At inference, these heads are further refined using spatial entropy for stronger spatial concentration and gradient sensitivity for predictive contribution. The fused signals produce a reliable Visual Cropping Guidance Map, which highlights the most task-relevant region and guides the cropping of a subimage subsequently provided to the MLLM together with the image-question pair. Extensive experiments on multiple fine-grained VQA benchmarks demonstrate that HAVC consistently outperforms state-of-the-art cropping strategies, achieving more precise localization, stronger visual grounding, providing a simple yet effective strategy for enhancing precision in MLLMs.
