paper-with-me

Papers

Programmable-Room: Interactive Textured 3D Room Meshes Generation Empowered by Large Language Models

2025-06-21 · Jihyun Kim, Junho Park, Kyeongbo Kong, Suk-Ju Kang

We present Programmable-Room, a framework which interactively generates and edits a 3D room mesh, given natural language instructions. For precise control of a room's each attribute, we decompose the challenging task into simpler steps such as creating plausible 3D coordinates for room meshes, generating panorama images for the texture, constructing 3D meshes by integrating the coordinates and panorama texture images, and arranging furniture. To support the various decomposed tasks with a unified framework, we incorporate visual programming (VP). VP is a method that utilizes a large language model (LLM) to write a Python-like program which is an ordered list of necessary modules for the various tasks given in natural language. We develop most of the modules. Especially, for the texture generating module, we utilize a pretrained large-scale diffusion model to generate panorama images conditioned on text and visual prompts (i.e., layout, depth, and semantic map) simultaneously. Specifically, we enhance the panorama image generation quality by optimizing the training objective with a 1D representation of a panorama scene obtained from bidirectional LSTM. We demonstrate Programmable-Room's flexibility in generating and editing 3D room meshes, and prove our framework's superiority to an existing model quantitatively and qualitatively. Project page is available in https://jihyun0510.github.io/Programmable_Room_Page/.

📄 PDF Abstract BibTeX arXiv:2506.17707

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeImage GenerationLarge Language Model

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Text2Room: Extracting Textured 3D Meshes from 2D Text-to-Image Models

2023-03-21 · ICCV 2023 1 · Lukas Höllein, Ang Cao, Andrew Owens, Justin Johnson 외

We present Text2Room, a method for generating room-scale textured 3D meshes from a given text prompt as input. To this end, we leverage pre-trained 2D text-to-image models to synthesize a sequence of images from differen…

3D geometryText to 3D

RoomTex: Texturing Compositional Indoor Scenes via Iterative Inpainting

2024-06-04 · Qi Wang, Ruijie Lu, Xudong Xu, Jingbo Wang 외

The advancement of diffusion models has pushed the boundary of text-to-3D object generation. While it is straightforward to composite objects into a scene with reasonable geometry, it is nontrivial to texture such a scen…

Edge DetectionText to 3D

ControlRoom3D: Room Generation using Semantic Proxy Rooms

2023-12-08 · CVPR 2024 1 · Jonas Schult, Sam Tsai, Lukas Höllein, Bichen Wu 외

Manually creating 3D environments for AR/VR applications is a complex process requiring expert knowledge in 3D modeling software. Pioneering works facilitate this process by generating room meshes conditioned on textual …

RoomRecon: High-Quality Textured Room Layout Reconstruction on Mobile Devices

2026-04-21 · Seok Joon Kim, Dinh Duc Cao, Federica Spinola, Se Jin Lee 외 arxiv

Widespread RGB-Depth (RGB-D) sensors and advanced 3D reconstruction technologies facilitate the capture of indoor spaces, improving the fields of augmented reality (AR), virtual reality (VR), and extended reality (XR). N…

Scene Understanding3D Reconstruction

Ctrl-Room: Controllable Text-to-3D Room Meshes Generation with Layout Constraints

2023-10-05 · Chuan Fang, Yuan Dong, Kunming Luo, Xiaotao Hu 외

Text-driven 3D indoor scene generation is useful for gaming, the film industry, and AR/VR applications. However, existing methods cannot faithfully capture the room layout, nor do they allow flexible editing of individua…

Layout GenerationScene GenerationText to 3D