Rethinking Chain-of-Thought Reasoning for Videos
Yiwu Zhong, Zi-Yuan Hu, Yin Li, Liwei Wang
TL;DR
The paper challenges the necessity of long, human-like chain-of-thought reasoning for video understanding. It demonstrates that concise reasoning combined with a reduced set of visual tokens, learned through RL post-training with GRPO and token compression, can yield competitive accuracy with substantially lower inference and training costs. By eliminating CoT annotations and heavy SFT, the approach achieves strong performance across diverse benchmarks while significantly improving efficiency. The findings imply a shift toward efficient, concise reasoning paradigms for multimodal video reasoning and potentially broader visual reasoning tasks.
Abstract
Chain-of-thought (CoT) reasoning has been highly successful in solving complex tasks in natural language processing, and recent multimodal large language models (MLLMs) have extended this paradigm to video reasoning. However, these models typically build on lengthy reasoning chains and large numbers of input visual tokens. Motivated by empirical observations from our benchmark study, we hypothesize that concise reasoning combined with a reduced set of visual tokens can be sufficient for effective video reasoning. To evaluate this hypothesis, we design and validate an efficient post-training and inference framework that enhances a video MLLM's reasoning capability. Our framework enables models to operate on compressed visual tokens and generate brief reasoning traces prior to answering. The resulting models achieve substantially improved inference efficiency, deliver competitive performance across diverse benchmarks, and avoid reliance on manual CoT annotations or supervised fine-tuning. Collectively, our results suggest that long, human-like CoT reasoning may not be necessary for general video reasoning, and that concise reasoning can be both effective and efficient. Our code will be released at https://github.com/LaVi-Lab/Rethink_CoT_Video.
