Skip to content

Instantly share code, notes, and snippets.

@z-a-f
Last active April 14, 2019 02:07
Show Gist options
  • Save z-a-f/8fcd00f703b27c4426e7c74f2900f2dd to your computer and use it in GitHub Desktop.
Save z-a-f/8fcd00f703b27c4426e7c74f2900f2dd 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