Search papers, labs, and topics across Lattice.
This paper introduces GS-Agent, an innovative multi-agent framework that automates the creation of dynamic and physically realistic 4D worlds from natural language descriptions by integrating physics engines into the generation process. By mimicking human methodologies in world-building, GS-Agent decomposes the task into distinct components such as entity management and rendering configuration, enabling multiple specialized agents to collaborate and iteratively refine the generated environments. Experimental results demonstrate that GS-Agent can produce diverse, interactive 4D worlds that maintain physical plausibility and offer advanced control over cinematic elements like camera and lighting.
GS-Agent transforms natural language into intricate 4D worlds, showcasing a new era of automated creative content generation that rivals traditional manual methods.
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 to fine-tune materials, motions, and visual fidelity. Recent advances in generative foundation models have sparked interest in learning to generate such 4D worlds from large-scale data; however, existing methods still struggle to ensure physical plausibility and controllability. In this work, we take a different path by leveraging foundation models to construct an agentic system that emulates how humans traditionally create 4D worlds, yet automates the entire process. We present GS-Agent, an end-to-end multi-agent framework that integrates physics engines in the loop to generate realistic, dynamic, and controllable 4D physical worlds from natural language. Inspired by how humans build 4D worlds, GS-Agent decomposes the task into entity management, covering 3D asset curation, material tuning, placement, and motion control, and rendering configuration, including camera and lighting manipulation. Multiple agents with distinct expertise interact with the physics engine via code, seek multimodal feedback, and collaborate to iteratively construct 4D worlds that align with the given descriptions. Experimental results show that GS-Agent effectively converts natural language into diverse and physically plausible 4D worlds exhibiting rich interactions among liquids, deformable objects, and rigid bodies, while achieving cinematic camera and lighting control. We envision GS-Agent as a foundation for a new paradigm in 4D world generation, empowering creative content creation and physical AI. Project page at https://umass-embodied-agi.github.io/gs-agent/