method
Build-A-Scene:
Interactive 3D Layout Control for Diffusion-Based Image Generation

KAUST, Saudi Arabia

Abstract

We propose a diffusion-based approach for Text-to-Image (T2I) generation with interactive 3D layout control. Layout control has been widely studied to alleviate the shortcomings of T2I diffusion models in understanding objects' placement and relationships from text descriptions. Nevertheless, existing approaches for layout control are limited to 2D layouts, require the user to provide a static layout beforehand, and fail to preserve generated images under layout changes. This makes these approaches unsuitable for applications that require 3D object-wise control and iterative refinements, e.g., interior design and complex scene generation. To this end, we leverage the recent advancements in depth-conditioned T2I models and propose a novel approach for interactive 3D layout control. We replace the traditional 2D boxes used in layout control with 3D boxes. Furthermore, we revamp the T2I task as a multi-stage generation process, where at each stage, the user can insert, change, and move an object in 3D while preserving objects from earlier stages. We achieve this through our proposed Dynamic Self-Attention (DSA) module and the consistent 3D object translation strategy. Experiments show that our approach can generate complicated scenes based on 3D layouts, boosting the object generation success rate over the standard depth-conditioned T2I methods by 2x. Moreover, it outperforms other methods in comparison in preserving objects under layout changes.

Method

method
  • We formulate image generation as a sequential multi-stage generation process.
  • At each stage, the user can interactively manipulate an object by changing its type, location, size, and orientation.
  • Our proposed Dynamic Self-Attention (DSA) ensures that the object is seamlessly integrated into the scene.
  • We also propose a Consistent 3D Translation that allows for changing the 3D layout while preserving the object.

3D Layout Control Comparison

method
[1] Chen, Minghao, et al. "Training-free layout control with cross-attention guidance." WACV (2024).
[2] Bhat, Shariq Farooq et al. "Loosecontrol: Lifting controlnet for generalized depth conditioning." ACM SIGGRAPH 2024 Conference Papers. (2024).

Object Consistency Under Layout Change

method