paper-with-me

Papers

Thinking with Visual Grounding

2026-06-15 · Junkai Zhang, Yihe Deng, Kai-Wei Chang, Wei Wang arxiv

Visual thinking should not only sound right; it should show its evidence. While recent vision-language models (VLMs) can produce natural-language reasoning traces, these traces often leave the supporting image regions implicit, making them hard to verify and difficult to supervise. We introduce visually grounded thinking, a reasoning process in which models interleave natural-language thoughts with explicit point or box groundings of the visual evidence used at each step. This lets the model express intermediate reasoning in language while grounding key objects in the image regions they refer to. To train this behavior, we construct a scalable synthesis pipeline that distills correct visual reasoning traces, extracts the visual objects required by the traces, grounds them with a SAM3-based agent, and derives aligned point and box supervision from the resulting masks. We further propose grounding-aware reinforcement learning, which combines answer correctness rewards with dense grounding rewards that score whether generated object references match the correct image evidence. Across two counting benchmarks and four spatial reasoning benchmarks, adding visually grounded thinking to Gemma3-4B-IT consistently improves performance over the original model and the non-grounded thinking baseline. On spatial reasoning, the visually grounded thinking 4B models match, and in some cases surpass, Gemma3-27B-IT from the same model family. Our analysis shows that point grounding is well suited to counting, while box grounding benefits most from explicit grounding rewards on spatial tasks. Overall, our results show that VLMs think better when their intermediate thoughts are tied to the image regions that make them true.

📄 PDF Abstract BibTeX arXiv:2606.16122

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningSpatial ReasoningVisual ReasoningVisual Grounding

Similar Papers 제목 키워드 기반

Enhancing Radiology Report Generation and Visual Grounding using Reinforcement Learning

2025-12-11 · Benjamin Gundersen, Nicolas Deperrois, Samuel Ruiperez-Campillo, Thomas M. Sutter 외 arxiv

Recent advances in vision-language models (VLMs) have improved Chest X-ray (CXR) interpretation in multiple aspects. However, many medical VLMs rely solely on supervised fine-tuning (SFT), which optimizes next-token pred…

Reinforcement LearningVisual Grounding

Real-Time Visual Attribution Streaming in Thinking Model

2026-04-17 · Seil Kang, Woojung Han, Junhyeok Kim, Jinyeong Kim 외 arxiv

We present an amortized framework for real-time visual attribution streaming in multimodal thinking models. When these models generate code from a screenshot or solve math problems from images, their long reasoning trace…

GEMeX-ThinkVG: Towards Thinking with Visual Grounding in Medical VQA via Reinforcement Learning

2025-06-22 · Bo Liu, Xiangyu Zhao, Along He, Yidi Chen 외

Medical visual question answering aims to support clinical decision-making by enabling models to answer natural language questions based on medical images. While recent advances in multi-modal learning have significantly…

Answer GenerationDecision MakingMedical Visual Question AnsweringQuestion Answering+3

DeepEyes: Incentivizing "Thinking with Images" via Reinforcement Learning

2025-05-20 · Ziwei Zheng, Michael Yang, Jack Hong, Chenxiao Zhao 외

Large Vision-Language Models (VLMs) have shown strong capabilities in multimodal understanding and reasoning, yet they are primarily constrained by text-based reasoning processes. However, achieving seamless integration …

HallucinationMathematical ReasoningMultimodal Reasoningreinforcement-learning+2

Rethinking Diversified and Discriminative Proposal Generation for Visual Grounding

2018-05-09 · Zhou Yu, Jun Yu, Chenchao Xiang, Zhou Zhao 외

Visual grounding aims to localize an object in an image referred to by a textual query phrase. Various visual grounding approaches have been proposed, and the problem can be modularized into a general framework: proposal…

DiversityPhrase GroundingVisual Grounding