CVLGMay 6, 2024

CCDM: Continuous Conditional Diffusion Models for Image Generation

arXiv:2405.03546v413 citationsHas CodeIEEE transactions on multimedia
Originality Incremental advance
AI Analysis

This addresses the need for stable and effective continuous conditional image generation, which is incremental as it adapts diffusion models to a specific task.

The paper tackles the problem of generating high-quality images conditioned on continuous scalar variables, where existing methods like CcGANs are unstable and Conditional Diffusion Models are not optimized for this task, and introduces CCDMs, which outperform state-of-the-art models on four datasets with resolutions up to 192x192.

Continuous Conditional Generative Modeling (CCGM) estimates high-dimensional data distributions, such as images, conditioned on scalar continuous variables (aka regression labels). While Continuous Conditional Generative Adversarial Networks (CcGANs) were designed for this task, their instability during adversarial learning often leads to suboptimal results. Conditional Diffusion Models (CDMs) offer a promising alternative, generating more realistic images, but their diffusion processes, label conditioning, and model fitting procedures are either not optimized for or incompatible with CCGM, making it difficult to integrate CcGANs' vicinal approach. To address these issues, we introduce Continuous Conditional Diffusion Models (CCDMs), the first CDM specifically tailored for CCGM. CCDMs address existing limitations with specially designed conditional diffusion processes, a novel hard vicinal image denoising loss, a customized label embedding method, and efficient conditional sampling procedures. Through comprehensive experiments on four datasets with resolutions ranging from 64x64 to 192x192, we demonstrate that CCDMs outperform state-of-the-art CCGM models, establishing a new benchmark. Ablation studies further validate the model design and implementation, highlighting that some widely used CDM implementations are ineffective for the CCGM task. Our code is publicly available at https://github.com/UBCDingXin/CCDM.

Code Implementations1 repo
Foundations

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

Your Notes