1176 papers
method
New world model architectures, training objectives, inference methods, or planning/control algorithms.
Literature review synthesis
Research Lines
Learning to generate future frames from history, capturing environment dynamics and appearance via diffusion or VAE-Transformer hybrids.
Open edge: Long-horizon consistency, physical plausibility, cross-domain generalization, and training efficiency; many designs are validated on narrow domains.Improving zero-shot generalization by factorizing instructions into primitives (compositional) or conditioning dynamics on explicit context variables.
Open edge: Generalization to entirely novel primitives or unobserved context, limited task diversity, and sensitivity to parsing accuracy.Integrating action prediction or policy learning with video generation so that the world model directly supports decision-making and control.
Open edge: Real-world action-space generalization, disentangling model gains from planner/controller choice, and sim-to-real transfer.Providing standardized metrics for memory consistency, action control, and spatial coherence, moving beyond per-task video quality.
Open edge: Coverage of diverse scenes and tasks, dataset bias removal, and linking benchmark scores to downstream task improvements.Shared Direction
- World models are predominantly built with diffusion or Transformer backbones.
- Self-supervised video/state prediction is the core learning objective.
- Generalization beyond training distributions (zero-shot, compositional, contextual) is a central concern.
- Memory consistency and action control are identified as fundamental challenges.
Key Differences
- Representation choice: some works generate pure video, others jointly model video and action tokens within a unified transformer.
- Supervision signal: several methods rely only on reconstruction loss, while others incorporate depth, keypoint dynamics, or explicit context variables.
- Evaluation domain: benchmarks span Atari games, autonomous driving, and robotic manipulation, each with different success criteria.
- Interaction mode: open-loop video prediction versus closed-loop action-conditioned generation with policy learning.
- Deployment setting: evaluation is split between simulation, offline datasets, and early real-world usage, with no consistent real-world baseline.
Open Questions
- How can physical constraints be integrated into flexible generative architectures without limiting their expressiveness?
- Do existing benchmarks capture the requirements of real-world deployment, and what additional metrics are needed?
- What mechanisms enable world models to maintain temporal and spatial consistency over long horizons?
- How can we isolate the contribution of the world model itself from the choice of planner, controller, or training data scale?
- What are the limits of zero-shot generalization to dynamics and scenes that are fundamentally different from the training distribution?