paper-with-me

홈 › Papers

MolmoPoint: Better Pointing for VLMs with Grounding Tokens

2026-03-30 · Christopher Clark, Yue Yang, Jae Sung Park, Zixian Ma, Jieyu Zhang, Rohun Tripathi, Mohammadreza Salehi, Sangho Lee, Taira Anderson, Winson Han, Ranjay Krishna arxiv

Grounding has become a fundamental capability of vision-language models (VLMs). Most existing VLMs point by generating coordinates as part of their text output, which requires learning a complicated coordinate system and results in a high token count. Instead, we propose a more intuitive pointing mechanism that directly selects the visual tokens that contain the target concept. Our model generates a special pointing token that cross-attends to the input image or video tokens and selects the appropriate one. To make this model more fine-grained, we follow these pointing tokens with an additional special token that selects a fine-grained subpatch within the initially selected region, and then a third token that specifies a location within that subpatch. We further show that performance improves by generating points sequentially in a consistent order, encoding the relative position of the previously selected point, and including a special no-more-points class when selecting visual tokens. Using this method, we set a new state-of-the-art on image pointing (70.7% on PointBench), set a new state-of-the-art among fully open models on GUI pointing (61.1% on ScreenSpotPro), and improve video pointing (59.1% human preference win rate vs. a text coordinate baseline) and tracking (+6.3% gain on Molmo2Track). We additionally show that our method achieves much higher sample efficiency and discuss the qualitative differences that emerge from this design change.

📄 PDF Abstract BibTeX arXiv:2603.28069

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Molmo2: Open Weights and Data for Vision-Language Models with Video Understanding and Grounding

2026-01-15 · Christopher Clark, Jieyu Zhang, Zixian Ma, Jae Sung Park 외 arxiv

Today's strongest video-language models (VLMs) remain proprietary. The strongest open-weight models either rely on synthetic data from proprietary VLMs, effectively distilling from them, or do not disclose their training…

Object Tracking

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…

Referring ExpressionVisual Grounding

How Auxiliary Reasoning Unleashes GUI Grounding in VLMs

2025-09-15 · Weiming Li, Yan Shao, Jing Yang, Yujing Lu 외 arxiv

Graphical user interface (GUI) grounding is a fundamental task for building GUI agents. However, general vision-language models (VLMs) struggle with this task due to a lack of specific optimization. We identify a key gap…

EGM: Efficient Visual Grounding Language Models

2026-01-20 · Guanqi Zhan, Changye Li, Zhijian Liu, Yao Lu 외 arxiv

Visual grounding is an essential capability of Visual Language Models (VLMs) to understand the real physical world. Previous state-of-the-art grounding visual language models usually have large model sizes, making them h…

Visual Grounding

Getting to the Point: Pointing Improves LVLMs at Counting

2026-03-23 · Simone Alghisi, Massimo Rizzoli, Seyed Mahed Mousavi, Giuseppe Riccardi arxiv

Pointing-based methods decompose complex tasks as sequential grounding and reasoning steps. Given a query, the model first grounds the relevant objects by generating their coordinates, and then predicts an answer conditi…

Visual Reasoning