paper-with-me

홈 › Papers

Thinking with Images as Continuous Actions: Numerical Visual Chain-of-Thought

2026-02-27 · Kesen Zhao, Beier Zhu, Junbao Zhou, Xingyu Zhu, Zhongqi Yue, Hanwang Zhang arxiv

Recent multimodal large language models (MLLMs) increasingly rely on visual chain-of-thought to perform region-grounded reasoning over images. However, existing approaches ground regions via either textified coordinates-causing modality mismatch and semantic fragmentation or fixed-granularity patches that both limit precise region selection and often require non-trivial architectural changes. In this paper, we propose Numerical Visual Chain-of-Thought (NV-CoT), a framework that enables MLLMs to reason over images using continuous numerical coordinates. NV-CoT expands the MLLM action space from discrete vocabulary tokens to a continuous Euclidean space, allowing models to directly generate bounding-box coordinates as actions with only minimal architectural modification. The framework supports both supervised fine-tuning and reinforcement learning. In particular, we replace categorical token policies with a Gaussian (or Laplace) policy over coordinates and introduce stochasticity via reparameterized sampling, making NV-CoT fully compatible with GRPO-style policy optimization. Extensive experiments on three benchmarks against eight representative visual reasoning baselines demonstrate that NV-CoT significantly improves localization precision and final answer accuracy, while also accelerating training convergence, validating the effectiveness of continuous-action visual reasoning in MLLMs. The code is available in https://github.com/kesenzhao/NV-CoT.

📄 PDF Abstract BibTeX arXiv:2602.23959

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningVisual Reasoning

Similar Papers 제목 키워드 기반

Sketch-in-Latents: Eliciting Unified Reasoning in MLLMs

2025-12-18 · Jintao Tong, Jiaqi Gu, Yujing Lou, Lubin Fan 외 arxiv

While Multimodal Large Language Models (MLLMs) excel at visual understanding tasks through text reasoning, they often fall short in scenarios requiring visual imagination. Unlike current works that take predefined extern…

From Illusion to Intention: Visual Rationale Learning for Vision-Language Reasoning

2025-11-28 · Changpeng Wang, Haozhe Wang, Xi Chen, Junhan Liu 외 arxiv

Recent advances in vision-language reasoning underscore the importance of thinking with images, where models actively ground their reasoning in visual evidence. Yet, prevailing frameworks treat visual actions as optional…

FreeFly-Thinking : Aligning Chain-of-Thought Reasoning with Continuous UAV Navigation

2026-03-07 · Jiaxu Zhou, Shaobo Wang, Zhiyuan Yang, Zhenjun Yu 외 arxiv

Vision-Language Navigation aims to enable agents to understand natural language instructions and carry out appropriate navigation actions in real-world environments. Most work focuses on indoor settings, with little rese…

Vision-Language Navigation

The Effect of Visual Design in Image Classification

2019-07-22 · Naftali Cohen, Tucker Balch, Manuela Veloso

Financial companies continuously analyze the state of the markets to rethink and adjust their investment strategies. While the analysis is done on the digital form of data, decisions are often made based on graphical rep…

ClassificationFeature EngineeringGeneral Classificationimage-classification+1

Thinking Without Images: Internalizing Visual Manipulation with On-Policy Self-Distillation

2026-06-07 · Yishuo Cai, Jiahui Liu, Yuanxin Liu, Haobo Deng 외 arxiv

''Thinking with Images'' has emerged as an effective paradigm for fine-grained visual reasoning: by explicitly zooming into relevant regions and reasoning over crops, models can access local evidence that is difficult to…

Visual Reasoning