CVNov 21, 2025

RoomPlanner: Explicit Layout Planner for Easier LLM-Driven 3D Room Generation

arXiv:2511.17048v11 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of painlessly creating 3D room layouts for users in computer graphics or design, though it appears incremental as it builds on existing 3D generation methods.

The paper tackles the problem of generating realistic 3D indoor scenes from short text prompts by proposing RoomPlanner, a fully automatic framework that reduces generation time to under 30 minutes while improving rendering speed and visual quality.

In this paper, we propose RoomPlanner, the first fully automatic 3D room generation framework for painlessly creating realistic indoor scenes with only short text as input. Without any manual layout design or panoramic image guidance, our framework can generate explicit layout criteria for rational spatial placement. We begin by introducing a hierarchical structure of language-driven agent planners that can automatically parse short and ambiguous prompts into detailed scene descriptions. These descriptions include raw spatial and semantic attributes for each object and the background, which are then used to initialize 3D point clouds. To position objects within bounded environments, we implement two arrangement constraints that iteratively optimize spatial arrangements, ensuring a collision-free and accessible layout solution. In the final rendering stage, we propose a novel AnyReach Sampling strategy for camera trajectory, along with the Interval Timestep Flow Sampling (ITFS) strategy, to efficiently optimize the coarse 3D Gaussian scene representation. These approaches help reduce the total generation time to under 30 minutes. Extensive experiments demonstrate that our method can produce geometrically rational 3D indoor scenes, surpassing prior approaches in both rendering speed and visual quality while preserving editability. The code will be available soon.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes