Revisiting the Necessity of Lengthy Chain-of-Thought in Vision-centric Reasoning Generalization
Yifan Du, Kun Zhou, Yingqian Min, Yue Ling, Wayne Xin Zhao, Youbin Wu
TL;DR
The paper investigates how different CoT designs—linguistic, grounding-based, and visual—affect the acquisition and generalization of visual reasoning in vision-language models. Using a controlled maze benchmark and a robust SFT-then-RL pipeline on Qwen2.5-VL-7B, it reveals that visual and longer CoTs speed up training but do not raise final performance, while concise grounding-focused CoTs (especially G-CoT-least) yield the strongest cross-size generalization. The results extend to visual games and real-world VQA, where minimal grounding proves most effective, suggesting a universal 'short is long' principle for generalizable visual reasoning. The findings offer practical guidelines for building generalizable SFT datasets and highlight implicit spatial grounding as a core driver of transfer in vision-centric tasks.
Abstract
We study how different Chain-of-Thought (CoT) designs affect the acquisition of the generalizable visual reasoning ability in vision-language models (VLMs). While CoT data, especially long or visual CoT such as "think with image", has been widely used to supervise intermediate reasoning, it remains unclear why specific CoT designs help and which ones truly support generalizable reasoning. To systematically evaluate this, we focus on a controlled maze-solving benchmark where reasoning rules are fully visual, difficulty can be tuned by grid size, and all the intermediate steps can be automatically generated. Using Qwen2.5-VL-7B under a standard SFT-then-RL pipeline, we compare three representative CoT formats: Language CoT, Grounding CoT (with spatial coordinate trajectories), and Visual CoT (with image manipulations). Our experiments reveal that visual and longer CoT mainly accelerate convergence but do not lift the final performance ceiling; concise CoT containing only essential grounding steps outperforms longer traces; and, strikingly, CoT retaining only the minimal grounding results generalizes best across different maze sizes. We further validate these insights on other vision-centric tasks. These findings highlight a "short is long" effect and provide practical guidance for constructing more generalizable SFT datasets for visual reasoning.
