SOTAVerified

Unlocking Pre-trained Image Backbones for Semantic Image Synthesis

2023-12-20CVPR 2024Unverified0· sign in to hype

Tariq Berrada, Jakob Verbeek, Camille Couprie, Karteek Alahari

Unverified — Be the first to reproduce this paper.

Reproduce

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ADE20K Labels-to-PhotosDP-SIMS (ConvNext-L)mIoU54.3Unverified
Cityscapes Labels-to-PhotoDP-SIMS (ConvNext-L)mIoU76.3Unverified
COCO-Stuff Labels-to-PhotosDP-SIMS (ConvNext-XL)FID13.3Unverified
COCO-Stuff Labels-to-PhotosDP-SIMS (ConvNext-L)FID13.6Unverified

Reproductions