CVAILGMay 2, 2024

EchoScene: Indoor Scene Generation via Information Echo over Scene Graph Diffusion

arXiv:2405.00915v268 citationsh-index: 58Has CodeECCV
Originality Highly original
AI Analysis

This addresses the challenge of controllable 3D scene generation for applications like virtual reality or interior design, representing a novel method for a known bottleneck.

The paper tackles the problem of generating 3D indoor scenes from scene graphs, which existing methods struggle with due to graph complexity, and achieves improved generation fidelity and controllability through a dual-branch diffusion model with an information echo scheme.

We present EchoScene, an interactive and controllable generative model that generates 3D indoor scenes on scene graphs. EchoScene leverages a dual-branch diffusion model that dynamically adapts to scene graphs. Existing methods struggle to handle scene graphs due to varying numbers of nodes, multiple edge combinations, and manipulator-induced node-edge operations. EchoScene overcomes this by associating each node with a denoising process and enables collaborative information exchange, enhancing controllable and consistent generation aware of global constraints. This is achieved through an information echo scheme in both shape and layout branches. At every denoising step, all processes share their denoising data with an information exchange unit that combines these updates using graph convolution. The scheme ensures that the denoising processes are influenced by a holistic understanding of the scene graph, facilitating the generation of globally coherent scenes. The resulting scenes can be manipulated during inference by editing the input scene graph and sampling the noise in the diffusion model. Extensive experiments validate our approach, which maintains scene controllability and surpasses previous methods in generation fidelity. Moreover, the generated scenes are of high quality and thus directly compatible with off-the-shelf texture generation. Code and trained models are open-sourced.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes