paper-with-me

Papers

Chain-of-Visual-Thought: Teaching VLMs to See and Think Better with Continuous Visual Tokens

2025-11-24 · Yiming Qin, Bomin Wei, Jiaxin Ge, Konstantinos Kallidromitis, Stephanie Fu, Trevor Darrell, XuDong Wang arxiv

Vision-Language Models (VLMs) excel at reasoning in linguistic space but struggle with perceptual understanding that requires dense visual perception, e.g., spatial reasoning and geometric awareness. This limitation stems from the fact that current VLMs have limited mechanisms to capture dense visual information across spatial dimensions. We introduce Chain-of-Visual-Thought (COVT), a framework that enables VLMs to reason not only in words but also through continuous visual tokens-compact latent representations that encode rich perceptual cues. Within a small budget of roughly 20 tokens, COVT distills knowledge from lightweight vision experts, capturing complementary properties such as 2D appearance, 3D geometry, spatial layout, and edge structure. During training, the VLM with COVT autoregressively predicts these visual tokens to reconstruct dense supervision signals (e.g., depth, segmentation, edges, and DINO features). At inference, the model reasons directly in the continuous visual token space, preserving efficiency while optionally decoding dense predictions for interpretability. Evaluated across more than ten diverse perception benchmarks, including CV-Bench, MMVP, RealWorldQA, MMStar, WorldMedQA, and HRBench, integrating COVT into strong VLMs such as Qwen2.5-VL and LLaVA consistently improves performance by 3% to 16% and demonstrates that compact continuous visual thinking enables more precise, grounded, and interpretable multimodal intelligence.

📄 PDF Abstract BibTeX arXiv:2511.19418

Code (0)

등록된 구현이 없습니다.

Tasks

Spatial Reasoning

Similar Papers 제목 키워드 기반

VTool-R1: VLMs Learn to Think with Images via Reinforcement Learning on Multimodal Tool Use

2025-05-25 · Mingyuan Wu, Jingcheng Yang, Jize Jiang, Meitang Li 외

Reinforcement Learning Finetuning (RFT) has significantly advanced the reasoning capabilities of large language models (LLMs) by enabling long chains of thought, self-correction, and effective tool use. While recent work…

Multimodal ReasoningQuestion AnsweringVisual Question AnsweringVisual Reasoning

ThinkMorph: Emergent Properties in Multimodal Interleaved Chain-of-Thought Reasoning

2025-10-30 · Jiawei Gu, Yunzhuo Hao, Huichen Will Wang, Linjie Li 외 arxiv

Multimodal reasoning requires iterative coordination between language and vision, yet it remains unclear what constitutes a meaningful interleaved chain of thought. We posit that text and image thoughts should function a…

Multimodal Reasoning

CoLT: Teaching Multi-Modal Models to Think with Chain of Latent Thoughts

2026-06-30 · Lianyu Hu, Shengqian Qin, Zeqin Liao, Qing Guo 외 arxiv

Chain-of-thought (CoT) reasoning has enabled multi-modal large language models (MLLMs) to tackle complex visual reasoning tasks by generating explicit intermediate reasoning steps in natural language. However, this text-…

Visual Reasoning

Think When You Need: Self-Adaptive Chain-of-Thought Learning

2025-04-04 · Junjie Yang, Ke Lin, Xing Yu

Chain of Thought (CoT) reasoning enhances language models' performance but often leads to inefficient "overthinking" on simple problems. We identify that existing approaches directly penalizing reasoning length fail to a…

DeepSketcher: Internalizing Visual Manipulation for Multimodal Reasoning

2025-09-30 · Chi Zhang, Haibo Qiu, Qiming Zhang, Zhixiong Zeng 외 arxiv

The "thinking with images" paradigm represents a pivotal shift in the reasoning of Vision Language Models (VLMs), moving from text-dominant chain-of-thought to image-interactive reasoning. By invoking visual tools or gen…

Multimodal Reasoning