# Beyond Visual CoT: Internalized Visual Thinking for Proactive Video Reasoning

[Apple](https://yomu.fyi/company/apple) · Aug 24, 2026

**Type:** Problem & solution

## Summary

Visual chain-of-thought methods allow multimodal large language models to reason through intermediate image generation, but synthesizing explicit visual steps creates major inference overhead during proactive video reasoning. To eliminate runtime synthesis, Internalized Visual Thinking introduces a post-training framework that jointly optimizes textual prediction and next-embedding prediction across unlabeled videos. By predicting latent representations of future frames alongside target text answers during training, the model captures motion, object transitions, interactions, and latent intent. At inference time, the model produces answers directly without generating or re-encoding future frames. IVT outperforms text-only post-training across six evaluation settings while matching or exceeding Visual CoT performance and cutting end-to-end latency by more than 5x.

## Context

Multimodal large language models often rely on visual chain-of-thought to reason about spatial, temporal, and embodied environments by generating intermediate images. While this provides visual foresight, generating explicit images introduces substantial inference overhead that poses problems for proactive video reasoning tasks.

## Approach / What changed

Internalized Visual Thinking (IVT) is a post-training framework that jointly optimizes textual prediction alongside next-embedding prediction over unlabeled videos. For a partially observed video, IVT predicts latent representations of future frames and textual answers together during training, allowing the model to internalize visual dynamics and answer directly at inference without synthesizing or re-encoding future frames.

## Takeaways

- Internalized Visual Thinking jointly optimizes textual prediction and next-embedding prediction during post-training, learning latent representations of future frames from unlabeled video.
- IVT generates final answers directly at inference time without synthesizing or re-encoding intermediate future frames in pixel space.
- Compared to Visual CoT, IVT delivers comparable or superior performance across evaluations while reducing end-to-end latency by more than 5x.

**Tags:** [LLMs](https://yomu.fyi/topic/llm), [Machine Learning](https://yomu.fyi/topic/machine-learning), [Performance](https://yomu.fyi/topic/performance)

[Read original post](https://machinelearning.apple.com/research/internalized-visual-thinking)
