Lay-Your-Scene: Natural Scene Layout Generation with Diffusion Transformers
Divyansh Srivastava, Xiang Zhang, He Wen, Chenru Wen, Zhuowen Tu
TL;DR
LayouSyn tackles open-vocabulary scene layout generation by substituting proprietary LLMs with lightweight open-source language models to derive object descriptions from prompts, and coupling this with an aspect-ratio aware diffusion Transformer that generates bounding-box layouts conditioned on those descriptions. The two-stage approach first extracts a Description Set from the prompt and then performs conditional layout generation conditioned on the description set and prompt, operating directly in the bounding-box coordinate space. The method achieves state-of-the-art results on NSR-1K spatial/numerical benchmarks and on COCO-GR layout quality, with GRIT pretraining further boosting performance. It also demonstrates practical applications in LLM-based initialization and automatic image editing via object addition, highlighting LayouSyn's potential to enable controllable, open-vocabulary scene synthesis without relying on closed-source LLMs.
Abstract
We present Lay-Your-Scene (shorthand LayouSyn), a novel text-to-layout generation pipeline for natural scenes. Prior scene layout generation methods are either closed-vocabulary or use proprietary large language models for open-vocabulary generation, limiting their modeling capabilities and broader applicability in controllable image generation. In this work, we propose to use lightweight open-source language models to obtain scene elements from text prompts and a novel aspect-aware diffusion Transformer architecture trained in an open-vocabulary manner for conditional layout generation. Extensive experiments demonstrate that LayouSyn outperforms existing methods and achieves state-of-the-art performance on challenging spatial and numerical reasoning benchmarks. Additionally, we present two applications of LayouSyn. First, we show that coarse initialization from large language models can be seamlessly combined with our method to achieve better results. Second, we present a pipeline for adding objects to images, demonstrating the potential of LayouSyn in image editing applications.
