REVIEW 3 major objections 7 minor 1 cited by
A Definition and Roadmap for World Models
T0 review · 3 major / 7 minor · reviewed 2026-07-08 · glm-5.2
Pith's one-line read A world model is a compression problem, not a generation problem
desk verdict Solid synthesis with a real soft spot in the central architectural claim read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the unified physical representation—a single, compact, learned internal state encoding geometry, motion, material properties, appearance, semantics, uncertainty, and interaction state jointly. From this state, rendering (producing visual observations), simulation (propagating physical dynamics under action), and planning (evaluating counterfactual futures to select actions) are recovered as distinct decoding operations. The POMDP loop provides the formal scaffolding: the agent maintains a Bayesian belief over latent states, the world model approximates both the transition kernel and observation model, and the planner optimizes over the resulting belief-continged
What would settle it
A contact-rich manipulation task where a visually plausible but physically incorrect compressed representation causes a robot to fail in ways that a less compressed but more physically faithful representation would not—demonstrating that the compression objective and the control objective are fundamentally in tension rather than aligned.
Extended reading notes
Core claim
The central conceptual move is the redefinition of a world model as a compression of physical state transitions under finite resources, coupled with the principle that understanding should be primary while prediction serves it. This reframing dissolves the boundary between renderers, simulators, and planners: they become different decoding operations on a single compressed internal state. The paper calls this the 'one state, many decoders' principle and argues that the field's central open problem is discovering what compact internal structure can preserve sufficient physical and semantic information to support all downstream projections of an embodied intelligence.
Load-bearing premise
The paper assumes that a single, unified, compact internal representation can be learned from internet-scale video data that preserves sufficient physical structure—geometry, contact, dynamics, causality—to support rendering, simulation, and planning simultaneously. This 'one state, many decoders' principle presupposes that the information loss inherent in lossy compression will not destroy decision-relevant physical details, which remains unproven for complex, contact-rich,
Editorial extensions
If this is right
- If the compression-first definition is correct, then evaluating world models by visual fidelity (FID, FVD) is measuring the wrong thing; the right metrics should test whether the compressed state preserves decision-relevant physical structure—contact dynamics, causality, object permanence—sufficient for downstream control.
- The 'one state, many decoders' principle implies that current systems maintaining separate representations for rendering (radiance fields), simulation (meshes/particles), and planning (occupancy grids) are architecturally suboptimal; a single shared substrate should eventually replace them.
- The Inverted Pyramid pipeline implies that the path to generalist robot policies runs through internet-scale video, not through more robot data collection—data diversity from passive video, not interaction volume, sets the generalization ceiling.
- The Trinity Architecture (Agent–Evaluator–World Model) implies a self-improving loop where the world model generates curricula at the edge of the agent's current capability, suggesting that world models are not just predictors but active drivers of embodied skill acquisition.
- If understanding is primary and prediction is derivative, then architectures that skip explicit representation learning (pure pixel-to-pixel video generators) will plateau as physical reasoners regardless of scale, because they lack the compressed state that carries causal and dynamical structure.
Reading between the lines
- The compression framing implicitly assumes a favorable information-theoretic structure: that the physical regularities relevant for control occupy a low-dimensional manifold within high-dimensional sensory data. If the decision-relevant physical state for contact-rich manipulation is actually high-dimensional (e.g., requiring fine-grained deformation fields or friction distributions), then lossy c
- The claim that data diversity sets the ceiling while architecture only affects efficiency echoes scaling-law arguments from language modeling, but physical data may not obey the same power-law regime: the long tail of rare physical events (edge cases in contact, fracture, anomalous dynamics) may be so structurally diverse that no finite corpus captures sufficient coverage, making the 'ceiling' a m
- The Trinity Architecture's self-curriculum loop assumes the world model can reliably identify the edge of the agent's capability. If the model's uncertainty estimates are poorly calibrated—a known problem in deep generative models—the curriculum will either propose trivial tasks (stalling progress) or impossible ones (wasting interaction), turning the self-improvement loop into a random walk.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This perspective article proposes a scientific definition of world models as compression models of physical state-transition processes under finite computational constraints, and lays out a staged roadmap progressing from unified multimodal models through unified physical representations to foundation-scale interactive simulators. The paper synthesizes a broad literature spanning model-based RL, video generation, 3D representations, causal inference, and embodied AI, organizing it through a two-dimensional taxonomy (functional roles × architectural substrates) and introducing conceptual constructs including the Inverted Pyramid Workflow, the 'one state, many decoders' principle, and a Trinity Architecture for physical AGI. The mathematical formulations (POMDPs, Bayesian filtering, structural causal models, MBRL objectives) are standard and correctly applied.
Significance. The paper's primary contribution is conceptual: it provides a unifying definition and organizational framework for a field that currently lacks terminological consensus. The compression-first framing (Definition 2.1) is a reasonable and potentially useful lens that connects information-theoretic principles to architectural decisions. The two-dimensional taxonomy (Section 2.5, Figure 5) and the functional taxonomy discussion (Section 2.4) are genuinely clarifying for a fragmented literature. The paper does not present machine-checked proofs, reproducible code, or parameter-free derivations, but it does offer falsifiable predictions—particularly the claim that a single shared physical representation can simultaneously support rendering, simulation, and planning (Section 7.2)—which could in principle be tested. The breadth of literature coverage is substantial and the roadmap is concrete enough to guide near-term research. The discussion of counterfactual reasoning (Section 4.6) and physics-informed learning (Section 4.5) are well-grounded treatments that connect world models to established formal frameworks.
major comments (3)
- Section 7.2 articulates the 'one state, many decoders' principle as the central architectural thesis of the roadmap: a single compact internal representation should support rendering, simulation, and planning simultaneously. The paper itself acknowledges the core risk in Section 3.2: 'excessive abstraction may discard information that is visually small but decision-critical, such as gripper-object contact, thin obstacles, subtle object pose changes, or deformation.' However, no analytical or empirical argument is provided for why lossy compression would preserve exactly this class of information. The concern is sharpened by the Inverted Pyramid Workflow (Figure 1), which proposes learning primarily from internet video—a data source that lacks proprioceptive, force, and tactile channels. The paper should either (a) provide an information-theoretic or empirical argument for why the unified
- representation can retain contact-rich physical details when trained on data that does not contain them, or (b) explicitly acknowledge this as a fundamental limitation and scope the 'one state, many decoders' claim accordingly. As stated, the gap between the compression-first definition (which is sound) and the unified-representation roadmap claim (which is unproven) is the weakest load-bearing link in the argument.
- Section 8 introduces the 'Trinity Architecture' (Agent–Evaluator–World Model) as a cognitive loop for autonomous evolution toward physical AGI. This construct is presented at a conceptual level without connection to the formal POMDP/MBRL framework developed in Sections 2–4. Specifically, the relationship between the Evaluator component and the reward function R in the POMDP formulation (Section 2.2) is unclear, and the claim that the World Model component 'knows the edge of feasible tasks of the current Actor' is not grounded in any formal mechanism. The Trinity Architecture would benefit from either formalization within the existing framework or explicit acknowledgment that it is a speculative conceptual proposal.
minor comments (7)
- Section 2.5 references 'Figure 1' for the many-to-many mapping of systems to taxonomy categories, but Figure 1 depicts the Inverted Pyramid Workflow. The intended reference appears to be Figure 5. Please verify cross-references.
- Several typos throughout: 'internaml model' (Section 1), 'interchangably' (Section 2.1 footnote), 'adanced' and 'genralist' (Section 4.2), 'reies' and 'dexterous manipulation tasks' (Section 4.2), 'natually' (Section 8). Proofreading pass recommended.
- Section 4.2, paragraph on DreamZero: the sentence beginning 'However, DreamZero does not really resolve the covariate shift...' is grammatically fragmented and should be revised for clarity.
- The paper cites numerous 2026-dated works (e.g., NVIDIA Cosmos Team 2026, ByteDance Seed Team 2026, several arXiv preprints). Given the July 2026 submission date, these may be very recent preprints. Where possible, the authors should verify that cited preprints have stable identifiers and that claims about these systems are accurate as of the cited versions.
- Table 1 is informative but would benefit from a column indicating which specific limitations are most critical for each paradigm, rather than listing them uniformly. This would improve usability as a reference.
- Section 6.6 introduces 'Federated World Models' and 'Trusted Execution Environments' as proposed solutions for privacy-preserving governance. These concepts are introduced without prior context or literature grounding. A brief reference to existing federated learning or secure computation literature would help readers calibrate their expectations.
- Equation (4) presents scaling laws with the notation C≈κND, but the constant κ is not defined in the surrounding text. Please add a definition.
Simulated Author's Rebuttal
We thank the referee for a careful and constructive reading of our manuscript. The two major comments both identify genuine gaps in the argument that we will address in revision. On the first comment, regarding the 'one state, many decoders' principle and the Inverted Pyramid Workflow's reliance on internet video lacking proprioceptive channels, we agree that the manuscript does not adequately address how contact-rich physical details can be preserved when training on data that does not contain them. We will revise Section 7.2 to explicitly scope the claim and acknowledge this as a fundamental limitation requiring complementary data sources. On the second comment, regarding the Trinity Architecture's lack of formal connection to the POMDP/MBRL framework, we agree that Section 8 is presented at a conceptual level without grounding in the formal apparatus of Sections 2-4. We will add an explicit mapping between the Evaluator and the reward function R, clarify the World Model's 'edge of feasible tasks' claim in terms of model uncertainty and reachable-state estimation, and acknowledge the speculative nature of the proposal where formalization is not yet possible.
read point-by-point responses
-
Referee: Section 7.2 'one state, many decoders' principle: no argument provided for why lossy compression preserves contact-rich details when trained on internet video lacking proprioceptive/force/tactile channels. Paper should either (a) provide an information-theoretic or empirical argument, or (b) acknowledge as fundamental limitation and scope the claim.
Authors: The referee correctly identifies the weakest load-bearing link in our argument. We do not have an information-theoretic proof that lossy compression trained on internet video will preserve contact-rich physical details, and we agree that the Inverted Pyramid Workflow's reliance on video data lacking proprioceptive, force, and tactile channels creates a genuine gap between the compression-first definition (which is sound as a general principle) and the unified-representation roadmap claim (which is unproven for this data regime). We cannot honestly provide argument (a): there is no existing theoretical result guaranteeing that information absent from the training distribution can be recovered by compression, and empirical evidence from current video-based world models (as we note in Section 6.2) shows that perceptual fidelity does not imply physical precision. We will therefore adopt option (b). Specifically, we will revise Section 7.2 to: (1) explicitly state that the 'one state, many decoders' principle is an architectural thesis whose feasibility for contact-rich domains is not yet established; (2) acknowledge that internet video, while encoding broad physical priors (object permanence, rigidity, kinematic structure), does not contain proprioceptive, force, or tactile channels, and that no compression mechanism can recover information entirely absent from the training data; (3) scope the claim to the modalities present in the training distribution, noting that contact-rich and tactile information require complementary data sources (embodied interaction data, tactile sensors, physics-informed constraints as discussed in Section 4.5); and (4) add a forward reference to Section 6.1 (Data Asymmetry) and Section 6.4 (Sim-to-Real Transfer), which already discuss these bottl revision: no
-
Referee: Section 8 Trinity Architecture presented conceptually without connection to formal POMDP/MBRL framework. Relationship between Evaluator and reward function R unclear. Claim that World Model 'knows the edge of feasible tasks' not grounded in formal mechanism. Should formalize within existing framework or acknowledge as speculative.
Authors: We agree that Section 8 is insufficiently connected to the formal framework developed in Sections 2-4, and we will revise accordingly. We can partially formalize the mapping: (1) The Evaluator component corresponds to the reward function R in the POMDP formulation (Section 2.2), assessing trajectory quality against task objectives. We will state this mapping explicitly. (2) The Agent corresponds to the policy pi_phi, and the World Model corresponds to the learned transition model P_hat_theta, both already formalized in Section 4.2. (3) The claim that the World Model 'knows the edge of feasible tasks of the current Actor' can be partially grounded in the model uncertainty and reachable-state estimation literature discussed in Section 4.2: ensemble disagreement (Chua et al., 2018), conservative rollout termination (Yu et al., 2020; Kidambi et al., 2020), and the horizon-limited value gap (Eq. 19) all provide formal mechanisms for estimating where the model's predictions become unreliable, which operationalizes 'the edge of feasible tasks.' We will add these connections explicitly. However, we acknowledge that the Trinity Architecture's claim of autonomous curriculum generation—where the World Model proposes tasks 'just beyond' the Agent's current limits—goes beyond what existing formal mechanisms fully support. The automatic curriculum learning literature (e.g., Plan2Explore's intrinsic motivation, Sekar et al., 2020) provides partial precedents, but the closed-loop self-evolution we describe remains a speculative conceptual proposal. We will state this explicitly in the revised Section 8, marking it as a research direction rather than a formally grounded result. revision: no
Circularity Check
No circularity found: perspective article with conceptual definitions and literature synthesis, no derivation chain that reduces to inputs by construction.
full rationale
This is a perspective/roadmap article that proposes a conceptual definition (Definition 2.1: world model as compression of state transitions under finite resources) and synthesizes external literature into taxonomies and a staged roadmap. The equations presented (Eq. 1–19) are standard formulations from POMDPs, MBRL, causal inference (Pearl's SCM framework), and scaling laws — they are used to frame discussion, not to derive novel quantitative predictions from fitted parameters. The central claims (the compression-first definition, the 'one state, many decoders' principle, the Inverted Pyramid Workflow, the Trinity Architecture) are conceptual proposals, not derivations whose outputs could reduce to their inputs by construction. Self-citations (e.g., DreamZero/Ye et al. 2026b, HERMES/Zhou et al. 2025a, τ0-WM/Zhou et al. 2026a) appear as illustrative examples within the taxonomy, not as load-bearing premises that define the central argument. No step in the paper exhibits the pattern where a 'prediction' or 'first-principles result' is equivalent to its inputs by definition, fit, or self-citation chain. The paper's weaknesses (e.g., the unproven assumption that lossy compression preserves contact-rich physical details) are correctness/completeness risks, not circularity.
Assumptions & free parameters
assumptions (3)
- domain assumption Data diversity determines the generalization ceiling of an intelligent system at fixed architecture and compute.
- ad hoc to paper A single shared physical representation can support rendering, simulation, and planning simultaneously.
- domain assumption Internet video contains sufficient implicit physical priors for embodied control.
invented entities (2)
-
Trinity Architecture
-
Inverted Pyramid Workflow
Cite this review
Pith. "Pith review of A Definition and Roadmap for World Models." pith.science (2026). https://pith.science/paper/WALIB4IW
@misc{pith2026260706401,
author = {Pith},
title = {Pith review of: A Definition and Roadmap for World Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/WALIB4IW}},
note = {Machine review of arXiv:2607.06401}
}
read the original abstract
World models -- internal simulators that learn the structure and dynamics of an environment -- have become one of the most actively debated concepts in AI. From model-based reinforcement learning and video generation to embodied robotics and ultimately, physical AI, researchers across AI subfields are building systems that they call "world models", yet there is no consensus on what a world model fundamentally is, what it should predict, or how it should be built. This perspective article provides a scientific definition of world models, discussions of their key technical aspects, and a staged roadmap for developing effective world models.
Figures
Figures from the paper (7 more)
Forward citations
Cited by 1 Pith paper
-
Persistent Computational State: A Session-Centric Runtime for Generative World Models
World-model persistence failures are partly a serving-layer bug: restoring the runtime's non-recomputable state (observation+RNG, memory bank, or KV context) after an excursion reproduces the never-left continuation b...
Reference graph
Works this paper leans on
-
[1]
Advances in Neural Information Processing Systems (NeurIPS) , year =
MOPO: Model-based offline policy optimization , author =. Advances in Neural Information Processing Systems (NeurIPS) , year =
-
[2]
Advances in Neural Information Processing Systems (NeurIPS) , volume=
Recurrent World Models Facilitate Policy Evolution , author=. Advances in Neural Information Processing Systems (NeurIPS) , volume=
-
[3]
Advances in Neural Information Processing Systems (NeurIPS) , volume=
Model-Based Imitation Learning for Urban Driving , author=. Advances in Neural Information Processing Systems (NeurIPS) , volume=
-
[4]
ReSim: Reliable World Simulation for Autonomous Driving
ReSim: Reliable World Simulation for Autonomous Driving , author=. arXiv preprint arXiv:2506.09981 , year=
-
[5]
Conference on Robot Learning (CoRL) , year=
Evaluating Real-World Robot Manipulation Policies in Simulation , author=. Conference on Robot Learning (CoRL) , year=
-
[6]
Conference on Robot Learning (CoRL) , year=
DayDreamer: World Models for Physical Robot Learning , author=. Conference on Robot Learning (CoRL) , year=
-
[7]
International Conference on Learning Representations (ICLR) , year=
Learning Interactive Real-World Simulators , author=. International Conference on Learning Representations (ICLR) , year=
-
[8]
International Conference on Machine Learning (ICML) , year=
RoboDreamer: Learning Compositional World Models for Robot Imagination , author=. International Conference on Machine Learning (ICML) , year=
Show all 284 references
-
[9]
Conference on Robot Learning (CoRL) , year=
RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control , author=. Conference on Robot Learning (CoRL) , year=
-
[10]
Conference on Robot Learning (CoRL) , year=
OpenVLA: An Open-Source Vision-Language-Action Model , author=. Conference on Robot Learning (CoRL) , year=
-
[11]
arXiv preprint arXiv:2410.24164 , year=
_0 : A Vision-Language-Action Flow Model for General Robot Control , author=. arXiv preprint arXiv:2410.24164 , year=
-
[12]
arXiv preprint arXiv:2509.13780 , year=
Behavior Foundation Model for Humanoid Robots , author=. arXiv preprint arXiv:2509.13780 , year=
-
[13]
IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , note=
Planning-Oriented Autonomous Driving , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , note=
-
[14]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Vista: A Generalizable Driving World Model with High Fidelity and Versatile Controllability , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[15]
1995 , publisher=
Epistemic Logic for AI and Computer Science , author=. 1995 , publisher=
1995
-
[16]
Advanced Robotics , volume=
World models and predictive coding for cognitive and developmental robotics: frontiers and challenges , author=. Advanced Robotics , volume=. 2023 , publisher=
2023
-
[17]
Proceedings of the 24th International Conference on Autonomous Agents and Multiagent Systems , pages=
Unlocking the potential of decentralized llm-based mas: Privacy preservation and monetization in collective intelligence , author=. Proceedings of the 24th International Conference on Autonomous Agents and Multiagent Systems , pages=
-
[18]
arXiv preprint arXiv:2507.19703 , year=
The wall confronting large language models , author=. arXiv preprint arXiv:2507.19703 , year=
- [19]
-
[20]
2022 , eprint=
Model-based Reinforcement Learning: A Survey , author=. 2022 , eprint=
2022
-
[21]
ACM SIGART Bulletin , volume=
Dyna, an integrated architecture for learning, planning, and reacting , author=. ACM SIGART Bulletin , volume=. 1991 , publisher=
1991
-
[22]
Lewis, David Scott and Zueco, Enrique , booktitle =
-
[23]
arXiv preprint arXiv:2604.01346 , year=
Safety, Security, and Cognitive Risks in World Models , author=. arXiv preprint arXiv:2604.01346 , year=
-
[24]
Human factors , volume=
Humans and automation: Use, misuse, disuse, abuse , author=. Human factors , volume=. 1997 , publisher=
1997
-
[25]
2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=
Neuromorphic force-control in an industrial task: validating energy and latency benefits , author=. 2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages=. 2024 , organization=
2024
-
[26]
Science , volume=
Designing and using robots for environmental sustainability , author=. Science , volume=. 2025 , publisher=
2025
-
[27]
Patterns , volume=
A view of the sustainable computing landscape , author=. Patterns , volume=. 2025 , publisher=
2025
-
[28]
arXiv preprint arXiv:2606.05925 , year=
Towards World Models in Biomedical Research , author=. arXiv preprint arXiv:2606.05925 , year=
-
[29]
Nature Machine Intelligence , volume=
A roadmap for AI in robotics , author=. Nature Machine Intelligence , volume=. 2025 , publisher=
2025
-
[30]
, booktitle =
Deisenroth, Marc and Rasmussen, Carl E. , booktitle =. 2011 , publisher =
2011
-
[31]
2018 IEEE International Conference on Robotics and Automation (ICRA) , pages =
Neural Network Dynamics for Model-Based Deep Reinforcement Learning with Model-Free Fine-Tuning , author =. 2018 IEEE International Conference on Robotics and Automation (ICRA) , pages =. 2018 , organization =
2018
-
[32]
Advances in Neural Information Processing Systems (NeurIPS) , volume =
Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models , author =. Advances in Neural Information Processing Systems (NeurIPS) , volume =
-
[33]
Advances in Neural Information Processing Systems (NeurIPS) , volume =
When to Trust Your Model: Model-Based Policy Optimization , author =. Advances in Neural Information Processing Systems (NeurIPS) , volume =
-
[34]
International Conference on Learning Representations (ICLR) , year =
Dream to Control: Learning Behaviors by Latent Imagination , author =. International Conference on Learning Representations (ICLR) , year =
-
[35]
Mastering
Hafner, Danijar and Lillicrap, Timothy and Norouzi, Mohammad and Ba, Jimmy , booktitle =. Mastering
-
[36]
Proceedings of the 7th International Conference on Machine Learning (ICML) , pages =
Integrated Architectures for Learning, Planning, and Reacting Based on Approximating Dynamic Programming , author =. Proceedings of the 7th International Conference on Machine Learning (ICML) , pages =. 1990 , publisher =
1990
-
[37]
and Boots, Byron and Theodorou, Evangelos A
Williams, Grady and Wagener, Nolan and Goldfain, Brian and Drews, Paul and Rehg, James M. and Boots, Byron and Theodorou, Evangelos A. , booktitle =. Information Theoretic. 2017 , organization =
2017
-
[38]
Advances in Neural Information Processing Systems (NeurIPS) , volume =
Learning Continuous Control Policies by Stochastic Value Gradients , author =. Advances in Neural Information Processing Systems (NeurIPS) , volume =
-
[39]
Nature , volume=
Mastering Atari, go, chess and shogi by planning with a learned model , author=. Nature , volume=. 2020 , publisher=
2020
-
[40]
and Levine, Sergey and Finn, Chelsea and Ma, Tengyu , title =
Yu, Tianhe and Thomas, Garrett and Yu, Lantao and Ermon, Stefano and Zou, James Y. and Levine, Sergey and Finn, Chelsea and Ma, Tengyu , title =. Advances in Neural Information Processing Systems (NeurIPS) , year =
-
[41]
Advances in Neural Information Processing Systems (NeurIPS) , year =
Kidambi, Rahul and Rajeswaran, Aravind and Netrapalli, Praneeth and Joachims, Thorsten , title =. Advances in Neural Information Processing Systems (NeurIPS) , year =
-
[42]
Learning for Dynamics and Control (L4DC) , year =
Lambert, Nathan and Amos, Brandon and Yadan, Omry and Calandra, Roberto , title =. Learning for Dynamics and Control (L4DC) , year =
-
[43]
Advances in Neural Information Processing Systems (NeurIPS) , year =
Curi, Sebastian and Berkenkamp, Felix and Krause, Andreas , title =. Advances in Neural Information Processing Systems (NeurIPS) , year =
-
[44]
Value-Aware Loss Function for Model-Based Reinforcement Learning , booktitle =
Farahmand, Amir-massoud and Barreto, Andr. Value-Aware Loss Function for Model-Based Reinforcement Learning , booktitle =
-
[45]
The Value Equivalence Principle for Model-Based Reinforcement Learning , booktitle =
Grimm, Christopher and Barreto, Andr. The Value Equivalence Principle for Model-Based Reinforcement Learning , booktitle =
-
[46]
and Silver, David , title =
Antonoglou, Ioannis and Schrittwieser, Julian and Ozair, Sherjil and Hubert, Thomas K. and Silver, David , title =. International Conference on Learning Representations (ICLR) , year =
-
[47]
Proceedings of the AAAI Conference on Artificial Intelligence , year =
Talvitie, Erik , title =. Proceedings of the AAAI Conference on Artificial Intelligence , year =
-
[48]
arXiv preprint arXiv:2203.09637 , year =
Lambert, Nathan and Pister, Kristofer and Calandra, Roberto , title =. arXiv preprint arXiv:2203.09637 , year =
-
[49]
Proceedings of the 38th International Conference on Machine Learning (ICML) , year =
Hubert, Thomas and Schrittwieser, Julian and Antonoglou, Ioannis and Barekatain, Mohammadamin and Schmitt, Simon and Silver, David , title =. Proceedings of the 38th International Conference on Machine Learning (ICML) , year =
-
[50]
Proceedings of the 39th International Conference on Machine Learning (ICML) , year =
Hansen, Nicklas and Wang, Xiaolong and Su, Hao , title =. Proceedings of the 39th International Conference on Machine Learning (ICML) , year =
-
[51]
and Darrell, Trevor , title =
Pathak, Deepak and Agrawal, Pulkit and Efros, Alexei A. and Darrell, Trevor , title =. Proceedings of the 34th International Conference on Machine Learning (ICML) , year =
-
[52]
International Conference on Learning Representations (ICLR) , year =
Burda, Yuri and Edwards, Harrison and Storkey, Amos and Klimov, Oleg , title =. International Conference on Learning Representations (ICLR) , year =
-
[53]
Advances in Neural Information Processing Systems (NeurIPS) , year =
Houthooft, Rein and Chen, Xi and Duan, Yan and Schulman, John and De Turck, Filip and Abbeel, Pieter , title =. Advances in Neural Information Processing Systems (NeurIPS) , year =
-
[54]
Proceedings of the 37th International Conference on Machine Learning (ICML) , year =
Sekar, Ramanan and Rybkin, Oleh and Daniilidis, Kostas and Abbeel, Pieter and Hafner, Danijar and Pathak, Deepak , title =. Proceedings of the 37th International Conference on Machine Learning (ICML) , year =
-
[55]
and Barto, Andrew G
Sutton, Richard S. and Barto, Andrew G. , title =
-
[56]
Nature , volume =
Silver, David and Schrittwieser, Julian and Simonyan, Karen and Antonoglou, Ioannis and Huang, Aja and Guez, Arthur and Hubert, Thomas and Baker, Lucas and Lai, Matthew and Bolton, Adrian and others , title =. Nature , volume =
-
[57]
and Guez, Arthur and Sifre, Laurent and van den Driessche, George and Schrittwieser, Julian and Antonoglou, Ioannis and Panneershelvam, Veda and Lanctot, Marc and others , title =
Silver, David and Huang, Aja and Maddison, Chris J. and Guez, Arthur and Sifre, Laurent and van den Driessche, George and Schrittwieser, Julian and Antonoglou, Ioannis and Panneershelvam, Veda and Lanctot, Marc and others , title =. Nature , volume =
-
[58]
Kahneman, Daniel , title =
-
[59]
Advances in Neural Information Processing Systems (NeurIPS) , year =
Revisiting the Linearization Trick for Zero-Shot Multi-Agent Communication , author =. Advances in Neural Information Processing Systems (NeurIPS) , year =
-
[60]
Proceedings of the 14th International Conference on Artificial Intelligence and Statistics (AISTATS) , pages =
A Reduction of Imitation Learning and Structured Prediction to No-Regret Online Learning , author =. Proceedings of the 14th International Conference on Artificial Intelligence and Statistics (AISTATS) , pages =
-
[61]
Proceedings of the 2nd Conference on Learning for Dynamics and Control (L4DC) , pages =
Model-Based Meta-Policy Optimization , author =. Proceedings of the 2nd Conference on Learning for Dynamics and Control (L4DC) , pages =. 2020 , publisher =
2020
-
[62]
and Tsitsiklis, John N
Konda, Vijay R. and Tsitsiklis, John N. , pages =. Actor-Critic Algorithms , type =
-
[63]
Mastering
Hafner, Danijar and Lillicrap, Timothy and Norouzi, Mohammad and Ba, Jimmy , booktitle =. Mastering. 2021 , url =
2021
-
[64]
Nature , volume =
Mastering diverse control tasks through world models , author =. Nature , volume =. 2025 , publisher =
2025
-
[65]
Nature , year =
Mastering Atari, Go, chess and shogi by planning with a learned model , author =. Nature , year =. doi:10.1038/s41586-020-03051-4 , publisher =
-
[66]
arXiv preprint arXiv:2411.02385 , year=
How far is video generation from world model: A physical law perspective , author=. arXiv preprint arXiv:2411.02385 , year=
-
[67]
arXiv e-prints , pages=
Do generative video models learn physical principles from watching videos? , author=. arXiv e-prints , pages=
- [68]
-
[69]
arXiv preprint arXiv:2410.05363 , year=
Towards world simulator: Crafting physical commonsense-based benchmark for video generation , author=. arXiv preprint arXiv:2410.05363 , year=
-
[70]
PhyWorldBench
" PhyWorldBench": A Comprehensive Evaluation of Physical Realism in Text-to-Video Models , author=. arXiv preprint arXiv:2507.13428 , year=
-
[71]
arXiv preprint arXiv:2503.21755 , year=
Vbench-2.0: Advancing video generation benchmark suite for intrinsic faithfulness , author=. arXiv preprint arXiv:2503.21755 , year=
-
[72]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
RoboWM-Bench: A Benchmark for Evaluating World Models in Robotic Manipulation , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[73]
arXiv preprint arXiv:2602.08971 , year=
Worldarena: A unified benchmark for evaluating perception and functional utility of embodied world models , author=. arXiv preprint arXiv:2602.08971 , year=
-
[74]
arXiv preprint arXiv:2605.19242 , year=
PhyWorld: Physics-Faithful World Model for Video Generation , author=. arXiv preprint arXiv:2605.19242 , year=
-
[75]
arXiv preprint arXiv:2603.23376 , year=
Abot-physworld: Interactive world foundation model for robotic manipulation with physics alignment , author=. arXiv preprint arXiv:2603.23376 , year=
-
[76]
arXiv preprint arXiv:2511.03997 , year=
PhysCorr: Dual-Reward DPO for Physics-Constrained Text-to-Video Generation with Automated Preference Selection , author=. arXiv preprint arXiv:2511.03997 , year=
-
[77]
arXiv preprint arXiv:2604.02817 , year=
MMPhysVideo: Scaling Physical Plausibility in Video Generation via Joint Multimodal Modeling , author=. arXiv preprint arXiv:2604.02817 , year=
-
[78]
2024 , url =
Video Generation Models as World Simulators , author =. 2024 , url =
2024
-
[79]
2024 , eprint =
Diffusion Forcing: Next-token Prediction Meets Full-Sequence Diffusion , author =. 2024 , eprint =
2024
-
[80]
2024 , eprint =
VideoPoet: A Large Language Model for Zero-Shot Video Generation , author =. 2024 , eprint =
2024
- [81]
-
[82]
2025 , eprint =
Cosmos World Foundation Model Platform for Physical AI , author =. 2025 , eprint =
2025
-
[83]
2024 , eprint =
Genie: Generative Interactive Environments , author =. 2024 , eprint =
2024
-
[84]
2024 , howpublished =
Parker-Holder, Jack and Ball, Philip and Bruce, Jake and Dasagi, Vibhavari and Holsheimer, Kristian and Kaplanis, Christos and Moufarek, Alexandre and Scully, Guy and Shar, Jeremy and Shi, Jimmy and Spencer, Stephen and Yung, Jessica and Dennis, Michael and Kenjeyev, Sultan an...
2024
-
[85]
2025 , howpublished =
2025
-
[86]
2025 , eprint =
Diffusion Models Are Real-Time Game Engines , author =. 2025 , eprint =
2025
-
[87]
2024 , eprint =
Diffusion for World Modeling: Visual Details Matter in Atari , author =. 2024 , eprint =
2024
-
[88]
2024 , url =
Oasis: A Universe in a Transformer , author =. 2024 , url =
2024
-
[89]
2023 , eprint =
GAIA-1: A Generative World Model for Autonomous Driving , author =. 2023 , eprint =
2023
-
[90]
2023 , eprint =
DriveDreamer: Towards Real-world-driven World Models for Autonomous Driving , author =. 2023 , eprint =
2023
-
[91]
2023 , eprint =
Driving into the Future: Multiview Visual Forecasting and Planning with World Model for Autonomous Driving , author =. 2023 , eprint =
2023
-
[92]
2026 , month = feb, url =
The Waymo World Model: A New Frontier for Autonomous Driving Simulation , author =. 2026 , month = feb, url =
2026
-
[93]
2025 , eprint =
Seedance 1.0: Exploring the Boundaries of Video Generation Models , author =. 2025 , eprint =
2025
- [94]
-
[95]
2026 , url =
Happy Horse 1.0 , author =. 2026 , url =
2026
-
[96]
2025 , eprint =
Video Models Are Zero-Shot Learners and Reasoners , author =. 2025 , eprint =
2025
-
[97]
2024 , eprint =
Movie Gen: A Cast of Media Foundation Models , author =. 2024 , eprint =
2024
- [98]
-
[99]
2025 , eprint =
HunyuanVideo 1.5 Technical Report , author =. 2025 , eprint =
2025
-
[100]
2024 , eprint =
CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer , author =. 2024 , eprint =
2024
- [101]
-
[102]
2025 , url =
Introducing Runway Gen-4 , author =. 2025 , url =
2025
-
[103]
Finish Every Cut , author =
Ray: Direct Any Frame. Finish Every Cut , author =. 2025 , url =
2025
-
[104]
2025 , url =
Pika , author =. 2025 , url =
2025
-
[105]
2025 , eprint =
World Model on Million-Length Video And Language With Blockwise RingAttention , author =. 2025 , eprint =
2025
-
[106]
2024 , eprint =
WorldGPT: Empowering LLM as Multimodal World Model , author =. 2024 , eprint =
2024
-
[107]
2025 , eprint =
HERMES: A Unified Self-Driving World Model for Simultaneous 3D Scene Understanding and Generation , author =. 2025 , eprint =
2025
-
[108]
2026 , eprint =
HERMES++: Toward a Unified Driving World Model for 3D Scene Understanding and Generation , author =. 2026 , eprint =
2026
-
[109]
2026 , eprint =
GaussianDWM: 3D Gaussian Driving World Model for Unified Scene Understanding and Multi-Modal Generation , author =. 2026 , eprint =
2026
-
[110]
2026 , eprint =
UniDrive-WM: Unified Understanding, Planning and Generation World Model For Autonomous Driving , author =. 2026 , eprint =
2026
-
[111]
2025 , eprint =
Chameleon: Mixed-Modal Early-Fusion Foundation Models , author =. 2025 , eprint =
2025
-
[112]
2024 , eprint =
Janus: Decoupling Visual Encoding for Unified Multimodal Understanding and Generation , author =. 2024 , eprint =
2024
-
[113]
2025 , eprint =
Janus-Pro: Unified Multimodal Understanding and Generation with Data and Model Scaling , author =. 2025 , eprint =
2025
-
[114]
2026 , eprint=
The Trinity of Consistency as a Defining Principle for General World Models , author=. 2026 , eprint=
2026
-
[115]
2024 , eprint =
Emu3: Next-Token Prediction is All You Need , author =. 2024 , eprint =
2024
-
[116]
2025 , eprint =
Emu3.5: Native Multimodal Models are World Learners , author =. 2025 , eprint =
2025
-
[117]
2026 , eprint =
World Action Models: The Next Frontier in Embodied AI , author =. 2026 , eprint =
2026
-
[118]
2026 , eprint =
World Action Models are Zero-shot Policies , author =. 2026 , eprint =
2026
- [119]
-
[120]
2026 , eprint =
Causal World Modeling for Robot Control , author =. 2026 , eprint =
2026
-
[121]
Pengfei Zhou and Shengcong Chen and Di Chen and Jiaxu Wang and Rongjun Jin and Bingwen Zhu and Yike Pan and Songen Gu and Kuanning Wang and Shufeng Nan and Xingyu Qiu and Chenhao Qiu and Pu Yang and Yunuo Cai and Jianxiong Gao and Yifan Li and Yanwei Fu and Xiangyu Yue and Zhi...
-
[122]
2025 , eprint =
Unified World Models: Coupling Video and Action Diffusion for Pretraining on Large Robotic Datasets , author =. 2025 , eprint =
2025
-
[123]
2026 , eprint =
Cosmos Policy: Fine-Tuning Video Models for Visuomotor Control and Planning , author =. 2026 , eprint =
2026
-
[124]
2026 , eprint =
GigaWorld-Policy: An Efficient Action-Centered World--Action Model , author =. 2026 , eprint =
2026
-
[125]
2026 , eprint =
Fast-WAM: Do World Action Models Need Test-time Future Imagination? , author =. 2026 , eprint =
2026
-
[126]
2026 , eprint =
Flash-WAM: Modality-Aware Distillation for World Action Models , author =. 2026 , eprint =
2026
-
[127]
2026 , eprint =
Unified 4D World Action Modeling from Video Priors with Asynchronous Denoising , author =. 2026 , eprint =
2026
- [128]
-
[129]
2019 , eprint =
Learning Latent Dynamics for Planning from Pixels , author =. 2019 , eprint =
2019
-
[130]
2021 , eprint =
Mastering Atari with Discrete World Models , author =. 2021 , eprint =
2021
-
[131]
2023 , eprint =
Mastering Diverse Domains through World Models , author =. 2023 , eprint =
2023
-
[132]
2023 , eprint =
TD-MPC2: Scalable, Robust World Models for Continuous Control , author =. 2023 , eprint =
2023
-
[133]
2019 , eprint =
Contrastive Learning of Structured World Models , author =. 2019 , eprint =
2019
- [134]
-
[135]
2022 , eprint =
DreamingV2: Reinforcement Learning with Discrete World Models without Reconstruction , author =. 2022 , eprint =
2022
-
[136]
2023 , eprint =
ReCoRe: Regularized Contrastive Representation Learning of World Model , author =. 2023 , eprint =
2023
-
[137]
2023 , eprint =
Self-Supervised Learning from Images with a Joint-Embedding Predictive Architecture , author =. 2023 , eprint =
2023
-
[138]
2024 , eprint =
Revisiting Feature Prediction for Learning Visual Representations from Video , author =. 2024 , eprint =
2024
-
[139]
2025 , eprint =
V-JEPA 2: Self-Supervised Video Models Enable Understanding, Prediction and Planning , author =. 2025 , eprint =
2025
-
[140]
2025 , eprint =
Motus: A Unified Latent Action World Model , author =. 2025 , eprint =
2025
-
[141]
2026 , eprint =
LDA-1B: Scaling Latent Dynamics Action Model via Universal Embodied Data Ingestion , author =. 2026 , eprint =
2026
-
[142]
2026 , howpublished =
A Functional Taxonomy of World Models , author =. 2026 , howpublished =
2026
-
[143]
2026 , howpublished =
Genesis World: Simulation Platform for Physical AI Development , author =. 2026 , howpublished =
2026
-
[144]
2026 , howpublished =
Lightwheel: Data and Simulation Infrastructure for Physical AI , author =. 2026 , howpublished =
2026
-
[145]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Physx-anything: Simulation-ready physical 3d assets from single image , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
-
[146]
arXiv preprint arXiv:2605.21572 , year=
PhysX-Omni: Unified Simulation-Ready Physical 3D Generation for Rigid, Deformable, and Articulated Objects , author=. arXiv preprint arXiv:2605.21572 , year=
-
[147]
arXiv preprint arXiv:2501.12202 , year=
Hunyuan3d 2.0: Scaling diffusion models for high resolution textured 3d assets generation , author=. arXiv preprint arXiv:2501.12202 , year=
-
[148]
arXiv preprint arXiv:2506.15442 , year=
Hunyuan3d 2.1: From images to high-fidelity 3d assets with production-ready pbr material , author=. arXiv preprint arXiv:2506.15442 , year=
-
[149]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Triposg: High-fidelity 3d shape synthesis using large-scale rectified flow models , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[150]
arXiv preprint arXiv:1709.06158 , year=
Matterport3d: Learning from rgb-d data in indoor environments , author=. arXiv preprint arXiv:1709.06158 , year=
-
[151]
Proceedings of the IEEE/CVF international conference on computer vision , pages=
Habitat: A platform for embodied ai research , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=
-
[152]
International Conference on Learning Representations , volume=
Habitat 3.0: A co-habitat for humans, avatars, and robots , author=. International Conference on Learning Representations , volume=
-
[153]
Conference on robot learning , pages=
CARLA: An open urban driving simulator , author=. Conference on robot learning , pages=. 2017 , organization=
2017
-
[154]
arXiv preprint arXiv:2007.04954 , year=
Threedworld: A platform for interactive multi-modal physical simulation , author=. arXiv preprint arXiv:2007.04954 , year=
2007 arXiv
-
[155]
arXiv preprint arXiv:2606.03551 , year=
NVIDIA Isaac Sim: Enabling Scalable, GPU-Accelerated Simulation for Robotics , author=. arXiv preprint arXiv:2606.03551 , year=
-
[156]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
High-resolution image synthesis with latent diffusion models , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[157]
Conference on Robot Learning , pages=
Masked world models for visual control , author=. Conference on Robot Learning , pages=. 2023 , organization=
2023
-
[158]
arXiv preprint arXiv:2412.14803 , year=
Video prediction policy: A generalist robot policy with predictive visual representations , author=. arXiv preprint arXiv:2412.14803 , year=
-
[159]
2017 IEEE/RSJ international conference on intelligent robots and systems (IROS) , pages=
Domain randomization for transferring deep neural networks from simulation to the real world , author=. 2017 IEEE/RSJ international conference on intelligent robots and systems (IROS) , pages=. 2017 , organization=
2017
-
[160]
2018 IEEE international conference on robotics and automation (ICRA) , pages=
Sim-to-real transfer of robotic control with dynamics randomization , author=. 2018 IEEE international conference on robotics and automation (ICRA) , pages=. 2018 , organization=
2018
-
[161]
2018 IEEE international conference on robotics and automation (ICRA) , pages=
Neural network dynamics for model-based deep reinforcement learning with model-free fine-tuning , author=. 2018 IEEE international conference on robotics and automation (ICRA) , pages=. 2018 , organization=
2018
-
[162]
arXiv preprint arXiv:1803.11347 , year=
Learning to adapt in dynamic, real-world environments through meta-reinforcement learning , author=. arXiv preprint arXiv:1803.11347 , year=
-
[163]
2016 , eprint=
Unsupervised Learning for Physical Interaction through Video Prediction , author=. 2016 , eprint=
2016
-
[164]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Masked Autoencoders Are Scalable Vision Learners , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=. 2022 , url=
2022
-
[165]
Advances in Neural Information Processing Systems , volume=
VideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training , author=. Advances in Neural Information Processing Systems , volume=. 2022 , url=
2022
-
[166]
2020 , eprint=
Scaling Laws for Neural Language Models , author=. 2020 , eprint=
2020
-
[167]
2022 , eprint=
Training Compute-Optimal Large Language Models , author=. 2022 , eprint=
2022
-
[168]
Proceedings of the 42nd International Conference on Machine Learning , series=
Scaling Laws for Pre-training Agents and World Models , author=. Proceedings of the 42nd International Conference on Machine Learning , series=. 2025 , publisher=
2025
-
[169]
2022 , howpublished=
Build Custom Synthetic Data Generation Pipelines with Omniverse Replicator , author=. 2022 , howpublished=
2022
-
[170]
2025 , howpublished=
Enhance Robot Learning with Synthetic Trajectory Data Generated by World Foundation Models , author=. 2025 , howpublished=
2025
-
[171]
Advances in Neural Information Processing Systems , volume=
Chain-of-Thought Prompting Elicits Reasoning in Large Language Models , author=. Advances in Neural Information Processing Systems , volume=. 2022 , url=
2022
-
[172]
2024 , eprint=
Training Large Language Models to Reason in a Continuous Latent Space , author=. 2024 , eprint=
2024
-
[173]
2024 , eprint=
MineDreamer: Learning to Follow Instructions via Chain-of-Imagination for Simulated-World Control , author=. 2024 , eprint=
2024
-
[174]
2025 , eprint=
Latent Chain-of-Thought World Modeling for End-to-End Driving , author=. 2025 , eprint=
2025
-
[175]
2025 , eprint=
FutureX: Enhance End-to-End Autonomous Driving via Latent Chain-of-Thought World Model , author=. 2025 , eprint=
2025
-
[176]
Causality: Models, Reasoning, and Inference , author=
-
[177]
Journal of Educational Psychology , volume=
Estimating Causal Effects of Treatments in Randomized and Nonrandomized Studies , author=. Journal of Educational Psychology , volume=. 1974 , doi=
1974
-
[178]
Advances in Neural Information Processing Systems , volume=
Deep Structural Causal Models for Tractable Counterfactual Inference , author=. Advances in Neural Information Processing Systems , volume=. 2020 , url=
2020
-
[179]
Proceedings of the IEEE , volume=
Toward Causal Representation Learning , author=. Proceedings of the IEEE , volume=. 2021 , doi=
2021
-
[180]
Advances in Neural Information Processing Systems , volume=
MoCoDA: Model-Based Counterfactual Data Augmentation , author=. Advances in Neural Information Processing Systems , volume=. 2022 , url=
2022
-
[181]
The Twelfth International Conference on Learning Representations , year=
Robust Agents Learn Causal World Models , author=. The Twelfth International Conference on Learning Representations , year=
-
[182]
2024 , eprint=
The Essential Role of Causality in Foundation World Models for Embodied AI , author=. 2024 , eprint=
2024
-
[183]
Probabilistic and Causal Inference: The Works of Judea Pearl , editor=
On Pearl's Hierarchy and the Foundations of Causal Inference , author=. Probabilistic and Causal Inference: The Works of Judea Pearl , editor=. 2022 , doi=
2022
-
[184]
2023 , eprint=
Counterfactual (Non-)identifiability of Learned Structural Causal Models , author=. 2023 , eprint=
2023
-
[185]
2026 , doi=
A Survey of Embodied World Models , author=. 2026 , doi=
2026
-
[186]
Artificial Intelligence , volume=
Between MDPs and Semi-MDPs: A Framework for Temporal Abstraction in Reinforcement Learning , author=. Artificial Intelligence , volume=. 1999 , doi=
1999
-
[187]
Journal of Artificial Intelligence Research , volume=
Hierarchical Reinforcement Learning with the MAXQ Value Function Decomposition , author=. Journal of Artificial Intelligence Research , volume=. 2000 , doi=
2000
-
[188]
2022 , eprint=
Deep Hierarchical Planning from Pixels , author=. 2022 , eprint=
2022
-
[189]
The Twelfth International Conference on Learning Representations , year=
Learning Hierarchical World Models with Adaptive Temporal Abstractions from Discrete Latent Dynamics , author=. The Twelfth International Conference on Learning Representations , year=
-
[190]
2018 , eprint=
Unsupervised Predictive Memory in a Goal-Directed Agent , author=. 2018 , eprint=
2018
-
[191]
Proceedings of the 34th International Conference on Machine Learning , series=
Neural Episodic Control , author=. Proceedings of the 34th International Conference on Machine Learning , series=. 2017 , publisher=
2017
-
[192]
Proceedings of the 38th International Conference on Machine Learning , series=
Generalizable Episodic Memory for Deep Reinforcement Learning , author=. Proceedings of the 38th International Conference on Machine Learning , series=. 2021 , publisher=
2021
-
[193]
The Twelfth International Conference on Learning Representations , year=
Mastering Memory Tasks with World Models , author=. The Twelfth International Conference on Learning Representations , year=
-
[194]
Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence , year=
Self-Correcting Models for Model-Based Reinforcement Learning , author=. Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence , year=
- [195]
-
[196]
European Conference on Computer Vision , year=
NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis , author=. European Conference on Computer Vision , year=
-
[197]
ACM Transactions on Graphics , volume=
3D Gaussian Splatting for Real-Time Radiance Field Rendering , author=. ACM Transactions on Graphics , volume=
-
[198]
European Conference on Computer Vision , year=
OccWorld: Learning a 3D Occupancy World Model for Autonomous Driving , author=. European Conference on Computer Vision , year=
-
[199]
arXiv preprint arXiv:2505.05512 , year=
Occupancy World Model for Robots , author=. arXiv preprint arXiv:2505.05512 , year=
-
[200]
IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
DriveWorld: 4D Pre-trained Scene Understanding via World Models for Autonomous Driving , author=. IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
-
[201]
arXiv preprint arXiv:2409.11356 , year=
RenderWorld: World Model with Self-Supervised 3D Label , author=. arXiv preprint arXiv:2409.11356 , year=
-
[202]
Advances in Neural Information Processing Systems , year=
Object-Centric Learning with Slot Attention , author=. Advances in Neural Information Processing Systems , year=
-
[203]
International Conference on Learning Representations , year=
Conditional Object-Centric Learning from Video , author=. International Conference on Learning Representations , year=
-
[204]
Advances in Neural Information Processing Systems , year=
SAVi++: Towards End-to-End Object-Centric Learning from Real-World Videos , author=. Advances in Neural Information Processing Systems , year=
-
[205]
Conference on Robot Learning , year=
Entity Abstraction in Visual Model-Based Reinforcement Learning , author=. Conference on Robot Learning , year=
-
[206]
arXiv preprint arXiv:2405.20337 , year=
OccSora: 4D Occupancy Generation Models as World Simulators for Autonomous Driving , author=. arXiv preprint arXiv:2405.20337 , year=
-
[207]
arXiv preprint arXiv:2408.14197 , year=
Driving in the Occupancy World: Vision-Centric 4D Occupancy Forecasting and Planning via World Models for Autonomous Driving , author=. arXiv preprint arXiv:2408.14197 , year=
- [208]
-
[209]
arXiv preprint arXiv:2412.10373 , year=
GaussianWorld: Gaussian World Model for Streaming 3D Occupancy Prediction , author=. arXiv preprint arXiv:2412.10373 , year=
-
[210]
arXiv preprint arXiv:2508.17600 , year=
GWM: Towards Scalable Gaussian World Models for Robotic Manipulation , author=. arXiv preprint arXiv:2508.17600 , year=
-
[211]
International Conference on Learning Representations , year=
SlotFormer: Unsupervised Visual Dynamics Simulation with Object-Centric Models , author=. International Conference on Learning Representations , year=
-
[212]
arXiv preprint arXiv:2307.02427 , year=
FOCUS: Object-Centric World Models for Robotics Manipulation , author=. arXiv preprint arXiv:2307.02427 , year=
-
[213]
arXiv preprint arXiv:2503.06170 , year=
Object-Centric World Model for Language-Guided Manipulation , author=. arXiv preprint arXiv:2503.06170 , year=
-
[214]
arXiv preprint arXiv:2501.01895 , year=
EnerVerse: Envisioning Embodied Future Space for Robotics Manipulation , author=. arXiv preprint arXiv:2501.01895 , year=
-
[215]
arXiv preprint arXiv:2505.09723 , year=
EnerVerse-AC: Envisioning Embodied Environments with Action Condition , author=. arXiv preprint arXiv:2505.09723 , year=
-
[216]
2025 , howpublished=
Marble: A Multimodal World Model , author=. 2025 , howpublished=
2025
-
[217]
arXiv preprint arXiv:2603.25040 , year=
Intern-s1-pro: Scientific multimodal foundation model at trillion scale , author=. arXiv preprint arXiv:2603.25040 , year=
-
[218]
Science , volume=
Learning skillful medium-range global weather forecasting , author=. Science , volume=. 2023 , publisher=
2023
-
[219]
Science , volume =
Learning skillful medium-range global weather forecasting , author =. Science , volume =. 2023 , doi =
2023
-
[220]
Nature , volume=
Probabilistic weather forecasting with machine learning , author=. Nature , volume=. 2025 , publisher=
2025
-
[221]
arXiv preprint arXiv:2304.02948 , year=
Fengwu: Pushing the skillful global medium-range weather forecast beyond 10 days lead , author=. arXiv preprint arXiv:2304.02948 , year=
-
[222]
arXiv preprint arXiv:2411.10191 , year=
FengWu-W2S: A deep learning model for seamless weather-to-subseasonal forecast of global atmosphere , author=. arXiv preprint arXiv:2411.10191 , year=
-
[223]
arXiv preprint arXiv:2506.02327 , year=
Medical world model: Generative simulation of tumor evolution for treatment planning , author=. arXiv preprint arXiv:2506.02327 , year=
-
[224]
Nature , volume=
Learning the natural history of human disease with generative transformers , author=. Nature , volume=. 2025 , publisher=
2025
-
[225]
Nature , volume=
An autonomous laboratory for the accelerated synthesis of inorganic materials , author=. Nature , volume=
-
[226]
arXiv preprint arXiv:2508.14111 , year=
From ai for science to agentic science: A survey on autonomous scientific discovery , author=. arXiv preprint arXiv:2508.14111 , year=
-
[227]
arXiv preprint arXiv:2507.02379 , year=
An AI-native experimental laboratory for autonomous biomolecular engineering , author=. arXiv preprint arXiv:2507.02379 , year=
-
[228]
arXiv preprint arXiv:2508.15763 , year=
Intern-s1: A scientific multimodal foundation model , author=. arXiv preprint arXiv:2508.15763 , year=
-
[229]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
VBench: Comprehensive Benchmark Suite for Video Generative Models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , year=
- [230]
-
[231]
Journal of artificial intelligence research , volume=
The arcade learning environment: An evaluation platform for general agents , author=. Journal of artificial intelligence research , volume=
-
[232]
arXiv preprint arXiv:1801.00690 , year=
Deepmind control suite , author=. arXiv preprint arXiv:1801.00690 , year=
-
[233]
arXiv preprint arXiv:2506.18123 , year=
Roboarena: Distributed real-world evaluation of generalist robot policies , author=. arXiv preprint arXiv:2506.18123 , year=
-
[234]
1943 , publisher =
The Nature of Explanation , author =. 1943 , publisher =
1943
-
[235]
2018 , eprint =
World Models , author =. 2018 , eprint =
2018
-
[236]
2024 , eprint =
Understanding World or Predicting Future? A Comprehensive Survey of World Models , author =. 2024 , eprint =
2024
-
[237]
2023 , eprint =
Introduction to Latent Variable Energy-Based Models: A Path Towards Autonomous Machine Intelligence , author =. 2023 , eprint =
2023
-
[238]
2, 2022-06-27 , author=
A path towards autonomous machine intelligence version 0.9. 2, 2022-06-27 , author=. Open Review , volume=
2022
- [239]
-
[240]
2019 , eprint =
Hierarchical Foresight: Self-Supervised Learning of Long-Horizon Tasks via Visual Subgoal Generation , author =. 2019 , eprint =
2019
-
[241]
2025 , eprint =
Self Forcing: Bridging the Train-Test Gap in Autoregressive Video Diffusion , author =. 2025 , eprint =
2025
-
[242]
Journal of Computational Physics , volume =
Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations , author =. Journal of Computational Physics , volume =. 2019 , doi =
2019
-
[243]
Advances in Neural Information Processing Systems , volume =
Hamiltonian Neural Networks , author =. Advances in Neural Information Processing Systems , volume =. 2019 , url =
2019
-
[244]
2020 , eprint =
Lagrangian Neural Networks , author =. 2020 , eprint =
2020
-
[245]
International Conference on Learning Representations , year =
Symplectic ODE-Net: Learning Hamiltonian Dynamics with Control , author =. International Conference on Learning Representations , year =
-
[246]
Proceedings of the 37th International Conference on Machine Learning , series =
Learning to Simulate Complex Physics with Graph Networks , author =. Proceedings of the 37th International Conference on Machine Learning , series =. 2020 , publisher =
2020
-
[247]
International Conference on Learning Representations , year =
Learning Mesh-Based Simulation with Graph Networks , author =. International Conference on Learning Representations , year =
-
[248]
Advances in Neural Information Processing Systems , volume =
End-to-End Differentiable Physics for Learning and Control , author =. Advances in Neural Information Processing Systems , volume =. 2018 , url =
2018
-
[249]
International Conference on Learning Representations , year =
DiffTaichi: Differentiable Programming for Physical Simulation , author =. International Conference on Learning Representations , year =
- [250]
-
[251]
arXiv preprint arXiv:2605.19728 , year =
Aero-World: Action-Conditioned Aerial Video Generation from Inertial Controls , author =. arXiv preprint arXiv:2605.19728 , year =
-
[252]
2025 , url =
Huang, Yanjia and Liu, Shuo and Liu, Sheng and Xu, Qingxiao and Wu, Mingyang and Gao, Xiangbo and Tu, Zhengzhong , journal =. 2025 , url =
2025
-
[253]
arXiv preprint arXiv:2303.04137 , year =
Diffusion Policy: Visuomotor Policy Learning via Action Diffusion , author =. arXiv preprint arXiv:2303.04137 , year =
-
[254]
2020 , url =
Yu, Alex and Ye, Vickie and Tancik, Matthew and Kanazawa, Angjoo , journal =. 2020 , url =
2020
-
[255]
arXiv preprint arXiv:2303.11328 , year =
Zero-1-to-3: Zero-shot One Image to 3D Object , author =. arXiv preprint arXiv:2303.11328 , year =
-
[256]
2026 , url =
Kang, Minjun and Shin, Inkyu and Lee, Taeyeop and Kim, Myungchul and Kweon, In So and Yoon, Kuk-Jin , journal =. 2026 , url =
2026
-
[257]
arXiv preprint arXiv:2310.08864 , year =
Open X-Embodiment: Robotic Learning Datasets and RT-X Models , author =. arXiv preprint arXiv:2310.08864 , year =
- [258]
-
[259]
doi:10.48550/arXiv.2503.20215 , url =
Xu, Jin and Guo, Zhifang and He, Jinzheng and Hu, Hangrui and He, Ting and Bai, Shuai and Chen, Keqin and Wang, Jialin and Fan, Yang and Dang, Kai and Zhang, Bin and Wang, Xiong and Chu, Yunfei and Lin, Junyang , year =. doi:10.48550/arXiv.2503.20215 , url =. 2503.20215 , arch...
-
[260]
Conference on Robot Learning , pages=
Rt-2: Vision-language-action models transfer web knowledge to robotic control , author=. Conference on Robot Learning , pages=. 2023 , organization=
2023
-
[261]
2026 , doi =
A Survey of Embodied World Models , author =. 2026 , doi =
2026
-
[262]
2024 , eprint =
Generative Modeling of Molecular Dynamics Trajectories , author =. 2024 , eprint =
2024
-
[263]
Artificial Intelligence , volume =
Planning and acting in partially observable stochastic domains , author =. Artificial Intelligence , volume =. 1998 , publisher =
1998
-
[264]
2026 , eprint =
VLA-JEPA: Enhancing Vision-Language-Action Model with Latent World Model , author =. 2026 , eprint =
2026
-
[265]
2025 , eprint =
Social World Models , author =. 2025 , eprint =
2025
-
[266]
Proceedings of the 37th International Conference on Machine Learning , pages =
Performative Prediction , author =. Proceedings of the 37th International Conference on Machine Learning , pages =. 2020 , series =
2020
-
[267]
Basic principles of virtual element methods , journal =
Beir. Basic principles of virtual element methods , journal =. 2013 , doi =
2013
-
[268]
The Hitchhiker's Guide to the Virtual Element Method , journal =
Beir. The Hitchhiker's Guide to the Virtual Element Method , journal =. 2014 , doi =
2014
-
[269]
Virtual Element Method for general second-order elliptic problems on polygonal meshes , journal =
Beir. Virtual Element Method for general second-order elliptic problems on polygonal meshes , journal =. 2016 , doi =
2016
-
[270]
A virtual element method for elastic and inelastic problems on polytope meshes , journal =
Beir. A virtual element method for elastic and inelastic problems on polytope meshes , journal =. 2015 , doi =
2015
-
[271]
and Rust, W
Wriggers, P. and Rust, W. T. and Reddy, B. D. , title =. Computational Mechanics , volume =. 2016 , doi =
2016
-
[272]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year =
Xie, Tianyi and Zong, Zeshun and Qiu, Yuxing and Li, Xuan and Feng, Yutao and Yang, Yin and Jiang, Chenfanfu , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year =
-
[273]
Computers & Structures , pages =
Berrone, Stefano and Pintore, Moreno and Teora, Gioana , title =. Computers & Structures , pages =. 2025 , doi =
2025
-
[274]
Antonietti, P. F. and Manuzzi, E. , title =. Journal of Computational Physics , volume =. 2022 , doi =
2022
-
[275]
arXiv preprint arXiv:2410.18072 , year=
Worldsimbench: Towards video generation models as world simulators , author=. arXiv preprint arXiv:2410.18072 , year=
-
[276]
arXiv preprint arXiv:2505.09694 , year=
Ewmbench: Evaluating scene, motion, and semantic quality in embodied world models , author=. arXiv preprint arXiv:2505.09694 , year=
-
[277]
arXiv preprint arXiv:2604.21686 , year=
WorldMark: A Unified Benchmark Suite for Interactive Video World Models , author=. arXiv preprint arXiv:2604.21686 , year=
-
[278]
arXiv preprint arXiv:2605.25874 , year=
WBench: A Comprehensive Multi-turn Benchmark for Interactive Video World Model Evaluation , author=. arXiv preprint arXiv:2605.25874 , year=
-
[279]
arXiv preprint arXiv:2606.00793 , year=
MBench: A Comprehensive Benchmark on Memory Capability for Video World Models , author=. arXiv preprint arXiv:2606.00793 , year=
-
[280]
arXiv preprint arXiv:2506.04363 , year=
WorldPrediction: A Benchmark for High-level World Modeling and Long-horizon Procedural Planning , author=. arXiv preprint arXiv:2506.04363 , year=
-
[281]
arXiv e-prints , pages=
iWorld-Bench: A Benchmark for Interactive World Models with a Unified Action Generation Framework , author=. arXiv e-prints , pages=
-
[282]
arXiv preprint arXiv:2605.10434 , year=
WorldReasonBench: Human-Aligned Stress Testing of Video Generators as Future World-State Predictors , author=. arXiv preprint arXiv:2605.10434 , year=
-
[283]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
Worldscore: A unified evaluation benchmark for world generation , author=. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages=
-
[284]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
4dworldbench: A comprehensive evaluation framework for 3d/4d world generation models , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages=
Reviewed July 8, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.