High-Resolution Complex Scene Synthesis with Transformers
Manuel Jahn, Robin Rombach, Björn Ommer
TL;DR
The paper presents a pure likelihood framework for high-resolution complex scene synthesis from coarse layouts by combining a VQGAN-based discrete latent space with an autoregressive transformer conditioned on tokenized layouts. By compressing images into discrete tokens and modeling their distribution in latent space, the approach avoids auxiliary losses and intermediate steps typical of prior methods. It achieves state-of-the-art FID/SceneFID on COCO-Stuff and Visual Genome, scales to 512×512 outputs, and demonstrates zero-shot transfer from Open Images to COCO. The results indicate that latent-space autoregressive modeling, guided by adversarially learned compression, effectively captures large-scale scene structure while suppressing texture detail in the latent representation. This yields high-quality, layout-consistent scene synthesis with practical implications for scalable, high-resolution image generation from coarse scene specifications.
Abstract
The use of coarse-grained layouts for controllable synthesis of complex scene images via deep generative models has recently gained popularity. However, results of current approaches still fall short of their promise of high-resolution synthesis. We hypothesize that this is mostly due to the highly engineered nature of these approaches which often rely on auxiliary losses and intermediate steps such as mask generators. In this note, we present an orthogonal approach to this task, where the generative model is based on pure likelihood training without additional objectives. To do so, we first optimize a powerful compression model with adversarial training which learns to reconstruct its inputs via a discrete latent bottleneck and thereby effectively strips the latent representation of high-frequency details such as texture. Subsequently, we train an autoregressive transformer model to learn the distribution of the discrete image representations conditioned on a tokenized version of the layouts. Our experiments show that the resulting system is able to synthesize high-quality images consistent with the given layouts. In particular, we improve the state-of-the-art FID score on COCO-Stuff and on Visual Genome by up to 19% and 53% and demonstrate the synthesis of images up to 512 x 512 px on COCO and Open Images.
