扩散模型在图像合成上击败 GAN

Diffusion Models Beat GANs on Image Synthesis

普拉富拉·达里瓦尔 Prafulla Dhariwal · OpenAI · 2021-05-11 · arXiv:2105.05233 ↗ · 被引 12305

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们证明扩散模型在图像样本质量上可以超越当前最先进的生成模型。在无条件图像合成中,我们通过一系列消融实验找到了更好的架构。对于条件图像合成,我们通过分类器引导进一步提高了样本质量:这是一种简单、计算高效的方法,利用分类器的梯度在多样性和保真度之间进行权衡。我们在 ImageNet 128×128 上实现了 2.97 的 FID,在 ImageNet 256×256 上实现了 4.59,在 ImageNet 512×512 上实现了 7.72,并且即使每个样本仅使用 25 次前向传播,也能与 BigGAN-deep 相媲美,同时保持更好的分布覆盖。最后,我们发现分类器引导与上采样扩散模型结合良好,进一步将 ImageNet 256×256 上的 FID 提升至 3.94,ImageNet 512×512 上的 FID 提升至 3.85。我们在 https://github.com/openai/guided-diffusion 上发布了代码。

We show that diffusion models can achieve image sample quality superior to the current state-of-the-art generative models. We achieve this on unconditional image synthesis by finding a better architecture through a series of ablations. For conditional image synthesis, we further improve sample quality with classifier guidance: a simple, compute-efficient method for trading off diversity for fidelity using gradients from a classifier. We achieve an FID of 2.97 on ImageNet 128$\times$128, 4.59 on ImageNet 256$\times$256, and 7.72 on ImageNet 512$\times$512, and we match BigGAN-deep even with as few as 25 forward passes per sample, all while maintaining better coverage of the distribution. Finally, we find that classifier guidance combines well with upsampling diffusion models, further improving FID to 3.94 on ImageNet 256$\times$256 and 3.85 on ImageNet 512$\times$512. We release our code at https://github.com/openai/guided-diffusion

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 18)

阅读逐段中英对照全文 →