Code2Worlds: Empowering Coding LLMs for 4D World Generation
Yi Zhang, Yunshuang Wang, Zeyu Zhang, Hao Tang
TL;DR
This work addresses the challenge of generating physically grounded 4D world dynamics from natural language. It introduces Code2Worlds, a language-to-simulation framework with a dual-stream architecture that separates object-level detail from environmental orchestration, and a physics-aware closed-loop that uses PostProcess and VLM-based critics to iteratively refine dynamics. The authors propose Code4D as a dedicated benchmark and demonstrate that Code2Worlds outperforms static or single-pass baselines across object fidelity, scene richness, and 4D dynamics, achieving high SGS, Richness, and low physics failure rates. The approach advances safe and controllable sim-to-real embodied AI, while acknowledging computational overhead and biases and pointing to future directions such as neural physics distillation to accelerate generation.
Abstract
Achieving spatial intelligence requires moving beyond visual plausibility to build world simulators grounded in physical laws. While coding LLMs have advanced static 3D scene generation, extending this paradigm to 4D dynamics remains a critical frontier. This task presents two fundamental challenges: multi-scale context entanglement, where monolithic generation fails to balance local object structures with global environmental layouts; and a semantic-physical execution gap, where open-loop code generation leads to physical hallucinations lacking dynamic fidelity. We introduce Code2Worlds, a framework that formulates 4D generation as language-to-simulation code generation. First, we propose a dual-stream architecture that disentangles retrieval-augmented object generation from hierarchical environmental orchestration. Second, to ensure dynamic fidelity, we establish a physics-aware closed-loop mechanism in which a PostProcess Agent scripts dynamics, coupled with a VLM-Motion Critic that performs self-reflection to iteratively refine simulation code. Evaluations on the Code4D benchmark show Code2Worlds outperforms baselines with a 41% SGS gain and 49% higher Richness, while uniquely generating physics-aware dynamics absent in prior static methods. Code: https://github.com/AIGeeksGroup/Code2Worlds. Website: https://aigeeksgroup.github.io/Code2Worlds.
