CCDM: Continuous Conditional Diffusion Models for Image Generation
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Conditional Image Generation | Steering Angle 64x64 (test) | SFID0.742 | 10 | |
| Conditional Image Generation | UTKFace 64x64 (test) | SFID0.363 | 10 | |
| Conditional Image Generation | Steering Angle 128x128 (test) | SFID0.987 | 10 | |
| Conditional Image Generation | RC-49 64x64 (test) | SFID0.049 | 10 | |
| Conditional Image Generation | UTKFace 128x128 (test) | SFID0.319 | 10 | |
| Conditional Image Generation | Steering Angle 64x64 | SFID0.742 | 7 | |
| Conditional Image Generation | Cell-200 64x64 (test) | SFID5.122 | 6 |