SAGE: Scalable Agentic 3D Scene Generation for Embodied AI
Hongchi Xia, Xuan Li, Zhaoshuo Li, Qianli Ma, Jiashu Xu, Ming-Yu Liu, Yin Cui, Tsung-Yi Lin, Wei-Chiu Ma, Shenlong Wang, Shuran Song, Fangyin Wei
TL;DR
SAGE addresses the data bottleneck in embodied AI by generating open-domain, physically valid 3D indoor scenes directly from user prompts. It combines an agentic MCP-driven orchestration of scene generators with dual visual and physics critics, enabling self-correcting, simulator-validated scene creation. Through multi-level scene augmentation and automatic action synthesis, SAGE delivers scalable, diverse, and simulation-ready data that improves policy learning and generalization to unseen objects and layouts. The work demonstrates clear scaling benefits in embodied policy performance and provides a large SAGE-10k dataset to accelerate research, with extensions to multi-room layouts, image-conditioned generation, and articulated objects.
Abstract
Real-world data collection for embodied agents remains costly and unsafe, calling for scalable, realistic, and simulator-ready 3D environments. However, existing scene-generation systems often rely on rule-based or task-specific pipelines, yielding artifacts and physically invalid scenes. We present SAGE, an agentic framework that, given a user-specified embodied task (e.g., "pick up a bowl and place it on the table"), understands the intent and automatically generates simulation-ready environments at scale. The agent couples multiple generators for layout and object composition with critics that evaluate semantic plausibility, visual realism, and physical stability. Through iterative reasoning and adaptive tool selection, it self-refines the scenes until meeting user intent and physical validity. The resulting environments are realistic, diverse, and directly deployable in modern simulators for policy training. Policies trained purely on this data exhibit clear scaling trends and generalize to unseen objects and layouts, demonstrating the promise of simulation-driven scaling for embodied AI. Code, demos, and the SAGE-10k dataset can be found on the project page here: https://nvlabs.github.io/sage.
