leo-p / papers

Papers and their summary (in issue)
22 stars 4 forks source link

Wasserstein GAN #16

Open leo-p opened 7 years ago

leo-p commented 7 years ago

https://arxiv.org/pdf/1701.07875.pdf

We introduce a new algorithm named WGAN, an alternative to traditional GAN training. In this new model, we show that we can improve the stability of learning, get rid of problems like mode collapse, and provide meaningful learning curves useful for debugging and hyperparameter searches. Furthermore, we show that the corresponding optimization problem is sound, and provide extensive theoretical work highlighting the deep connections to other distances between distributions.

leo-p commented 7 years ago

Summary:

Inner working:

Basically train a critic until convergence to retrieve the Wasserstein-1 distance, see pseudo-algorithm below:

screen shot 2017-05-03 at 5 05 09 pm

Results: