Generating images with recurrent adversarial networks

  • arxiv: http://arxiv.org/abs/1602.05110
  • github: https://github.com/jiwoongim/GRAN

转自http://handong1587.github.io/deep_learning/2015/10/09/image-generation.html

Papers

Optimizing Neural Networks That Generate Images(2014. PhD thesis)

  • paper : http://www.cs.toronto.edu/~tijmen/tijmen_thesis.pdf
  • github: https://github.com/mrkulk/Unsupervised-Capsule-Network

Learning to Generate Chairs, Tables and Cars with Convolutional Networks

  • arxiv: http://arxiv.org/abs/1411.5928
  • code,demo&data: http://lmb.informatik.uni-freiburg.de/resources/software.php
  • raw data(3GB): http://www.di.ens.fr/willow/research/seeing3Dchairs/data/rendered_chairs.tar

Generative Adversarial Networks Generative Adversarial Nets

  • arxiv: http://arxiv.org/abs/1406.2661
  • paper: https://papers.nips.cc/paper/5423-generative-adversarial-nets.pdf
  • github: https://github.com/goodfeli/adversarial
  • github: https://github.com/aleju/cat-generator

DRAW: A Recurrent Neural Network For Image Generation (Google DeepMind)

  • arxiv: http://arxiv.org/abs/1502.04623
  • github: https://github.com/vivanov879/draw
  • github(Theano): https://github.com/jbornschein/draw
  • github(Lasagne): https://github.com/skaae/lasagne-draw
  • youtube: https://www.youtube.com/watch?v=Zt-7MI9eKEo&hd=1
  • video: http://pan.baidu.com/s/1gd3W6Fh

Understanding and Implementing Deepmind’s DRAW Model

Generative Image Modeling Using Spatial LSTMs

Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks(NIPS 2015)

  • arxiv: http://arxiv.org/abs/1506.05751
  • code: http://soumith.ch/eyescream/
  • project page: http://soumith.ch/eyescream/
  • homepage: http://www.cs.nyu.edu/~denton/

Conditional generative adversarial nets for convolutional face generation

  • paper: http://www.foldl.me/uploads/2015/conditional-gans-face-generation/paper.pdf
  • blog: http://www.foldl.me/2015/conditional-gans-face-generation/
  • github: https://github.com/hans/adversarial

Generating Images from Captions with Attention

  • arxiv: http://arxiv.org/abs/1511.02793
  • github: https://github.com/emansim/text2image
  • demo: http://www.cs.toronto.edu/~emansim/cap2im.html

Attribute2Image: Conditional Image Generation from Visual Attributes

  • arxiv: http://arxiv.org/abs/1512.00570

Deep Visual Analogy-Making

  • paper: https://papers.nips.cc/paper/5845-deep-visual-analogy-making.pdf
  • code: http://www-personal.umich.edu/~reedscot/files/nips2015-analogy.tar.gz
  • data: http://www-personal.umich.edu/~reedscot/files/nips2015-analogy-data.tar.gz
  • slides: http://www-personal.umich.edu/~reedscot/files/nips2015-analogy-slides.pptx

Autoencoding beyond pixels using a learned similarity metric

  • arxiv: http://arxiv.org/abs/1512.09300
  • demo: http://algoalgebra.csa.iisc.ernet.in/deepimagine/
  • github: https://github.com/andersbll/autoencoding_beyond_pixels
  • video: http://video.weibo.com/show?fid=1034:f00b4e5a34e8c1ebe78ccd00da95f9e0
  • github: https://github.com/stitchfix/fauxtograph

Deep Visual Analogy-Making

  • paper: https://papers.nips.cc/paper/5845-deep-visual-analogy-making
  • github(Tensorflow): https://github.com/carpedm20/visual-analogy-tensorflow
  • slides: http://slideplayer.com/slide/9147672/
  • mirror: http://pan.baidu.com/s/1pKgrdnt

PixelRNN

Pixel Recurrent Neural Networks (Google DeepMind. ICML 2016 best paper)

  • arxiv: http://arxiv.org/abs/1601.06759
  • github: https://github.com/igul222/pixel_rnn
  • notes(by Hugo Larochelle): https://www.evernote.com/shard/s189/sh/fdf61a28-f4b6-491b-bef1-f3e148185b18/aba21367d1b3730d9334ed91d3250848
  • video(by Hugo Larochelle): https://www.periscope.tv/hugo_larochelle/1ypKdnMkjBnJW

Generating images with recurrent adversarial networks

  • arxiv: http://arxiv.org/abs/1602.05110
  • github: https://github.com/jiwoongim/GRAN

Generative Adversarial Text to Image Synthesis (ICML 2016)

  • arxiv: http://arxiv.org/abs/1605.05396
  • project page: https://www.mpi-inf.mpg.de/departments/computer-vision-and-multimodal-computing/research/embeddings-for-image-classification/generative-adversarial-text-to-image-synthesis/
  • github: https://github.com/reedscot/icml2016
  • code+dataset: http://datasets.d2.mpi-inf.mpg.de/akata/cub_txt.tar.gz

PixelCNN

Conditional Image Generation with PixelCNN Decoders (Google DeepMind. PixelCNN 2.0)

  • arxiv: http://arxiv.org/abs/1606.05328

Inverting face embeddings with convolutional neural networks

  • arxiv: http://arxiv.org/abs/1606.04189
  • github: https://github.com/pavelgonchar/face-transfer-tensorflow

Deep Generative Model

Digit Fantasies by a Deep Generative Model

  • demo: http://www.dpkingma.com/sgvb_mnist_demo/demo.html

Conditional generative adversarial nets for convolutional face generation

  • paper: http://www.foldl.me/uploads/2015/conditional-gans-face-generation/paper.pdf
  • blog: http://www.foldl.me/2015/conditional-gans-face-generation/
  • github: https://github.com/hans/adversarial

Max-margin Deep Generative Models

  • arxiv: http://arxiv.org/abs/1504.06787
  • github: https://github.com/zhenxuan00/mmdgm

Deep Generative Image Models using a Laplacian Pyramid of Adversarial Networks (NIPS 2015)

  • arxiv: http://arxiv.org/abs/1506.05751
  • code: http://soumith.ch/eyescream/
  • project page: http://soumith.ch/eyescream/
  • homepage: http://www.cs.nyu.edu/~denton/
  • notes:http://colinraffel.com/wiki/deep_generative_image_models_using_a_laplacian_pyramid_of_adversarial_networks

Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks(CatGAN)

  • arxiv: http://arxiv.org/abs/1511.06390

Torch convolutional GAN: Generating Faces with Torch

  • blog: http://torch.ch/blog/2015/11/13/gan.html
  • github: https://github.com/skaae/torch-gan

DCGAN

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks (DCGAN)

  • arxiv: http://arxiv.org/abs/1511.06434
  • github: https://github.com/jazzsaxmafia/dcgan_tensorflow
  • github: https://github.com/Newmu/dcgan_code
  • github: https://github.com/mattya/chainer-DCGAN
  • github: https://github.com/soumith/dcgan.torch
  • github: https://github.com/carpedm20/DCGAN-tensorflow

Discriminative Regularization for Generative Models

  • arxiv: http://arxiv.org/abs/1602.03220
  • github: https://github.com/vdumoulin/discgen

Auxiliary Deep Generative Models

  • arxiv: http://arxiv.org/abs/1602.05473

One-Shot Generalization in Deep Generative Models (Google DeepMind. ICML 2016)

  • arxiv: http://arxiv.org/abs/1603.05106

Synthesizing Dynamic Textures and Sounds by Spatial-Temporal Generative ConvNet

  • project page: http://www.stat.ucla.edu/~jxie/STGConvNet/STGConvNet.html
  • paper:http://www.stat.ucla.edu/~jxie/STGConvNet/STGConvNet_file/doc/STGConvNet.pdf

3D

Weakly-supervised Disentangling with Recurrent Transformations for 3D View Synthesis (NIPS 2015)

  • paper: http://www-personal.umich.edu/~reedscot/nips15_rotator_final.pdf




Blogs

Generative Adversarial Autoencoders in Theano

  • blog: https://swarbrickjones.wordpress.com/2016/01/24/generative-adversarial-autoencoders-in-theano/
  • github: https://github.com/mikesj-public/dcgan-autoencoder

Torch convolutional GAN: Generating Faces with Torch

  • blog: http://torch.ch/blog/2015/11/13/gan.html
  • github: https://github.com/skaae/torch-gan

Generating Large Images from Latent Vectors

http://blog.otoro.net/2016/04/01/generating-large-images-from-latent-vectors/

Generative Adversarial Network Demo for Fresh Machine Learning #2

Projects

Generate cat images with neural networks

  • github: https://github.com/aleju/cat-generator

TF-VAE-GAN-DRAW

  • intro: A collection of generative methods implemented with TensorFlow (Deep Convolutional GenerativeAdversarial Networks (DCGAN), Variational Autoencoder (VAE) and DRAW: A Recurrent Neural Network For Image Generation).
  • github: https://github.com/ikostrikov/TensorFlow-VAE-GAN-DRAW

Generating Large Images from Latent Vectors

  • project page: http://blog.otoro.net/2016/04/01/generating-large-images-from-latent-vectors/
  • github: https://github.com/hardmaru/cppn-gan-vae-tensorflow

Generating Large Images from Latent Vectors - Part Two

  • project page: http://blog.otoro.net/2016/06/02/generating-large-images-from-latent-vectors-part-two/
  • github: https://github.com/hardmaru/resnet-cppn-gan-tensorflow

Image Generation相关推荐

  1. JIT Code Generation代码生成

    JIT Code Generation代码生成 一.表达式编译 代码生成(Code Generation)技术广泛应用于现代的数据系统中.代码生成是将用户输入的表达式.查询.存储过程等现场编译成二进制 ...

  2. MLIR与Code Generation

    MLIR与Code Generation MLIR多级中间表示 MLIR 项目是一种构建可重用和可扩展编译器基础架构的新方法.MLIR 旨在解决软件碎片问题,改进异构硬件的编译,显着降低构建特定领域编 ...

  3. pat1094. The Largest Generation (25)

    1094. The Largest Generation (25) 时间限制 200 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yu ...

  4. Corrigendum: A window into third generation sequencing

    Corrigendum: A window into third generation sequencing  勘误表:第三代测序的窗口 抽象 第一代和第二代测序技术引领了基因组学领域及其他领域的革命 ...

  5. Moving Towards Third‐Generation Sequencing Technologies 迈向第三代测序技术

    Moving Towards Third‐Generation Sequencing Technologies 迈向第三代测序技术 Within just the past few years, ne ...

  6. The impact of third generation genomic technologies on plant genome assembly 第三代基因组技术对植物基因组组装的影响

    题目:The impact of third generation genomic technologies on plant genome assembly 第三代基因组技术  对植物  基因组组装 ...

  7. 【多标签文本分类】SGM: Sequence Generation Model for Multi-Label Classification

    ·阅读摘要:   本文提出基于SGM模型,在Seq2Seq的基础上提出SGM模型应用于多标签文本分类.论文还提出了很多提升模型表现的细节,这是在Seq2Seq中没有的. ·参考文献:   [1] SG ...

  8. 多视角图像生成--Multi-View Image Generation from a Single-View

    Multi-View Image Generation from a Single-View https://www.arxiv.org/pdf/1704.04886 本文使用对抗网络将单视角图像转出 ...

  9. 对抗学习用于目标检测--A-Fast-RCNN: Hard Positive Generation via Adversary for Object Detection

    A-Fast-RCNN: Hard Positive Generation via Adversary for Object Detection CVPR 2017 Caffe code : http ...

最新文章

  1. 软件设计模式-7种设计原则总结
  2. Windows系统下使用protobuf:protobuf的简介、安装、使用方法之详细攻略
  3. 【Python-numpy】range()、np.arange()、np.linspace()、np.logspace()的使用和区别,list和array不同
  4. 用BlazeMeter录制JMeter测试脚本
  5. 逻辑综合——优化电路
  6. 看看你爱的他今天是什么‘颜色‘ -- Python爬取微博评论制作专属偶像词云
  7. selenium模拟登陆时截取验证码
  8. 类名引用static变量好处
  9. js迭代器实现斐波那契数列
  10. 《数字逻辑设计与计算机组成》一 第2章 2.1 简介
  11. JSON数据格式转换(StringBuffer拼接json串)大全及用法
  12. 黑莓 os6 html5,黑莓OS 6内置浏览器HTML5性能超越其他平台
  13. 深入理解 ASP.NET 动态控件 (Part 1 - 感性认识)
  14. 力天创见人脸识别分析客流量
  15. 参加计算机培训典型材料,计算机应用专业典型学员事迹材料
  16. YYCMS5.0影视系统/源码全开源无授权/影视站全自动采集
  17. 【电商】电商供应链产品介绍
  18. 模糊测试工具-peachFuzzer
  19. 教你如何在云服务器上安装并配置web服务器(这里以nginx服务器为例,操作系统linux)
  20. 世界杯开幕战-德国战车VS哥队

热门文章

  1. 计算机故障的现象有哪些,八种常见CPU故障现象的分析与处理_计算机硬件与网络_IT /计算机_信息...
  2. java进销存系统静态页_java 库存 进销存 商户 多用户管理系统 SSM springmvc 项目源码...
  3. tcptracerte参数_探究 wireshark 的 tcptrace 时序图
  4. 【c语言】蓝桥杯算法提高 三个整数的排序
  5. 对Julia社区不熟悉?创始人来告诉你
  6. python手记(45)
  7. centos 6 添加svn 的1.7版本yum源
  8. weblogic 部署后出现Error 404–Not Found
  9. Python-4 两个变量相互交换
  10. libgdx 学习笔记一 开发环境搭建