Preprint
Computer Vision

Learning How the World Evolves: Extrapolative Video World Models via Latent Dynamics Reasoning

Haodong Li, Shaoteng Liu, Tianyu Wang, Chongjian Ge, Sihui Ji, Jiahan Zhang, Xin Lin, Haolin Lu, Zhe Lin, Manmohan Chandraker
August 10, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

The world evolves following its dynamics, i.e., its laws of motion. However, leading video diffusion models largely fit the pixels without modeling how the pixels transit over time. Thus, they render visually plausible frames but may not accurately obey the laws. To capture the dynamics purely from pixels, we introduce Latent Dynamics Reasoning (LDR). LDR casts the latent transition as an explicit kinematic integration, where the lower-order dynamics are integrated numerically and the model regresses only the third- and higher-order residual that drives the rollout. For this integration to extrapolate better, LDR runs it on a structured latent rather than dense convolutional features. Following PhyWorld, we validate LDR on a controlled white-box physics benchmark spanning five tasks (uniform motion, parabola, collision, bouncing, looming), focusing on out-of-distribution scenarios that reveal whether a model has truly learned the underlying dynamics. LDR extrapolates the learned dynamics far better: the gap between its in- and out-of-distribution error is over 20times smaller than the video diffusion baseline's, under both single- and joint-task training at 256^2 resolution, while using 26times fewer parameters and running 143times faster. LDR can even generalize under severe shift: for example, trained only on red balls moving left-to-right, it correctly predicts the motion of a blue square moving right-to-left. To our knowledge, this is the first video world model that extrapolates learned dynamics beyond its training distribution. Project page: https://lat-dyn-reason.github.io/

Analysis

Why This Paper Matters

Current video diffusion models generate visually plausible frames but often fail to respect physical laws because they model pixel distributions without modeling temporal transitions. This paper addresses a critical gap: learning world dynamics that extrapolate beyond training data. The authors propose Latent Dynamics Reasoning (LDR), which explicitly models latent state transitions using kinematic integration, rather than purely fitting pixels. This is a paradigm shift from appearance-focused generation to dynamics-focused reasoning.

The significance is highlighted by the benchmark: a controlled white-box physics environment with tasks like uniform motion, parabola, collision, bouncing, and looming. The focus on out-of-distribution (OOD) scenarios is crucial—it tests whether a model truly understands dynamics or merely memorizes training patterns. LDR's ability to generalize under severe shifts (e.g., red balls to blue squares, left-to-right to right-to-left) demonstrates that it has learned abstract kinematic rules, not just visual correlations.

Technical Contributions

  • Latent Dynamics Reasoning (LDR): Casts latent transition as explicit kinematic integration. Lower-order dynamics (e.g., position, velocity) are integrated numerically, and the model only regresses the third- and higher-order residual that drives the rollout. This reduces the learning burden and improves extrapolation.
  • Structured Latent Space: Instead of dense convolutional features, LDR operates on a structured latent representation, which is more amenable to physical reasoning and extrapolation.
  • Efficiency: LDR uses 26x fewer parameters and runs 143x faster than video diffusion baselines, making it practical for real-time applications.
  • Benchmarking: Validates on a white-box physics benchmark with five tasks, focusing on OOD scenarios to reveal true dynamics learning.

Results

LDR achieves a gap between in- and out-of-distribution error that is over 20 times smaller than the video diffusion baseline, under both single- and joint-task training at 256^2 resolution. This indicates that LDR's performance degrades much less when tested on unseen conditions. The model also demonstrates extreme generalization: trained only on red balls moving left-to-right, it correctly predicts the motion of a blue square moving right-to-left. These results are achieved with 26x fewer parameters and 143x faster inference, showing that explicit dynamics modeling is not only more accurate but also more efficient.

Significance

This work challenges the dominant approach of pixel-level diffusion for video generation. By introducing a latent dynamics reasoning framework, it opens a new direction for building world models that understand physical laws. The ability to extrapolate beyond training distribution is crucial for applications like robotics, autonomous driving, and scientific simulation, where encountering novel scenarios is common. LDR's efficiency also makes it feasible for real-time systems. This paper could inspire further research into hybrid approaches that combine generative models with explicit physics priors, potentially leading to more robust and generalizable video world models.