Chain-of-Visual-Thought: Teaching VLMs to See and Think Better with Continuous Visual Tokens
Yiming Qin, Bomin Wei, Jiaxin Ge, Konstantinos Kallidromitis, Stephanie Fu, Trevor Darrell, XuDong Wang
TL;DR
The paper addresses the gap in vision-language models' perceptual understanding by introducing Chain-of-Visual-Thought (CoVT), which injects continuous visual tokens representing segmentation, depth, edges, and DINO features into the model's reasoning process. CoVT trains the model to predict these tokens through a four-stage pipeline and aligns them with lightweight vision experts, enabling reasoning directly in a dense visual latent space while optionally decoding to dense predictions for interpretability. Empirical results show consistent, substantial gains across over ten perception benchmarks, with notable improvements in depth perception and fine-grained visual reasoning, and qualitative analyses demonstrate meaningful, interpretable visual thought components. The work highlights a path toward more grounded, efficient, and interpretable multimodal intelligence by combining latent visual reasoning with conventional language-based VLM capabilities.
Abstract
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.
