PGGAN

September 13, 2022 ยท View on GitHub

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

Abstract

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 102421024^{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.

Results and models

Results (compressed) from our PGGAN trained in CelebA-HQ@1024
ModelsDetailsMS-SSIMSWD(xx,xx,xx,xx/avg)ConfigDownload
pggan_128x128celeba-cropped0.30233.42, 4.04, 4.78, 20.38/8.15configmodel
pggan_128x128lsun-bedroom0.06023.5, 2.96, 2.76, 9.65/4.72configmodel
pggan_1024x1024celeba-hq0.33798.93, 3.98, 3.07, 2.64/4.655configmodel

Citation

PGGAN (arXiv'2017)
@article{karras2017progressive,
  title={Progressive growing of gans for improved quality, stability, and variation},
  author={Karras, Tero and Aila, Timo and Laine, Samuli and Lehtinen, Jaakko},
  journal={arXiv preprint arXiv:1710.10196},
  year={2017},
  url={https://arxiv.org/abs/1710.10196},
}