How Far is Video Generation from World Model: A Physical Law Perspective
TLDR
Video generation models fail to learn true physical laws, showing case-based generalization and poor out-of-distribution extrapolation.
Reasoning
The paper provides a rigorous evaluation framework using a 2D physics simulation, demonstrating scaling behavior for in-distribution and combinatorial generalization but clear failure in out-of-distribution scenarios. Its strength lies in the controlled testbed and quantitative metrics, but it is limited to synthetic data and does not address real-world video or interactive settings.
Read-first score
Read-first score 60.2, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 41.
Field roles
Rank sensitivity
Stability: volatile; rank range: 94.
Keyword Scores
Deep Analysis
Innovations
- Developed a 2D simulation testbed for object movement and collisions governed by classical mechanics laws to evaluate video generation models as world models.
- Introduced a quantitative evaluation framework for assessing whether generated videos adhere to physical laws across in-distribution, out-of-distribution, and combinatorial generalization scenarios.
- Identified that diffusion-based video generation models exhibit case-based generalization behavior and prioritize factors (color > size > velocity > shape) when referencing training data.
Methodology
The authors created a 2D simulation testbed that generates videos deterministically governed by one or more classical mechanics laws, providing unlimited data for large-scale experimentation. They trained diffusion-based video generation models to predict object movements from initial frames and evaluated them across three key scenarios: in-distribution, out-of-distribution, and combinatorial generalization.
Key Results
The models achieved perfect generalization within the distribution and showed measurable scaling behavior for combinatorial generalization, but failed in out-of-distribution scenarios. Further experiments revealed that the models exhibit case-based generalization (mimicking the closest training example) and prioritize factors in the order: color > size > velocity > shape.
Limitations
- The study is limited to 2D simulations and classical mechanics laws, which may not capture the complexity of real-world physical laws.
- The models fail to abstract general physical rules, indicating that scaling alone is insufficient for video generation models to uncover fundamental physical laws.
- The observed factor prioritization (color > size > velocity > shape) may not generalize to more complex or realistic scenarios.
- The testbed is synthetic and deterministic, so results may not transfer to real-world video data with noise and richer dynamics.