专栏名称: 机器学习研究会
机器学习研究会是北京大学大数据与机器学习创新中心旗下的学生组织,旨在构建一个机器学习从事者交流的平台。除了及时分享领域资讯外,协会还会举办各种业界巨头/学术神牛讲座、学术大牛沙龙分享会、real data 创新竞赛等活动。
目录
相关文章推荐
字母榜  ·  大模型的苦,创业的AI 科学家最懂 ·  22 小时前  
字母榜  ·  大模型的苦,创业的AI 科学家最懂 ·  22 小时前  
奇舞精选  ·  AI时代的人性化交互:语音交互技术 ·  昨天  
奇舞精选  ·  AI时代的人性化交互:语音交互技术 ·  昨天  
黄建同学  ·  如果你很懒,不想弄Claude ... ·  5 天前  
爱可可-爱生活  ·  【Ada ... ·  5 天前  
宝玉xp  ·  Cursor 编辑器的 Chat 和 ... ·  6 天前  
51好读  ›  专栏  ›  机器学习研究会

【推荐】对抗生成网络(Gan)深入研究(文献/教程/模型/框架/库等)

机器学习研究会  · 公众号  · AI  · 2017-05-02 19:02

正文



点击上方“机器学习研究会”可以订阅哦


摘要
 

转自:爱可可-爱生活

A curated list of state-of-the-art publications and resources about Generative Adversarial Networks (GANs) and their applications.


Overview

Generative models are models that can learn to create data that is similar to data that we give them. One of the most promising approaches of those models are Generative Adversarial Networks (GANs), a branch of unsupervised machine learning implemented by a system of two neural networks competing against each other in a zero-sum game framework. They were first introduced by Ian Goodfellow et al. in 2014. This repository aims at presenting an elaborate list of the state-of-the-art works on the field of Generative Adversarial Networks since their introduction in 2014.

Image taken from http://multithreaded.stitchfix.com/blog/2016/02/02/a-fontastic-voyage/

This is going to be an evolving post and I will keep updating it (at least twice monthly) so make sure you have starred and forked this repository on GitHub before moving on !


Contributing

Contributions are welcome !! If you have any suggestions (missing or new papers, missing repos or typos) you can pull a request or start a discussion.


Opening Publication

Generative Adversarial Nets (GANs) (2014) [pdf]  [presentation] [code] [video]


State-of-the-art papers (Descending order based on Google Scholar Citations)

  1. Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks (DCGANs) (2015) [pdf]

  2. Explaining and Harnessing Adversarial Examples(2014) [pdf]

  3. Semi-Supervised Learning with Deep Generative Models*1 (2014) [pdf]

  4. Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks (LAPGAN) (2015) [pdf]

  5. Improved Techniques for Training GANs (2016) [pdf]

  6. Conditional Generative Adversarial Nets (CGAN) (2014) [pdf]

  7. Generative Moment Matching Networks (2015) [pdf]

  8. Deep multi-scale video prediction beyond mean square error (2015) [pdf]

  9. Autoencoding beyond pixels using a learned similarity metric (VAE-GAN) (2015) [pdf]

  10. Adversarial Autoencoders (2015) [pdf]

  11. InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets (2016) [pdf]

  12. Context Encoders: Feature Learning by Inpainting (2016) [pdf]

  13. Generating Images with Perceptual Similarity Metrics based on Deep Networks (2016) [pdf]

  14. Energy-based Generative Adversarial Network (EBGAN) (2016) [pdf]

  15. Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network (SRGAN) (2016) [pdf]

  16. Generative Adversarial Text to Image Synthesis (2016) [pdf]

  17. Conditional Image Generation with PixelCNN Decoders (2015) [pdf]

  18. Generative Image Modeling using Style and Structure Adversarial Networks (S^2GAN) (2016) [pdf]

  19. Adversarial Feature Learning (BiGAN) (2016) [pdf]

  20. Improving Variational Inference with Inverse Autoregressive Flow (2016) [pdf]


Theory

  • Improved Techniques for Training GANs [pdf]

  • Energy-Based GANs & other Adversarial things by Yann Le Cun [pdf]

  • Mode RegularizedGenerative Adversarial Networks [pdf]


Presentations

  • Generative Adversarial Networks (GANs) by Ian Goodfellow [pdf]

  • Learning Deep Generative Models by Russ Salakhutdinov [pdf]


Courses / Tutorials / Blogs (Webpages unless other is stated)


Resources / Models (GitHub repositories unless other is stated)


Frameworks & Libraries (Descending order based on GitHub stars)


链接:

http://gkalliatakis.com/blog/delving-deep-into-gans


github链接:

https://github.com/GKalliatakis/Delving-deep-into-GANs


原文链接:

http://weibo.com/1402400261/F183KCisr?from=page_1005051402400261_profile&wvr=6&mod=weibotime&type=comment#_rnd1493720823900

“完整内容”请点击【阅读原文】
↓↓↓