Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Semantic Image Synthesis via Diffusion Models

About

Denoising Diffusion Probabilistic Models (DDPMs) have achieved remarkable success in various image generation tasks compared with Generative Adversarial Nets (GANs). Recent work on semantic image synthesis mainly follows the de facto GAN-based approaches, which may lead to unsatisfactory quality or diversity of generated images. In this paper, we propose a novel framework based on DDPM for semantic image synthesis. Unlike previous conditional diffusion model directly feeds the semantic layout and noisy image as input to a U-Net structure, which may not fully leverage the information in the input semantic mask, our framework processes semantic layout and noisy image differently. It feeds noisy image to the encoder of the U-Net structure while the semantic layout to the decoder by multi-layer spatially-adaptive normalization operators. To further improve the generation quality and semantic interpretability in semantic image synthesis, we introduce the classifier-free guidance sampling strategy, which acknowledge the scores of an unconditional model for sampling process. Extensive experiments on four benchmark datasets demonstrate the effectiveness of our proposed method, achieving state-of-the-art performance in terms of fidelity (FID) and diversity (LPIPS). Our code and pretrained models are available at https://github.com/WeilunWang/semantic-diffusion-model.

Wengang Zhou, Weilun Wang, Jianmin Bao, Dongdong Chen, Dong Chen, Lu Yuan, Houqiang Li• 2022

Related benchmarks

TaskDatasetResultRank
Semantic Image SynthesisADE20K
FID3.85
66
Semantic Image SynthesisCityscapes
FID3.94
54
Semantic Image SynthesisADE20K (val)
FID27.5
47
Semantic Image SynthesisCOCO Stuff (val)
FID15.9
42
Semantic Image SynthesisCOCO Stuff
FID2.68
40
Semantic Image SynthesisCelebAMask-HQ
FID18.8
24
Semantic Image SynthesisCityscapes (val)
mIoU69.1
15
Semantic Image SynthesisCOCO-Stuff to ADE20K target: 100 images
FID59.8
10
Semantic Image SynthesisADE20K to COCO-Stuff target: 100 images
FID104.9
10
Semantic Image SynthesisADE20K to Cityscapes target: 100 images
FID74.5
10
Showing 10 of 21 rows

Other info

Follow for update