CVJun 30, 2022

Semantic Image Synthesis via Diffusion Models

arXiv:2207.00050v4221 citationsh-index: 76Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of generating high-quality and diverse images from semantic layouts for computer vision applications, representing an incremental improvement over existing GAN-based and diffusion methods.

The paper tackles semantic image synthesis by proposing a diffusion-based framework that processes semantic layout and noisy image differently, achieving state-of-the-art performance in fidelity (FID) and diversity (LPIPS) on four benchmark datasets.

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.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes