English

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

Computer Vision and Pattern Recognition 2024-03-18 v1 Graphics

Abstract

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 of object categories -- we call this setting indoor scene generation. Unlike most prior work on indoor scene generation, our system does not require a large training dataset of existing 3D scenes. Instead, it leverages the world knowledge encoded in pre-trained large language models (LLMs) to synthesize programs in a domain-specific layout language that describe objects and spatial relations between them. Executing such a program produces a specification of a constraint satisfaction problem, which the system solves using a gradient-based optimization scheme to produce object positions and orientations. To produce object geometry, the system retrieves 3D meshes from a database. Unlike prior work which uses databases of category-annotated, mutually-aligned meshes, we develop a pipeline using vision-language models (VLMs) to retrieve meshes from massive databases of un-annotated, inconsistently-aligned meshes. Experimental evaluations show that our system outperforms generative models trained on 3D data for traditional, closed-universe scene generation tasks; it also outperforms a recent LLM-based layout generation method on open-universe scene generation.

Keywords

Cite

@article{arxiv.2403.09675,
  title  = {Open-Universe Indoor Scene Generation using LLM Program Synthesis and Uncurated Object Databases},
  author = {Rio Aguina-Kang and Maxim Gumin and Do Heon Han and Stewart Morris and Seung Jean Yoo and Aditya Ganeshan and R. Kenny Jones and Qiuhong Anna Wei and Kailiang Fu and Daniel Ritchie},
  journal= {arXiv preprint arXiv:2403.09675},
  year   = {2024}
}

Comments

See ancillary files for link to supplemental material

R2 v1 2026-06-28T15:20:36.065Z