PhiZero: Teaching AI to Think in Physics Before It Renders Video
Video generation models have come a long way, but they still have a dirty little secret: they often don't understand the physics of the scenes they create. Ask one to simulate a ball rolling off a table, and it might just as easily float away or pass through the floor. That's because most models work by predicting pixels directly—essentially guessing what the next frame looks like without any real understanding of the underlying dynamics.
Enter PhiZero, a new world model that aims to fix this by introducing something its creators call "physical language." Instead of blindly predicting pixels, PhiZero first reasons about how the world will evolve, then renders that evolution into video. It's a bit like planning a road trip before you start driving—you don't just randomly turn the steering wheel and hope for the best.
What Is Physical Language?
Physical language is a discrete representation that captures the state transitions between frames. The model learns this language from massive amounts of outdoor video through self-supervised learning, picking up on patterns like objects moving, falling, or colliding. Once it has this vocabulary, it can use it to reason about future states.
The architecture is elegantly simple: a tokenizer and a reasoner. The tokenizer uses a transition-level Q-Former to capture changes between adjacent states and compresses them into compact discrete symbols. A diffusion decoder then takes those symbols and the first frame to reconstruct the detailed video. Meanwhile, the reasoner—initialized from a pre-trained vision-language model—predicts the sequence of physical language symbols based on the first frame and a text description of the action.
Why This Matters
This "reason first, render later" approach has a big advantage: it separates the dynamics simulation from pixel-level synthesis. The model doesn't have to learn physics and rendering at the same time. Instead, it can focus on getting the physics right in a symbolic space, then let the decoder handle the visual details.
In benchmark tests, PhiZero has shown leading performance on tasks like Physics-IQ Verified, PhyGround, and WorldModelBench. Whether it's objects moving due to collisions, deformation under gravity, or complex chain reactions, the model produces results that look physically plausible.
The Road Ahead
PhiZero opens up new possibilities for controllable and interactive world modeling. For embodied intelligence and robotics, this could be a game-changer. Imagine a robot that can simulate the consequences of its actions before it moves—that's the kind of capability this technology could enable.
Of course, there's still a long way to go. Physical language is a new concept, and it will need to be refined and expanded. But it's a promising step toward AI that doesn't just generate pretty pictures, but actually understands the world it's depicting.


Key Points
- PhiZero introduces a "physical language" for discrete state transition representation.
- The model uses a "reason first, render later" architecture, separating dynamics from pixel synthesis.
- It outperforms existing models on physical reasoning benchmarks like Physics-IQ Verified and WorldModelBench.
- This approach could enable more realistic and controllable simulations for embodied AI and robotics.