渐进式增长生成对抗网络:提升质量、稳定性和多样性

Progressive Growing of GANs for Improved Quality, Stability, and Variation

泰罗·卡拉斯 Tero Karras · NVIDIA · 2017-10-27 · arXiv:1710.10196 ↗ · 被引 8591

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

摘要 · Abstract

我们提出了一种新的生成对抗网络训练方法。核心思想是逐步增长生成器和判别器:从低分辨率开始,随着训练进程逐步添加建模更精细细节的新层。这既加快了训练速度,又极大地稳定了训练过程,使我们能够生成前所未有的高质量图像,例如 1024×1024 分辨率的 CelebA 图像。我们还提出了一种简单的方法来增加生成图像的多样性,并在无监督 CIFAR10 上取得了 8.80 的创纪录初始分数。此外,我们描述了若干重要的实现细节,用于抑制生成器和判别器之间的不良竞争。最后,我们提出了一种新的评估 GAN 结果的指标,同时考虑图像质量和多样性。作为额外贡献,我们构建了更高质量的 CelebA 数据集版本。

We describe a new training methodology for generative adversarial networks. The key idea is to grow both the generator and discriminator progressively: starting from a low resolution, we add new layers that model increasingly fine details as training progresses. This both speeds the training up and greatly stabilizes it, allowing us to produce images of unprecedented quality, e.g., CelebA images at 1024^2. We also propose a simple way to increase the variation in generated images, and achieve a record inception score of 8.80 in unsupervised CIFAR10. Additionally, we describe several implementation details that are important for discouraging unhealthy competition between the generator and discriminator. Finally, we suggest a new metric for evaluating GAN results, both in terms of image quality and variation. As an additional contribution, we construct a higher-quality version of the CelebA dataset.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 16)

阅读逐段中英对照全文 →