AI Learns to Think in Pictures Internally, Cutting Video Analysis Time Without Losing Accuracy
A new training method called Internalized Visual Thinking lets AI models reason about video the way humans picture things in their heads, skipping the slow step of generating actual images mid-analysis.

Key points
- Apple ML Research published a new AI training framework called Internalized Visual Thinking (IVT) for reasoning about video.
- IVT removes the need to generate intermediate images during analysis, which was a major speed bottleneck in previous approaches.
- The method trains models to do visual reasoning silently, inside the model itself, using only text as the final output.
- This approach targets "proactive" video reasoning, meaning the AI anticipates what happens next rather than just describing what it sees.
What is this, in plain language?
Think of how you watch a football replay and mentally picture where the ball will go next. You do not draw a diagram; you reason visually in your head. IVT teaches an AI to do the same thing.
Previous systems used a technique called Visual Chain-of-Thought. That is a process where the AI reasons step by step and actually generates intermediate pictures along the way, almost like a student drawing rough sketches before writing an answer. Those in-between images are helpful, but producing them is slow and expensive, especially when the AI is working through a video frame by frame.
Apple ML Research describes IVT as a post-training framework, meaning it is applied after a model is already built, like a finishing course. It teaches the model to internalize that visual scratchpad work during training, so by the time it is deployed and doing real jobs, it skips generating those images entirely and reasons straight to a text answer.
Why does video make this particularly tricky?
Video is harder than a single image for one simple reason: time. An AI analysing a video clip needs to understand not just what is in each frame, but how objects move, what just happened, and what is likely to happen next.
That last part, predicting what comes next, is what researchers call proactive reasoning. It is the difference between an AI that says "a player is running" and one that says "that player is about to receive the ball in the bottom-left corner." Sports analysis, self-driving cars, and video game NPCs (non-player characters, the computer-controlled characters you interact with in games) all need exactly this kind of forward-thinking.
The slowdown caused by generating intermediate images during that process is not a minor inconvenience. It is the kind of delay that makes real-time applications impractical.
What does this mean for everyday technology?
Faster, smarter video AI matters in several places ordinary people will notice.
In gaming, NPCs could read a scene and react to player movement far more convincingly. In sport, broadcast tools and coaching software could offer near-instant tactical breakdowns. In any app that asks AI to watch and understand a video clip, waiting times should drop.
IVT does not change what the AI knows. It changes how efficiently it thinks, which is the part that determines whether a technology is usable in the real world or stuck in a research lab.
The framework was described by Apple ML Research, and the detail available so far focuses on the training method rather than a specific product launch. Wider adoption will depend on how easily other teams can apply the approach to their own models.
Common questions
Does this replace existing video AI tools?
Not immediately. IVT is a training technique that other teams would need to apply to their own models, so it is a building block rather than a finished product you can use today.
Is this only useful for video games and sport?
No. Any system that needs to understand video in real time, including security cameras, self-driving vehicles, and video calling features, could benefit from faster and more accurate visual reasoning.



