paper-with-me

홈 › Papers

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

2025-11-21 · Wenzhuo Sun, Mingjian Liang, Wenxuan Song, Xuelian Cheng, Zongyuan Ge arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.17048

Code (0)

등록된 구현이 없습니다.

Tasks

Point Clouds

Similar Papers 제목 키워드 기반

Target-Driven Structured Transformer Planner for Vision-Language Navigation

2022-07-19 · Yusheng Zhao, Jinyu Chen, Chen Gao, Wenguan Wang 외

Vision-language navigation is the task of directing an embodied agent to navigate in 3D scenes with natural language instructions. For the agent, inferring the long-term navigation target from visual-linguistic clues is …

NavigateVision-Language Navigation

CountLoop: Training-Free High-Instance Image Generation via Iterative Agent Guidance

2025-08-18 · Anindya Mondal, Ayan Banerjee, Sauradip Nag, Josep Llados 외 arxiv

Diffusion models excel at photorealistic synthesis but struggle with precise object counts, especially in high-density settings. We introduce COUNTLOOP, a training-free framework that achieves precise instance control th…

Image Generation

coDrawAgents: A Multi-Agent Dialogue Framework for Compositional Image Generation

2026-03-13 · Chunhan Li, Qifeng Wu, Jia-Hui Pan, Ka-Hei Hui 외 arxiv

Text-to-image generation has advanced rapidly, but existing models still struggle with faithfully composing multiple objects and preserving their attributes in complex scenes. We propose coDrawAgents, an interactive mult…

Text-to-Image Generation

Perceive-then-Plan: Layout-as-Policy for Monocular 3D Scene Layout Estimation

2026-05-25 · Junwei Zhou, Yu-Wing Tai arxiv

Building structured 3D scene layouts from a single image requires reconciling visual observations with physical and spatial constraints, a challenge that is difficult to address with direct prediction alone. In this work…

VoxScene: Anchor-Conditioned Voxel Diffusion for Indoor Scene Arrangement

2026-05-16 · Haotian Mao, Yuhan Huang, Jiatao Lin, Yang Zhao 외 arxiv

We present VoxScene, a novel anchor-conditioned voxel diffusion framework tailored for 3D scene synthesis. Current data-driven layout generation techniques typically rely on bounding proxies or implicit representations, …