Beyond Visual CoT: Internalized Visual Thinking for Proactive Video Reasoning

📅 2026-08-16
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the inefficiency of active video reasoning caused by the high computational overhead of visual chain-of-thought inference. To overcome this limitation, we propose an Internalized Visual Thinking framework that transforms explicit pixel generation into implicit latent representation prediction. By jointly optimizing text and next-embedding prediction, the model acquires visual reasoning capabilities during training. Crucially, this approach enables direct answer generation at inference time without synthesizing intermediate images, thereby eliminating image generation costs entirely. Experimental results demonstrate that the proposed framework maintains or surpasses the performance of standard visual chain-of-thought methods while reducing end-to-end latency by over fivefold. Consequently, this work achieves both efficient and accurate active video understanding, offering a scalable solution for real-time multimodal reasoning tasks where computational resources are constrained.
📝 Abstract
Multimodal large language models increasingly use visual chain-of-thought (Visual CoT) to reason about spatial, temporal, and embodied environments. By generating intermediate reasoning images, Visual CoT provides an intuitive mechanism for visual foresight but introduces substantial inference overhead, which is particularly problematic for proactive video reasoning. We ask whether models can learn to think visually during training while reasoning directly at inference. We introduce Internalized Visual Thinking (IVT), a post-training framework that jointly optimizes textual prediction and next-embedding prediction over unlabeled videos. Given a partially observed video, IVT predicts latent representations of future frames together with the target textual answer, encouraging the model to capture motion, object transitions, interactions, and latent intent. At inference, IVT generates the answer directly without synthesizing or re-encoding future frames. We conduct controlled studies across target representations, decoder designs, prediction horizons, data mixtures, training curricula, and predictive objectives. IVT improves over direct-answer fine-tuning on all six evaluation settings while retaining the same inference pathway. Compared with explicit Visual CoT, IVT achieves comparable or better performance and reduces average end-to-end latency by more than 5x. Together, our findings suggest that explicit pixel-space generation at inference time, as used in visual chain-of-thought, may not be necessary for effective proactive video reasoning. Predictive world modeling can be internalized during training to produce multimodal reasoners that are both more accurate and substantially more efficient.
Problem

Research questions and friction points this paper is trying to address.

Proactive Video Reasoning
Visual Chain-of-Thought
Inference Overhead
Multimodal Large Language Models
Innovation

Methods, ideas, or system contributions that make the work stand out.

Internalized Visual Thinking
Proactive Video Reasoning
Next-Embedding Prediction
Visual Chain-of-Thought
Predictive World Modeling