Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Video Reasoning without Training

About

Video reasoning using Large Multimodal Models (LMMs) relies on costly reinforcement learning (RL) and verbose chain-of-thought, resulting in substantial computational overhead during both training and inference. Moreover, the mechanisms that control the thinking process in these reasoning models are very limited. In this paper, we use the entropy of the model's output distribution as a signal to study and guide reasoning behavior. We discover that high-quality models exhibit a characteristic pattern of micro-exploration and micro-exploitation cycles, followed by a later entropy peak (i.e., longer thinking) and a lower final entropy, indicating more deliberate exploration and confident convergence (i.e., avoid excessive randomness while the model is exploring or thinking through an answer). We then use these novel, theoretically-grounded insights to introduce V-Reason (Video-Reason), an inference-time optimization method that adapts the value cache of the LMM through a lightweight, trainable controller. Our proposed controller is guided by an entropy-based objective, to tune the model's behavior directly at inference, without using any RL or supervised fine-tuning. Our experiments show that V-Reason significantly outperforms the base instruction-tuned models on many video reasoning datasets, narrowing the gap with RL models to within 0.6% accuracy on average. We achieve this without any training, while offering efficiency benefits: V-Reason uses 58.6% fewer tokens than the RL model. Project Page https://deepaksridhar.github.io/vreason.github.io/

Deepak Sridhar, Kartikeya Bhardwaj, Jeya Pradha Jeyaraj, Nuno Vasconcelos, Ankita Nayak, Harris Teague• 2025

Related benchmarks

TaskDatasetResultRank
Video ReasoningVideoMMMU
Accuracy47.8
89
Video ReasoningVideo-MME
Overall Performance54.9
55
Video ReasoningVSI-Bench
Accuracy37.3
51
Video ReasoningMVBench
MVBench Score61
39
Video ReasoningTempCompass
Score73.3
15
Video ReasoningAggregate VSI-Bench, VideoMMMU, MMVU, MVBench, TempCompass, VideoMME
Average Score51.4
11
Showing 6 of 6 rows

Other info

Follow for update