(转) AdversarialNetsPapers
AdversarialNetsPapers
The classical Papers about adversarial nets
The First paper
✅ [Generative Adversarial Nets] [Paper] [Code](the first paper about it)
Unclassified
✅ [Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks] [Paper][Code]
✅ [Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks] [Paper][Code](Gan with convolutional networks)
✅ [Adversarial Autoencoders] [Paper][Code]
✅ [Generating images with recurrent adversarial networks] [Paper][Code]
✅ [Generative Visual Manipulation on the Natural Image Manifold] [Paper][Code]
✅ [Neural Photo Editing with Introspective Adversarial Networks] [Paper]
✅ [Generative Adversarial Text to Image Synthesis] [Paper][Code][code]
✅ [Learning What and Where to Draw] [Paper][Code]
✅ [Adversarial Training for Sketch Retrieval] [Paper]
✅ [Generative Image Modeling using Style and Structure Adversarial Networks] [Paper][Code]
✅ [Generative Adversarial Networks as Variational Training of Energy Based Models] [Paper](ICLR 2017)
✅ [Towards Principled Methods for Training Generative Adversarial Networks] [Paper](ICLR 2017)
✅ [Adversarial Training Methods for Semi-Supervised Text Classification] [Paper][Note]( Ian Goodfellow Paper)
✅ [Learning from Simulated and Unsupervised Images through Adversarial Training] [Paper][code](Apple paper)
✅ [Synthesizing the preferred inputs for neurons in neural networks via deep generator networks] [Paper][Code]
✅ [SalGAN: Visual Saliency Prediction with Generative Adversarial Networks] [Paper][Code]
Image Inpainting
✅ [Semantic Image Inpainting with Perceptual and Contextual Losses] [Paper][Code]
✅ [Context Encoders: Feature Learning by Inpainting] [Paper][Code]
Super-Resolution
✅ [Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network] [Paper][Code](Using Deep residual network)
Disocclusion
✅ [Robust LSTM-Autoencoders for Face De-Occlusion in the Wild] [Paper]
Semantic Segmentation
✅ [Semantic Segmentation using Adversarial Networks] [Paper](soumith's paper)
Object Detection
✅ [Perceptual generative adversarial networks for small object detection] [[Paper]](Submitted)
RNN
✅ [C-RNN-GAN: Continuous recurrent neural networks with adversarial training] [Paper][Code]
Conditional adversarial
✅ [Conditional Generative Adversarial Nets] [Paper][Code]
✅ [InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets] [Paper][Code]
✅ [Image-to-image translation using conditional adversarial nets] [Paper][Code][Code]
✅ [Conditional Image Synthesis With Auxiliary Classifier GANs] [Paper][Code](GoogleBrain ICLR 2017)
✅ [Pixel-Level Domain Transfer] [Paper][Code]
✅ [Invertible Conditional GANs for image editing] [Paper][Code]
✅ [Plug & Play Generative Networks: Conditional Iterative Generation of Images in Latent Space] [Paper][Code]
✅ [StackGAN: Text to Photo-realistic Image Synthesis with Stacked Generative Adversarial Networks] [Paper][Code]
Video Prediction
✅ [Deep multi-scale video prediction beyond mean square error] [Paper][Code](Yann LeCun's paper)
✅ [Unsupervised Learning for Physical Interaction through Video Prediction] [Paper](Ian Goodfellow's paper)
✅ [Generating Videos with Scene Dynamics] [Paper][Web][Code]
Texture Synthesis && style transfer
✅ [Precomputed real-time texture synthesis with markovian generative adversarial networks] [Paper][Code](ECCV 2016)
GAN Theory
✅ [Energy-based generative adversarial network] [Paper][Code](Lecun paper)
✅ [Improved Techniques for Training GANs] [Paper][Code](Goodfellow's paper)
✅ [Mode RegularizedGenerative Adversarial Networks] [Paper](Yoshua Bengio , ICLR 2017)
✅ [Improving Generative Adversarial Networks with Denoising Feature Matching] [Paper][Code](Yoshua Bengio , ICLR 2017)
✅ [Sampling Generative Networks] [Paper][Code]
✅ [Mode Regularized Generative Adversarial Networkss] [Paper]( Yoshua Bengio's paper)
✅ [How to train Gans] [Docu]
3D
✅ [Learning a Probabilistic Latent Space of Object Shapes via 3D Generative-Adversarial Modeling] [Paper][Web][code](2016 NIPS)
Face Generative
✅ [Autoencoding beyond pixels using a learned similarity metric] [Paper][code]
✅ [Coupled Generative Adversarial Networks] [Paper][Caffe Code][Tensorflow Code](NIPS)
Adversarial Examples
✅ [Intriguing properties of neural networks] [Paper]
✅ [Deep Neural Networks are Easily Fooled: High Confidence Predictions for Unrecognizable Images] [Paper]
✅ [Explaining and Harnessing Adversarial Examples] [Paper]
✅ [Adversarial examples in the physical world] [Paper]
✅ [Universal adversarial perturbations ] [Paper]
✅ [Robustness of classifiers: from adversarial to random noise ] [Paper]
✅ [DeepFool: a simple and accurate method to fool deep neural networks] [Paper]
✅ [2] [PDF] (NIPS Goodfellow Slides)
Project
✅ [cleverhans] [Code](A library for benchmarking vulnerability to adversarial examples)
✅ [reset-cppn-gan-tensorflow] [Code](Using Residual Generative Adversarial Networks and Variational Auto-encoder techniques to produce high resolution images)
✅ [HyperGAN] [Code](Open source GAN focused on scale and usability)
Blogs
✅ [1] http://www.inference.vc/
✅ [2] http://distill.pub/2016/deconv-checkerboard/
Other
✅ [1] http://www.iangoodfellow.com/slides/2016-12-04-NIPS.pdf (NIPS Goodfellow Slides)[Chinese Trans][details]
✅ [2] [PDF](NIPS Lecun Slides)
(转) AdversarialNetsPapers的更多相关文章
- GAN︱生成模型学习笔记(运行机制、NLP结合难点、应用案例、相关Paper)
我对GAN"生成对抗网络"(Generative Adversarial Networks)的看法: 前几天在公开课听了新加坡国立大学[机器学习与视觉实验室]负责人冯佳时博士在[硬 ...
- 学习笔记GAN002:DCGAN
Ian J. Goodfellow 论文:https://arxiv.org/abs/1406.2661 两个网络:G(Generator),生成网络,接收随机噪声Z,通过噪声生成样本,G(z).D( ...
- DCGAN in Tensorflow生成动漫人物
引自:GAN学习指南:从原理入门到制作生成Demo 生成式对抗网络(GAN)是近年来大热的深度学习模型.最近正好有空看了这方面的一些论文,跑了一个GAN的代码,于是写了这篇文章来介绍一下GAN. 本文 ...
- CycleGAN 各种变变变
转载自 简单介绍了一下GAN和DCGAN的原理.以及如何使用Tensorflow做一个简单的生成图片的demo. Ian Goodfellow对GAN一系列工作总结的ppt,确实精彩,推荐:独家 | ...
- 生成对抗式网络 GAN的理解
转自:https://zhuanlan.zhihu.com/p/24767059,感谢分享 生成式对抗网络(GAN)是近年来大热的深度学习模型.最近正好有空看了这方面的一些论文,跑了一个GAN的代码, ...
- 预测学习、深度生成式模型、DcGAN、应用案例、相关paper
我对GAN"生成对抗网络"(Generative Adversarial Networks)的看法: 前几天在公开课听了新加坡国立大学[机器学习与视觉实验室]负责人冯佳时博士在[硬 ...
- GAN学习指南:从原理入门到制作生成Demo,总共分几步?
来源:https://www.leiphone.com/news/201701/yZvIqK8VbxoYejLl.html?viewType=weixin 导语:本文介绍下GAN和DCGAN的原理,以 ...
- 生成对抗网络资源 Adversarial Nets Papers
来源:https://github.com/zhangqianhui/AdversarialNetsPapers AdversarialNetsPapers The classical Papers ...
随机推荐
- CNN那么多的网络有什么区别吗?如何对CNN网络进行修改?
https://www.zhihu.com/question/53727257/answer/136261195 http://blog.csdn.net/csmqq/article/details/ ...
- uvalive 4960 Sensor Network
题意: 给出一个无向图,求一个生成树使得这个生成树的最大边与最小边之差最小,输出这个最小的差值.n的最大值为350. 思路: 这题不看题解想破头也不知道怎么写Orz. 暴力的做法是可以从大到小枚举边作 ...
- [openjudge-搜索]深度优先搜索之马走日
题目描述 描述 马在中国象棋以日字形规则移动.请编写一段程序,给定n*m大小的棋盘,以及马的初始位置(x,y),要求不能重复经过棋盘上的同一个点,计算马可以有多少途径遍历棋盘上的所有点. 输入 第一行 ...
- 【Hive学习之八】Hive 调优【重要】
环境 虚拟机:VMware 10 Linux版本:CentOS-6.5-x86_64 客户端:Xshell4 FTP:Xftp4 jdk8 hadoop-3.1.1 apache-hive-3.1.1 ...
- C++前置声明
[1]一般的前置函数声明 见过最多的前置函数声明,基本格式代码如下: #include <iostream> using namespace std; void fun(char ch, ...
- 写出优质Java代码的4个技巧
我们平时的编程任务不外乎就是将相同的技术套件应用到不同的项目中去,对于大多数情况来说,这些技术都是可以满足目标的.然而,有的项目可能需要用到一些特别的技术,因此工程师们得深入研究,去寻找那些最简单但最 ...
- 新增async
import asyncio from threading import Thread import time now = lambda: time.time() print('start',now( ...
- sqlalchemy多对多查询
# coding:utf-8 from sqlalchemy import create_engine, Column, String, Integer, ForeignKey, Table from ...
- Selenium+Headless Firefox
背景 今天本地调试基于Selenium+PhantomJS的动态爬虫程序顺利结束后,着手部署到服务器上,刚买的热乎的京东云,噼里啪啦一顿安装环境,最后跑的时候报了这么个错误: UserWarning: ...
- Prometheus监控学习笔记之360基于Prometheus的在线服务监控实践
0x00 初衷 最近参与的几个项目,无一例外对监控都有极强的要求,需要对项目中各组件进行详细监控,如服务端API的请求次数.响应时间.到达率.接口错误率.分布式存储中的集群IOPS.节点在线情况.偏移 ...