Physical world model · Preprint 2026

PhiZero A World Model Built Around Physical Language

A world model that explicitly reasons about world evolution in physical language before rendering the inferred transitions into video.

NLPR, Institute of Automation, Chinese Academy of Sciences (CASIA)
† Project leader✉ Corresponding authors§ Independent researcher
01 / Motivation

From visual experience to physical-language reasoning.

Humans organize predictive structure from visual experience in natural language, while PhiZero learns a finer-grained physical language from in-the-wild videos

Humans abstract predictive structure from visual experience and organize it in natural language for explicit reasoning. Because natural language is too coarse for complex physical transitions, PhiZero learns a finer-grained physical language directly from in-the-wild videos.

We introduce PhiZero, a world model built around physical language: a compact discrete representation of world-state transitions learned from unlabeled in-the-wild videos through self-supervision. PhiZero follows a reason-then-render paradigm: it first infers future world evolution as a physical-language sequence, then renders the inferred transitions into video.

A

Physical language

A compact discrete representation of world-state transitions learned at scale from unlabeled in-the-wild videos.

B

Reason, then render

An autoregressive VLM predicts a physical-language sequence from the current visual state and action intent; a trained diffusion decoder renders the inferred transition into video.

C

A reusable interface

The same transition representation supports physically realistic generation, fine-grained action-conditioned simulation, interactive rollouts, and zero-shot transfer.

02 / Method

Reason in physical language. Render into video.

The PhiZero physical language tokenizer and reasoner pipeline
T
Component 01

Physical Language Tokenizer

A transition-level Q-Former extracts ordered features from adjacent latent video states. FSQ discretizes them into physical language, while a diffusion-prior decoder reconstructs the video from that sequence and the clean first frame.

  • Wan2.2 VAE encoder + Wan2.2-5B diffusion decoder
  • 32 queries per adjacent latent-state transition
  • First-frame conditioning + pure-noise warm-up
R
Component 02

Physical Language Reasoner

A Qwen3-VL-4B-initialized autoregressive VLM predicts a physical-language sequence from the first frame and textual action intent. The trained diffusion decoder then renders the inferred state transition into a future video.

  • Initialized from Qwen3-VL-4B
  • Vocabulary extended with 25K atomic symbols
  • Continued pretraining followed by motion-rich SFT
Training data

From broad visual experience to motion-rich interactions.

Progressive filtering turns a 50K-hour in-the-wild real-world pool into 10K hours for tokenizer pretraining. Real and simulated videos yield 5M four-second clips for tokenizer SFT and reasoner pretraining, followed by 1M motion-rich and physically informative clips for reasoner SFT.

Hierarchical data curation pipeline
Hierarchical curation for tokenizer pretraining/SFT and reasoner pretraining/SFT.
03 / Results

Physical coherence across generation and understanding.

Physics-IQ Verified
ModelIQ-Score ↑
Wan2.2-5B21.2
Sora 226.5
Cosmos3-Nano29.1
Wan2.2-14B32.2
Hunyuan-Video33.4
Grok-Video34.8
Cosmos3-Super39.5
PhiZero (Ours)41.2
PhyGround
ModelPhysics Score ↑
LTX-Video-19B2.54
LTX-Video-22B2.56
Wan2.2-5B2.65
Cosmos2.5-2B2.70
OmniWeaving2.78
Veo3.12.85
Wan2.2-14B2.90
PhiZero (Ours)3.01
WorldModelBench
ModelPhysics Adherence ↑
Pandora4.05
OpenSora-Plan3.85
CogVideoX3.88
Mochi4.14
Luma4.13
Wan2.2-5B4.51
Runway4.27
PhiZero (Ours)4.88
IntPhys2
ModelOverall ↑
Cosmos-4B49.41
Qwen2.5-VL52.27
Gemini-1.5 Pro52.27
GPT-4o53.75
VideoMAEv253.75
V-JEPA53.75
Gemini-2.5 Flash55.63
PhiZero (Ours)56.34

Across the four displayed benchmarks, PhiZero leads the selected physical metric: IQ-Score, Physics Score, Physics Adherence, and IntPhys2 Overall. The results support both physically coherent generation and intuitive physics understanding.

Compact representation

175× fewer tokens than a dense VAE representation.

A four-second, 33-frame video is encoded with 256 discrete physical-language symbols, compared with 44,800 continuous tokens for the Wan2.2 VAE, while retaining strong reconstruction quality among highly compressed tokenizers.

Wan2.2 VAE
44,800
PhiZero
256

Demos

TL;DR: We introduce PhiZero, a physical world model that learns a compact discrete physical language from in-the-wild videos. It reasons world evolution in this space and renders the inferred transitions into videos, enabling physically realistic and interactive world modeling, fine-grained action-conditioned simulation, and zero-shot motion transfer.

Physical Realistic Video World Model

Zero-shot Cross Embodiment & Domain Motion Transfer

Interactive World Model: Image-to-World Exploration

Driving World Model

Robotics World Model

05 / Transfer

Change the appearance. Keep the transition.

Because physical language encodes how the world changes rather than how it looks, the same transition can be rendered with a new object, scene, embodiment, or visual domain.

Motion transfer through physical language.

PhiZero first tokenizes a source transition into a discrete physical-language sequence that describes how the state changes. It then combines that sequence with an edited or newly selected first frame, allowing the video decoder to render the same transition under a new object, appearance, material, or embodiment.

The Human → G1 humanoid, Human hand → Sharpa dexterous hand, and Simulation → reality demos above use the same recipe: reuse the source physical language while replacing the visual state from which the transition is rendered.

Motion transfer cases

Reuse the transition. Change the appearance.

Source Video
Transferred Video
Appearance transfer. The same pouring transition is preserved as white rice is replaced by brown lentils.
Source Video
Transferred Video
Appearance transfer. A viscous pouring motion is rendered consistently with light batter and chocolate batter.
Source Video
Transferred Video
Appearance transfer. The spoon-to-bread pouring trajectory transfers from a honey-like syrup to a red sauce.
Source Video
Transferred Video
Appearance transfer. The same beaker-to-glass pouring transition is preserved as clear water is replaced by a dense blue liquid.
06 / Paper

Read and cite PhiZero.

The current manuscript is available as a preprint. Public ArXiv and code links can be activated from the site configuration as soon as they are released.

Preprint · 2026

PhiZero: A World Model Built Around Physical Language

Shuyao Shang, Yuqi Wang, Ruopeng Gao, Xu Chen, Tieniu Tan, Lue Fan, Zhaoxiang Zhang

Open PDF ↗
BibTeX
@article{shang2026phizero,
  title   = {PhiZero: A World Model Built Around
             Physical Language},
  author  = {Shang, Shuyao and Wang, Yuqi and
             Gao, Ruopeng and Chen, Xu and Tan, Tieniu and
             Fan, Lue and Zhang, Zhaoxiang},
  year    = {2026},
  note    = {Preprint}
}