Unlocking Pre-trained Image Backbones for Semantic Image Synthesis
Tariq Berrada, Jakob Verbeek, Camille Couprie, Karteek Alahari
TL;DR
DP-SIMS tackles semantic image synthesis by combining pre-trained discriminative backbones as fixed encoders in a UNet-like discriminator with a feature-conditioning pipeline, and a generator that uses cross-attention to inject noise into multi-scale label-map features for enhanced diversity. The approach introduces a multi-faceted loss suite, including a pixel-wise focal GAN loss, a patch-level contrastive loss, and a diversity constraint, to boost both fidelity and variety. It achieves state-of-the-art results on ADE-20K, COCO-Stuff, and Cityscapes with two orders of magnitude faster inference than diffusion models. The work demonstrates that leveraging discriminative pre-training in GAN frameworks can yield high-quality, diverse, and layout-faithful images suitable for practical deployment and data augmentation tasks.
Abstract
Semantic image synthesis, i.e., generating images from user-provided semantic label maps, is an important conditional image generation task as it allows to control both the content as well as the spatial layout of generated images. Although diffusion models have pushed the state of the art in generative image modeling, the iterative nature of their inference process makes them computationally demanding. Other approaches such as GANs are more efficient as they only need a single feed-forward pass for generation, but the image quality tends to suffer on large and diverse datasets. In this work, we propose a new class of GAN discriminators for semantic image synthesis that generates highly realistic images by exploiting feature backbone networks pre-trained for tasks such as image classification. We also introduce a new generator architecture with better context modeling and using cross-attention to inject noise into latent variables, leading to more diverse generated images. Our model, which we dub DP-SIMS, achieves state-of-the-art results in terms of image quality and consistency with the input label maps on ADE-20K, COCO-Stuff, and Cityscapes, surpassing recent diffusion models while requiring two orders of magnitude less compute for inference.
