Wasserstein GAN
Introduces WGAN, an alternative GAN training algorithm that improves training stability and eliminates mode collapse.
Based on
Wasserstein GAN (WGAN) proposes a new algorithm as an alternative to traditional generative adversarial network training. Rather than the standard GAN objective, it is built around a formulation the authors show is sound as an optimization problem, and they provide extensive theoretical work highlighting deep connections to other distances between probability distributions.
The method improves the stability of learning and gets rid of problems such as mode collapse, while providing meaningful learning curves that are useful for debugging and hyperparameter searches. This made adversarial training more reliable and interpretable, addressing long-standing practical difficulties in training GANs.
Take the next step
Try CoreModels, talk with our team, or explore more resources.