资源|17类对抗网络经典论文及开源代码(附源码)

               


对抗网络专题文献集


第一篇论文


[Generative Adversarial Nets](the first paper about it)

[Paper]:https://arxiv.org/abs/1406.2661

[Code]:https://github.com/goodfeli/adversarial


未分类


[Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks]

[Paper]https://arxiv.org/abs/1506.05751

[Code]https://github.com/facebook/eyescream


[Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks](Gan with convolutional networks)(ICLR)

[Paper]https://arxiv.org/abs/1511.06434

[Code]https://github.com/jacobgil/keras-dcgan


[Adversarial Autoencoders] 

[Paper]http://arxiv.org/abs/1511.05644

[Code]https://github.com/musyoku/adversarial-autoencoder


[Generating Images with Perceptual Similarity Metrics based on Deep Networks] 

[Paper]https://arxiv.org/pdf/1602.02644v2.pdf


[Generating images with recurrent adversarial networks]

[Paper]https://arxiv.org/abs/1602.05110

[Code]https://github.com/ofirnachum/sequence_gan


[Generative Visual Manipulation on the Natural Image Manifold]

[Paper]https://people.eecs.berkeley.edu/%7Ejunyanz/projects/gvm/eccv16_gvm.pdf

[Code]https://github.com/junyanz/iGAN


[Generative Adversarial Text to Image Synthesis]

[Paper]https://arxiv.org/abs/1605.05396

[Code]https://github.com/reedscot/icml2016

[code]https://github.com/paarthneekhara/text-to-image


[Learning What and Where to Draw] 

[Paper]http://www.scottreed.info/files/nips2016.pdf

[Code]https://github.com/reedscot/nips2016


[Adversarial Training for Sketch Retrieval]

[Paper]http://link.springer.com/chapter/10.1007/978-3-319-46604-0_55


[Generative Image Modeling using Style and Structure Adversarial Networks]

[Paper]https://arxiv.org/pdf/1603.05631.pdf

[Code]https://github.com/xiaolonw/ss-gan


[Generative Adversarial Networks as Variational Training of Energy Based Models](ICLR 2017)

[Paper]http://www.mathpubs.com/detail/1611.01799v1/Generative-Adversarial-Networks-as-Variational-Training-of-Energy-Based-Models


[Adversarial Training Methods for Semi-Supervised Text Classification]( Ian Goodfellow Paper)

[Paper]https://arxiv.org/abs/1605.07725

[Note]https://github.com/dennybritz/deeplearning-papernotes/blob/master/notes/adversarial-text-classification.md


[Learning from Simulated and Unsupervised Images through Adversarial Training](Apple paper)

[Paper]https://arxiv.org/abs/1612.07828

[code]https://github.com/carpedm20/simulated-unsupervised-tensorflow


[Synthesizing the preferred inputs for neurons in neural networks via deep generator networks]

[Paper]https://arxiv.org/pdf/1605.09304v5.pdf

[Code]https://github.com/Evolving-AI-Lab/synthesizing


[SalGAN: Visual Saliency Prediction with Generative Adversarial Networks]

[Paper]https://arxiv.org/abs/1701.01081

[Code]https://github.com/imatge-upc/saliency-salgan-2017


[Adversarial Feature Learning] 

[Paper]https://arxiv.org/abs/1605.09782


[Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks]

[Paper]https://junyanz.github.io/CycleGAN/

[Code]https://github.com/junyanz/CycleGAN


Ensemble


[AdaGAN: Boosting Generative Models] (Google Brain)

[Paper]https://arxiv.org/abs/1701.02386


聚类


[Unsupervised Learning Using Generative Adversarial Training And Clustering](ICLR)

[Paper]https://openreview.net/forum?id=SJ8BZTjeg&noteId=SJ8BZTjeg

[Code]https://github.com/VittalP/UnsupGAN


[Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks] (ICLR)

[Paper]https://arxiv.org/abs/1511.06390


Image Inpainting

[Semantic Image Inpainting with Perceptual and Contextual Losses]

[Paper]https://arxiv.org/abs/1607.07539

[Code]https://github.com/bamos/dcgan-completion.tensorflow


[Context Encoders: Feature Learning by Inpainting]

[Paper]https://arxiv.org/abs/1604.07379

[Code]https://github.com/jazzsaxmafia/Inpainting


[Semi-Supervised Learning with Context-Conditional Generative Adversarial Networks] 

[Paper]https://arxiv.org/abs/1611.06430v1


Joint Probability


[Adversarially Learned Inference]

[Paper]https://arxiv.org/abs/1606.00704

[Code]https://github.com/IshmaelBelghazi/ALI


Super-Resolution


[Image super-resolution through deep learning ](Just for face dataset)

[Code]https://github.com/david-gpu/srez


[Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network] (Using Deep residual network)

[Paper]https://arxiv.org/abs/1609.04802

[Code]https://github.com/leehomyc/Photo-Realistic-Super-Resoluton


[EnhanceGAN]

[Docs]https://medium.com/@richardherbert/faces-from-noise-super-enhancing-8x8-images-with-enhancegan-ebda015bb5e0#.io6pskvin


Disocclusion


[Robust LSTM-Autoencoders for Face De-Occlusion in the Wild] 

[Paper]https://arxiv.org/abs/1612.08534


Semantic Segmentation


[Semantic Segmentation using Adversarial Networks] (soumith's paper)

[Paper]https://arxiv.org/abs/1611.08408


Object Detection


[Perceptual generative adversarial networks for small object detection](Submitted)


[A-Fast-RCNN: Hard Positive Generation via Adversary for Object Detection](CVPR2017)

[Paper]http://abhinavsh.info/papers/pdfs/adversarial_object_detection.pdf


RNN


[C-RNN-GAN: Continuous recurrent neural networks with adversarial training] 

[Paper]https://arxiv.org/abs/1611.09904

[Code]https://github.com/olofmogren/c-rnn-gan


Conditional adversarial


[Conditional Generative Adversarial Nets] 

[Paper]https://arxiv.org/abs/1411.1784

[Code]https://github.com/zhangqianhui/Conditional-Gans


[InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets] 

[Paper]https://arxiv.org/abs/1606.03657

[Code]https://github.com/buriburisuri/supervised_infogan


[Image-to-image translation using conditional adversarial nets]

[Paper]https://arxiv.org/pdf/1611.07004v1.pdf

[Code]https://github.com/phillipi/pix2pix

[Code]https://github.com/yenchenlin/pix2pix-tensorflow


[Conditional Image Synthesis With Auxiliary Classifier GANs](GoogleBrain ICLR 2017)

[Paper]https://arxiv.org/abs/1610.09585

[Code]https://github.com/buriburisuri/ac-gan


[Pixel-Level Domain Transfer]

[Paper]https://arxiv.org/pdf/1603.07442v2.pdf

[Code]https://github.com/fxia22/pldtgan


[Invertible Conditional GANs for image editing] 

[Paper]https://arxiv.org/abs/1611.06355

[Code]https://github.com/Guim3/IcGAN


[Plug & Play Generative Networks: Conditional Iterative Generation of Images in Latent Space]

[Paper]https://arxiv.org/abs/1612.00005v1

[Code]https://github.com/Evolving-AI-Lab/ppgn


[StackGAN: Text to Photo-realistic Image Synthesis with Stacked Generative Adversarial Networks]

[Paper]https://arxiv.org/pdf/1612.03242v1.pdf

[Code]https://github.com/hanzhanggit/StackGAN


[Unsupervised Image-to-Image Translation with G

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值