paper-with-me

Papers

Stochastic Conditional Diffusion Models for Robust Semantic Image Synthesis

2024-02-26 · Juyeon Ko, Inho Kong, Dogyun Park, Hyunwoo J. Kim

Semantic image synthesis (SIS) is a task to generate realistic images corresponding to semantic maps (labels). However, in real-world applications, SIS often encounters noisy user inputs. To address this, we propose Stochastic Conditional Diffusion Model (SCDM), which is a robust conditional diffusion model that features novel forward and generation processes tailored for SIS with noisy labels. It enhances robustness by stochastically perturbing the semantic label maps through Label Diffusion, which diffuses the labels with discrete diffusion. Through the diffusion of labels, the noisy and clean semantic maps become similar as the timestep increases, eventually becoming identical at $t=T$. This facilitates the generation of an image close to a clean image, enabling robust generation. Furthermore, we propose a class-wise noise schedule to differentially diffuse the labels depending on the class. We demonstrate that the proposed method generates high-quality samples through extensive experiments and analyses on benchmark datasets, including a novel experimental setup simulating human errors during real-world applications. Code is available at https://github.com/mlvlab/SCDM.

📄 PDF Abstract BibTeX arXiv:2402.16506

Code (1)

mlvlab/scdm 공식 구현 pytorch

Tasks

Conditional Image GenerationImage GenerationImage-to-Image TranslationNoisy Semantic Image Synthesis

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

More Control for Free! Image Synthesis with Semantic Diffusion Guidance

2021-12-10 · Xihui Liu, Dong Huk Park, Samaneh Azadi, Gong Zhang 외

Controllable image synthesis models allow creation of diverse images based on text instructions or guidance from a reference image. Recently, denoising diffusion probabilistic models have been shown to generate more real…

continuous-controlContinuous ControlDenoisingImage Generation

Semantic Image Synthesis via Diffusion Models

2022-06-30 · Weilun Wang, Jianmin Bao, Wengang Zhou, Dongdong Chen 외

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…

DecoderDenoisingDiversityImage Generation

Semantic Image Synthesis for Abdominal CT

2023-12-11 · Yan Zhuang, Benjamin Hou, Tejas Sudharshan Mathai, Pritam Mukherjee 외

As a new emerging and promising type of generative models, diffusion models have proven to outperform Generative Adversarial Networks (GANs) in multiple tasks, including image synthesis. In this work, we explore semantic…

Data AugmentationImage Generation

Modulating Pretrained Diffusion Models for Multimodal Image Synthesis

2023-02-24 · Cusuh Ham, James Hays, Jingwan Lu, Krishna Kumar Singh 외

We present multimodal conditioning modules (MCM) for enabling conditional image synthesis using pretrained diffusion models. Previous multimodal synthesis works rely on training networks from scratch or fine-tuning pretr…

Image GenerationSemantic Segmentation

Steered Diffusion: A Generalized Framework for Plug-and-Play Conditional Image Synthesis

2023-09-30 · ICCV 2023 1 · Nithin Gopalakrishnan Nair, Anoop Cherian, Suhas Lohit, Ye Wang 외

Conditional generative models typically demand large annotated training sets to achieve high-quality synthesis. As a result, there has been significant interest in designing models that perform plug-and-play generation, …

ColorizationConditional Image GenerationImage GenerationImage Super-Resolution+2