Progressive Growing of GANs for Improved Quality, Stability, and Variation
Tero Karras, Timo Aila, Samuli Laine, Jaakko Lehtinen

TL;DR
This paper introduces a progressive training method for GANs that enhances image quality, stability, and variation, achieving state-of-the-art results on multiple datasets through incremental layer growth and improved evaluation metrics.
Contribution
It presents a novel progressive training approach for GANs, along with techniques to increase image variation and a new dataset version, improving stability and quality.
Findings
Produced high-resolution images at 1024^2 resolution
Achieved a record inception score of 8.80 on CIFAR10
Developed a new evaluation metric for GANs
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 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques · Digital Media Forensic Detection
MethodsHuMan(Expedia)||How do I get a human at Expedia? · WGAN-GP Loss · Local Response Normalization · 1x1 Convolution · Dense Connections · Adam · Progressively Growing GAN · Convolution
