Skip to content

Instantly share code, notes, and snippets.

@itsmuriuki
Forked from z-a-f/Ians_gans_02_2018.md
Created April 14, 2019 02:07
Show Gist options
  • Save itsmuriuki/fe171b1de683120262d0de1a99c29291 to your computer and use it in GitHub Desktop.
Save itsmuriuki/fe171b1de683120262d0de1a99c29291 to your computer and use it in GitHub Desktop.
Ian's GAN list 02/2018

The list by @goodfellow_ian, as per Twitter discussion with @timnitGebru: https://twitter.com/timnitGebru/status/968242968007200769

  1. Progressive GANs:
  2. Spectral normalization:
  3. Projection discriminator
  4. pix2pixHD
  5. Are GANs created equal?
    • Link: https://arxiv.org/abs/1711.10337
    • Description: A big empirical study showing the importance of good rigorous empirical work and how a lot of the GAN variants don't seem to actually offer improvements in practice
  6. WGAN-GP:
    • Link: https://arxiv.org/abs/1704.00028
    • Description: probably the most popular GAN variant today and seems to be pretty good in my opinion. Caveat: the baseline GAN variants should not perform nearly as badly as this paper claims, especially the text one
  7. StackGAN++:
  8. Making all ML algorithms differentially private by training them on fake private data generated by GANs
  9. "GANs with encoders", one of my favorites:
  10. "theory of GAN convergence", one of my favorites:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment