paper-with-me

홈 › Papers

Direct Visual Grounding by Directing Attention of Visual Tokens

2025-11-16 · Parsa Esmaeilkhani, Longin Jan Latecki arxiv

Vision Language Models (VLMs) mix visual tokens and text tokens. A puzzling issue is the fact that visual tokens most related to the query receive little to no attention in the final layers of the LLM module of VLMs from the answer tokens, where all tokens are treated equally, in particular, visual and language tokens in the LLM attention layers. This fact may result in wrong answers to visual questions, as our experimental results confirm. It appears that the standard next-token prediction (NTP) loss provides an insufficient signal for directing attention to visual tokens. We hypothesize that a more direct supervision of the attention of visual tokens to corresponding language tokens in the LLM module of VLMs will lead to improved performance on visual tasks. To demonstrate that this is indeed the case, we propose a novel loss function that directly supervises the attention of visual tokens. It directly grounds the answer language tokens in images by directing their attention to the relevant visual tokens. This is achieved by aligning the attention distribution of visual tokens to ground truth attention maps with KL divergence. The ground truth attention maps are obtained from task geometry in synthetic cases or from standard grounding annotations (e.g., bounding boxes or point annotations) in real images, and are used inside the LLM for attention supervision without requiring new labels. The obtained KL attention loss (KLAL) when combined with NTP encourages VLMs to attend to relevant visual tokens while generating answer tokens. This results in notable improvements across geometric tasks, pointing, and referring expression comprehension on both synthetic and real-world data, as demonstrated by our experiments. We also introduce a new dataset to evaluate the line tracing abilities of VLMs. Surprisingly, even commercial VLMs do not perform well on this task.

📄 PDF Abstract BibTeX arXiv:2511.12738

Code (0)

등록된 구현이 없습니다.

Tasks

Referring ExpressionVisual Grounding

Similar Papers 제목 키워드 기반

Think Proprioceptively: State-Grounded Visual Token Selection for VLA Policies

2026-02-06 · Fangyuan Wang, Peng Zhou, Jiaming Qi, Shipeng Lyu 외 arxiv

Vision-language-action (VLA) models typically inject proprioception only as a late conditioning signal, preventing robot state from grounding instruction understanding or directing visual attention. We introduce ThinkPro…

Visual Grounding with Multi-modal Conditional Adaptation

2024-09-08 · Ruilin Yao, Shengwu Xiong, Yichen Zhao, Yi Rong

Visual grounding is the task of locating objects specified by natural language expressions. Existing methods extend generic object detection frameworks to tackle this task. They typically extract visual and textual featu…

object-detectionObject DetectionVisual Grounding

Unleashing the Potential of Multimodal LLMs for Zero-Shot Spatio-Temporal Video Grounding

2025-09-18 · Zaiquan Yang, Yuhao Liu, Gerhard Hancke, Rynson W. H. Lau arxiv

Spatio-temporal video grounding (STVG) aims at localizing the spatio-temporal tube of a video, as specified by the input text query. In this paper, we utilize multimodal large language models (MLLMs) to explore a zero-sh…

Spatio-Temporal Video Grounding

Direction-Oriented Visual-semantic Embedding Model for Remote Sensing Image-text Retrieval

2023-10-12 · Qing Ma, Jiancheng Pan, Cong Bai

Image-text retrieval has developed rapidly in recent years. However, it is still a challenge in remote sensing due to visual-semantic imbalance, which leads to incorrect matching of non-semantic visual and textual featur…

Cross-Modal RetrievalImage-text RetrievalRetrievalText Retrieval

Attending Self-Attention: A Case Study of Visually Grounded Supervision in Vision-and-Language Transformers

2021-08-01 · ACL 2021 5 · Jules Samaran, Noa Garcia, Mayu Otani, Chenhui Chu 외

The impressive performances of pre-trained visually grounded language models have motivated a growing body of research investigating what has been learned during the pre-training. As a lot of these models are based on Tr…

Language ModelingLanguage ModellingVisual Grounding