View on GitHub

Research Review Notes

Summaries of academic research papers

Improved Techniques for Training GANs


Idea

GANs are trained with a game theoretic setting where both the discriminator and the generator are trained to minimize their individual losses, thereby, potentially impacting the loss of the other entity and leading to training collapse.

This paper tries to list the techniques/tricks that can be used to stabilize and improve GAN training.

Method

The paper describes several different methods of improving the convergence of GANs

The authors also propose using a pre-trained model (eg. The Inception model) and measuring the entropy of its predictions as a proxy of how confident the model is about the generated examples, which gives us an estimate of the image quality.