Apple proposes Internalized Visual Thinking to cut video reasoning latency by more than fivefold
A new post-training framework trains models to perform visual reasoning without generating intermediate images at inference, improving efficiency and maintaining accuracy.
1 source · cross-referenced
- Apple’s ML Research team introduces Internalized Visual Thinking (IVT), a post-training framework for multimodal video reasoning.
- IVT jointly optimizes textual prediction and next-embedding prediction over unlabeled videos during training.
- At inference, IVT answers directly without synthesizing or re-encoding future frames, reducing end-to-end latency by more than 5× versus Visual CoT.
- IVT improves over text-only post-training across six evaluation settings while maintaining comparable or better performance than Visual CoT.
Apple’s Machine Learning Research team proposes Internalized Visual Thinking (IVT), a post-training framework designed to address the inference overhead of visual chain-of-thought (Visual CoT) in multimodal large language models. Visual CoT improves interpretability by generating intermediate reasoning images, but it introduces significant computational costs, particularly for proactive video reasoning where timely responses are critical.
IVT trains models to perform visual reasoning without relying on explicit pixel-space generation at inference. Instead, it jointly optimizes textual prediction and next-embedding prediction over unlabeled videos during training. Given a partially observed video, the model predicts latent representations of future frames alongside the target textual answer, capturing motion, object transitions, interactions, and latent intent.
At inference, IVT generates answers directly without synthesizing or re-encoding future frames, streamlining the reasoning process. In controlled studies across six evaluation settings—including variations in target representations, decoder designs, prediction horizons, data mixtures, training curricula, and predictive objectives—IVT improved performance over text-only post-training while maintaining the same efficient inference pathway.
Compared with Visual CoT, IVT achieved comparable or better performance while reducing end-to-end latency by more than fivefold. The findings suggest that explicit pixel-space generation at inference may not be necessary for proactive video reasoning, and that predictive world modeling can be internalized during training to produce multimodal reasoners that are both more accurate and substantially more efficient.
- Aug 24, 2026 · arXiv cs.CL
Paper quantifies ‘clinical lost-in-the-middle’ effect in EHR processing and proposes query-conditioned context selection
Trust79 - Aug 24, 2026 · arXiv cs.CL
Preprint finds detectable occupational bias in language models despite passing behavioral tests
Trust79 - Aug 24, 2026 · arXiv cs.AI
Paper proposes Spec-Driven Agentic Development as a new paradigm for AI-native software delivery
Trust79