Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

How Far is Video Generation from World Model: A Physical Law Perspective

arXiv 24.11 2024 60.2 benchmark

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.

Methodology quality 25%
80

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=evaluation,experiment,result

Recency 8%
75.1

Uses a gentle age decay so recent papers surface without erasing older foundations. 2024

Topical relevance 42%
58.6

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Reproducibility 25%
38

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=github

Field roles

Methodology anchor

Rank sensitivity

Stability: volatile; rank range: 94.

Keyword Scores

world model
9
video world model
9
generative world model
8
world dynamics prediction
8
world simulator
5
interactive world model
1
model-based reinforcement learning world model
1

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.

Tags