CasLayout: Cascaded 3D Layout Diffusion for Indoor Scene Synthesis with Implicit Relation Modeling

arXiv cs.CV / 5/1/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • CasLayout is a cascaded 3D indoor scene synthesis diffusion framework designed to handle limited data while enforcing both global architectural constraints and local semantic consistency.
  • The method decomposes generation into four conditional sub-stages—furniture quantity/categories, object size/embeddings, latent-space spatial relationships, and Oriented Bounding Boxes (OBBs)—to reduce generation errors common in fully connected relation graphs.
  • It explicitly models building elements such as walls, doors, and windows as conditional constraints to maintain physical validity for complex floor plans.
  • To improve controllability and reduce the high entropy of dense relation graphs, CasLayout uses a sparse relation graph guided by human-like spatial descriptions, encoded into a compact latent space via a bidirectional VAE.
  • Experiments reported in the paper show state-of-the-art results in fidelity and diversity, along with better functional organization control, and the architecture can flexibly integrate LLMs/VLMs for zero-shot tasks like image-to-scene generation.

Abstract

Synthesizing realistic 3D indoor scenes remains challenging due to data scarcity and the difficulty of simultaneously enforcing global architectural constraints and local semantic consistency. Existing approaches often overlook structural boundaries or rely on fully connected relation graphs that introduce redundant generation errors. Inspired by human design cognition, we present CasLayout, a cascaded diffusion framework that decomposes the joint scene generation task into four conditional sub-stages with explicit physical and semantic roles: (1) predicting furniture quantity and categories, (2) refining object sizes and feature embeddings, (3) modeling spatial relationships in a latent space, and (4) generating Oriented Bounding Boxes (OBBs). This decoupled architecture reduces data requirements and enables flexible integration of Large Language Models (LLMs) and Vision Language Models (VLMs) for zero-shot tasks such as image-to-scene generation. To maintain physical validity within complex floor plans, we explicitly model building elements (e.g., walls, doors, and windows) as conditional constraints. Furthermore, to address the high entropy of dense relation graphs, we introduce a sparse relation graph formulation aligned with human spatial descriptions. By encoding these sparse graphs into a compact latent space using a bidirectional Variational Autoencoder (VAE), the proposed framework provides enhanced relational controllability, allowing generated layouts to better respect functional organization. Experiments demonstrate that CasLayout achieves state-of-the-art performance in fidelity and diversity while enabling improved controllability in practical applications.