generative adversarial networks
play

Generative Adversarial Networks MIX+GAN Ian Goodfellow, Sta ff - PowerPoint PPT Presentation

CoGAN ID-CGAN LR-GAN MedGAN CGAN IcGAN A ff GAN DiscoGAN LS-GAN b-GAN LAPGAN MPM-GAN AdaGAN AMGAN iGAN LSGAN InfoGAN IAN CatGAN Generative Adversarial Networks MIX+GAN Ian Goodfellow, Sta ff Research Scientist, Google Brain McGAN


  1. CoGAN ID-CGAN LR-GAN MedGAN CGAN IcGAN A ff GAN DiscoGAN LS-GAN b-GAN LAPGAN MPM-GAN AdaGAN AMGAN iGAN LSGAN InfoGAN IAN CatGAN Generative Adversarial Networks MIX+GAN Ian Goodfellow, Sta ff Research Scientist, Google Brain McGAN NVIDIA GPU Technology Conference DR-GAN C-RNN-GAN MGAN BS-GAN San Jose, California 2017-05-09 GoGAN C-VAE-GAN FF-GAN DCGAN CCGAN AC-GAN MAGAN 3D-GAN BiGAN GAWWN DualGAN CycleGAN GP-GAN Bayesian GAN AnoGAN EBGAN DTN MAD-GAN Context-RNN-GAN ALI BEGAN AL-CGAN f-GAN ArtGAN MARTA-GAN MalGAN

  2. Generative Modeling • Density estimation • Sample generation Training examples Model samples (Goodfellow 2017)

  3. Maximum Likelihood θ ∗ = arg max E x ∼ p data log p model ( x | θ ) θ (Goodfellow 2017)

  4. Adversarial Nets Framework D tries to make D(G(z)) near 0, D (x) tries to be G tries to make near 1 D(G(z)) near 1 Di ff erentiable D function D x sampled from x sampled from data model Di ff erentiable function G Input noise z (Goodfellow et al., 2014) (Goodfellow 2017)

  5. What can you do with GANs? • Simulated environments and training data • Missing data • Semi-supervised learning • Multiple correct answers • Realistic generation tasks • Simulation by prediction • Solve inference problems • Learn useful embeddings (Goodfellow 2017)

  6. (Goodfellow 2017)

  7. GANs for simulated training data (Shrivastava et al., 2016) (Goodfellow 2017)

  8. What can you do with GANs? • Simulated environments and training data • Missing data • Semi-supervised learning • Multiple correct answers • Realistic generation tasks • Simulation by prediction • Solve inference problems • Learn useful embeddings (Goodfellow 2017)

  9. What is in this image? (Yeh et al., 2016) (Goodfellow 2017)

  10. Generative modeling reveals a face (Yeh et al., 2016) (Goodfellow 2017)

  11. What can you do with GANs? • Simulated environments and training data • Missing data • Semi-supervised learning • Multiple correct answers • Realistic generation tasks • Simulation by prediction • Solve inference problems • Learn useful embeddings (Goodfellow 2017)

  12. Supervised Discriminator Real cat Real dog Fake Real Fake Hidden Hidden units units Input Input (Odena 2016, Salimans et al 2016) (Goodfellow 2017)

  13. Semi-Supervised Classification MNIST (Permutation Invariant) Model Number of incorrectly predicted test examples for a given number of labeled samples 20 50 100 200 333 ± 14 DGN [21] Virtual Adversarial [22] 212 191 ± 10 CatGAN [14] 132 ± 7 Skip Deep Generative Model [23] 106 ± 37 Ladder network [24] 96 ± 2 Auxiliary Deep Generative Model [23] 1677 ± 452 221 ± 136 93 ± 6 . 5 90 ± 4 . 2 Our model 1134 ± 445 142 ± 96 86 ± 5 . 6 81 ± 4 . 3 Ensemble of 10 of our models (Salimans et al 2016) (Goodfellow 2017)

  14. Semi-Supervised Classification CIFAR-10 Model Test error rate for a given number of labeled samples 1000 2000 4000 8000 20 . 40 ± 0 . 47 Ladder network [24] 19 . 58 ± 0 . 46 CatGAN [14] 21 . 83 ± 2 . 01 19 . 61 ± 2 . 09 18 . 63 ± 2 . 32 17 . 72 ± 1 . 82 Our model SVHN 19 . 22 ± 0 . 54 17 . 25 ± 0 . 66 15 . 59 ± 0 . 47 14 . 87 ± 0 . 89 Ensemble of 10 of our models Model Percentage of incorrectly predicted test examples for a given number of labeled samples 500 1000 2000 36 . 02 ± 0 . 10 DGN [21] Virtual Adversarial [22] 24 . 63 Auxiliary Deep Generative Model [23] 22 . 86 16 . 61 ± 0 . 24 Skip Deep Generative Model [23] 18 . 44 ± 4 . 8 8 . 11 ± 1 . 3 6 . 16 ± 0 . 58 Our model 5 . 88 ± 1 . 0 Ensemble of 10 of our models (Salimans et al 2016) (Goodfellow 2017)

  15. What can you do with GANs? • Simulated environments and training data • Missing data • Semi-supervised learning • Multiple correct answers • Realistic generation tasks • Simulation by prediction • Solve inference problems • Learn useful embeddings (Goodfellow 2017)

  16. Next Video Frame Prediction Ground Truth MSE Adversarial What happens next? (Lotter et al 2016) (Goodfellow 2017)

  17. Next Video Frame Prediction Ground Truth MSE Adversarial (Lotter et al 2016) (Goodfellow 2017)

  18. What can you do with GANs? • Simulated environments and training data • Missing data • Semi-supervised learning • Multiple correct answers • Realistic generation tasks • Simulation by prediction • Solve inference problems • Learn useful embeddings (Goodfellow 2017)

  19. iGAN youtube (Zhu et al., 2016) (Goodfellow 2017)

  20. Introspective Adversarial Networks youtube (Brock et al., 2016) (Goodfellow 2017)

  21. Image to Image Translation Input Ground truth Output Labels to Street Scene input output Aerial to Map input output (Isola et al., 2016) (Goodfellow 2017)

  22. Unsupervised Image-to-Image Translation Day to night (Liu et al., 2017) (Goodfellow 2017)

  23. CycleGAN (Zhu et al., 2017) (Goodfellow 2017)

  24. Text-to-Image Synthesis This bird has a yellow belly and tarsus, grey back, wings, and brown throat, nape with a black face (Zhang et al., 2016) (Goodfellow 2017)

  25. What can you do with GANs? • Simulated environments and training data • Missing data • Semi-supervised learning • Multiple correct answers • Realistic generation tasks • Simulation by prediction • Solve inference problems • Learn useful embeddings (Goodfellow 2017)

  26. Simulating particle physics Save millions of dollars of CPU time by predicting outcomes of explicit simulations (de Oliveira et al., 2017) (Goodfellow 2017)

  27. What can you do with GANs? • Simulated environments and training data • Missing data • Semi-supervised learning • Multiple correct answers • Realistic generation tasks • Simulation by prediction • Solve inference problems • Learn useful embeddings (Goodfellow 2017)

  28. Adversarial Variational Bayes (Mescheder et al, 2017) (Goodfellow 2017)

  29. What can you do with GANs? • Simulated environments and training data • Missing data • Semi-supervised learning • Multiple correct answers • Realistic generation tasks • Simulation by prediction • Solve inference problems • Learn useful embeddings (Goodfellow 2017)

  30. Vector Space Arithmetic = - + Man Woman Man with glasses Woman with Glasses (Radford et al, 2015) (Goodfellow 2017)

  31. Learning interpretable latent codes / controlling the generation process InfoGAN (Chen et al 2016) (Goodfellow 2017)

  32. How long until GANs can do this? Training examples Model samples (Goodfellow 2017)

  33. AC-GANs (Odena et al., 2016) (Goodfellow 2017)

  34. Minibatch GAN on ImageNet (Salimans et al., 2016) (Goodfellow 2017)

  35. Cherry-Picked Results (Goodfellow 2017)

  36. Problems with Counting (Goodfellow 2017)

  37. Problems with Perspective (Goodfellow 2017)

  38. Problems with Global Structure (Goodfellow 2017)

  39. This one is real (Goodfellow 2017)

  40. Conclusion • GANs are generative models based on game theory • GANs open the door to a wide range of engineering tasks • There are still important research challenges to solve before GANs can generate arbitrary data (Goodfellow 2017)

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend