NELGMLOct 27, 2017

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

arXiv:1710.10196v38534 citations
Originality Highly original
AI Analysis

This addresses the problem of instability and low quality in GAN training for researchers and practitioners in generative modeling, representing a significant advance rather than an incremental improvement.

The paper tackles the challenge of training generative adversarial networks (GANs) by introducing a progressive growing method that starts from low resolution and adds layers for finer details, resulting in unprecedented image quality (e.g., 1024^2 CelebA images) and a record inception score of 8.80 on CIFAR10.

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.

Code Implementations115 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes