paper-with-me

홈 › Papers

Code2Worlds: Empowering Coding LLMs for 4D World Generation

2026-02-12 · Yi Zhang, Yunshuang Wang, Zeyu Zhang, Hao Tang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.11757

Code (0)

등록된 구현이 없습니다.

Tasks

Scene GenerationCode Generation

Similar Papers 제목 키워드 기반

Steve-Eye: Equipping LLM-based Embodied Agents with Visual Perception in Open Worlds

2023-10-20 · Sipeng Zheng, Jiazheng Liu, Yicheng Feng, Zongqing Lu

Recent studies have presented compelling evidence that large language models (LLMs) can equip embodied agents with the self-driven capability to interact with the world, which marks an initial step toward versatile robot…

GS-Agent: Creating 4D Physical Worlds With Generative Simulation

2026-07-23 · Hongxin Zhang, Chunru Lin, Junyan Li, Zhou Xian 외 arxiv

Creating dynamic and physically realistic 4D worlds from natural language descriptions is both fascinating and challenging. Traditional computer graphics methods rely on manual creation, requiring extensive human effort …

Word2World: Generating Stories and Worlds through Large Language Models

2024-05-06 · Muhammad U. Nasir, Steven James, Julian Togelius

Large Language Models (LLMs) have proven their worth across a diverse spectrum of disciplines. LLMs have shown great potential in Procedural Content Generation (PCG) as well, but directly generating a level through a pre…

Game Design

MULTIVERSE: Exposing Large Language Model Alignment Problems in Diverse Worlds

2024-01-25 · Xiaolong Jin, Zhuo Zhang, Xiangyu Zhang

Large Language Model (LLM) alignment aims to ensure that LLM outputs match with human values. Researchers have demonstrated the severity of alignment problems with a large spectrum of jailbreak techniques that can induce…

Language ModelingLanguage ModellingLarge Language Model

Bringing Stories Alive: Generating Interactive Fiction Worlds

2020-01-28 · Prithviraj Ammanabrolu, Wesley Cheung, Dan Tu, William Broniec 외

World building forms the foundation of any task that requires narrative intelligence. In this work, we focus on procedurally generating interactive fiction worlds---text-based worlds that players "see" and "talk to" usin…

Text Generation