ViThinker: Active Vision-Language Reasoning via Dynamic Perceptual Querying
Weihang You, Qingchan Zhu, David Liu, Yi Pan, Geng Yuan, Hanqi Jiang
TL;DR
ViThinker tackles the Premature Visual-to-Text CoT limitation in vision-language models by enabling active perceptual querying. It internalizes vision experts through alignment, and employs a two-stage curriculum to learn when to look via task-driven query tokens, forming a Think-Query-Simulate-Think loop without external tools. A sparsity penalty enforces a minimal sufficient perceptual budget, and losses like $\mathcal{L}_{CE}$, $\mathcal{L}_{vis}$, and $\mathcal{L}_{p}$ guide learning across multiple valid reasoning paths. Empirical results across vision-centric benchmarks show ViThinker consistently outperforms passive baselines and other interleaved methods, with strong gains on fine-grained perception and high-resolution tasks, demonstrating the practical value of active, reasoning-driven perception in multimodal systems.
Abstract
Chain-of-Thought (CoT) reasoning excels in language models but struggles in vision-language models due to premature visual-to-text conversion that discards continuous information such as geometry and spatial layout. While recent methods enhance CoT through static enumeration or attention-based selection, they remain passive, i.e., processing pre-computed inputs rather than actively seeking task-relevant details. Inspired by human active perception, we introduce ViThinker, a framework that enables vision-language models to autonomously generate decision (query) tokens triggering the synthesis of expert-aligned visual features on demand. ViThinker internalizes vision-expert capabilities during training, performing generative mental simulation during inference without external tool calls. Through a two-stage curriculum: first distilling frozen experts into model parameters, then learning task-driven querying via sparsity penalties, i.e., ViThinker discovers minimal sufficient perception for each reasoning step. Evaluations across vision-centric benchmarks demonstrate consistent improvements, validating that active query generation outperforms passive approaches in both perceptual grounding and reasoning accuracy.
