paper-with-me

Papers

Learning Object Placement Programs for Indoor Scene Synthesis with Iterative Self Training

2025-03-06 · Adrian Chang, Kai Wang, Yuanbo Li, Manolis Savva, Angel X. Chang, Daniel Ritchie

Data driven and autoregressive indoor scene synthesis systems generate indoor scenes automatically by suggesting and then placing objects one at a time. Empirical observations show that current systems tend to produce incomplete next object location distributions. We introduce a system which addresses this problem. We design a Domain Specific Language (DSL) that specifies functional constraints. Programs from our language take as input a partial scene and object to place. Upon execution they predict possible object placements. We design a generative model which writes these programs automatically. Available 3D scene datasets do not contain programs to train on, so we build upon previous work in unsupervised program induction to introduce a new program bootstrapping algorithm. In order to quantify our empirical observations we introduce a new evaluation procedure which captures how well a system models per-object location distributions. We ask human annotators to label all the possible places an object can go in a scene and show that our system produces per-object location distributions more consistent with human annotators. Our system also generates indoor scenes of comparable quality to previous systems and while previous systems degrade in performance when training data is sparse, our system does not degrade to the same degree.

📄 PDF Abstract BibTeX arXiv:2503.04496

Code (0)

등록된 구현이 없습니다.

Tasks

Indoor Scene SynthesisObjectProgram induction

Similar Papers 제목 키워드 기반

SceneCode: Executable World Programs for Editable Indoor Scenes with Articulated Objects

2026-05-19 · Puyi Wang, Yuhao Wang, Linjie Li, Zhengyuan Yang 외 arxiv

Indoor scene synthesis underpins embodied AI, robotic manipulation, and simulation-based policy evaluation, where a useful scene must specify not only what the environment looks like, but also how its objects are structu…

Indoor Scene SynthesisScene Generation

DiffuScene: Denoising Diffusion Models for Generative Indoor Scene Synthesis

2023-03-24 · CVPR 2024 1 · Jiapeng Tang, Yinyu Nie, Lev Markhasin, Angela Dai 외

We present DiffuScene for indoor 3D scene synthesis based on a novel scene configuration denoising diffusion model. It generates 3D instance properties stored in an unordered object set and retrieves the most similar geo…

DenoisingIndoor Scene SynthesisObject

Hierarchically-Structured Open-Vocabulary Indoor Scene Synthesis with Pre-trained Large Language Model

2025-02-15 · Weilin Sun, Xinran Li, Manyi Li, Kai Xu 외

Indoor scene synthesis aims to automatically produce plausible, realistic and diverse 3D indoor scenes, especially given arbitrary user requirements. Recently, the promising generalization ability of pre-trained large la…

Indoor Scene SynthesisLanguage ModelingLanguage ModellingLarge Language Model

SceneSmith: Agentic Generation of Simulation-Ready Indoor Scenes

2026-02-09 · Nicholas Pfaff, Thomas Cohn, Sergey Zakharov, Rick Cory 외 arxiv

Simulation has become a key tool for training and evaluating home robots at scale, yet existing environments fail to capture the diversity and physical complexity of real indoor spaces. Current scene synthesis methods pr…

Open-Universe Indoor Scene Generation using LLM Program Synthesis and Uncurated Object Databases

2024-02-05 · Rio Aguina-Kang, Maxim Gumin, Do Heon Han, Stewart Morris 외

We present a system for generating indoor scenes in response to text prompts. The prompts are not limited to a fixed vocabulary of scene descriptions, and the objects in generated scenes are not restricted to a fixed set…

Layout GenerationObjectProgram SynthesisScene Generation+1