Image Generation 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

blog:http://evjang.com/articles/draw

github:https://github.com/ericjang/draw

Generative Image Modeling Using Spatial LSTMs

arxiv:http://arxiv.org/abs/1506.03478

github:https://github.com/lucastheis/ride/

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

youtube:https://www.youtube.com/watch?v=deyOX6Mt_As&feature=em-uploademail

github:https://github.com/llSourcell/Generative-Adversarial-Network-Demo

demo:http://cs.stanford.edu/people/karpathy/gan/

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 Generative Adversarial 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

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 194,761评论 5 460
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 81,953评论 2 371
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 141,998评论 0 320
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 52,248评论 1 263
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 61,130评论 4 356
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 46,145评论 1 272
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 36,550评论 3 381
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 35,236评论 0 253
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 39,510评论 1 291
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 34,601评论 2 310
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 36,376评论 1 326
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 32,247评论 3 313
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 37,613评论 3 299
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 28,911评论 0 17
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 30,191评论 1 250
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 41,532评论 2 342
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 40,739评论 2 335

推荐阅读更多精彩内容

  • 在看《天才在左 疯子在右》这本书的时候,其中有篇文章「永不停息的心脏」中有个段落,感触颇深。 生和死,不重要,重要...
    姜小冉阅读 1,591评论 0 1
  • 开始学画,三天打鱼,两天晒网,总有特别多理由不坚持。儿子功课要辅导,今天工作太辛苦,忙了一天要好好休息。。。现在...
    奔跑吧皮卡丘阅读 859评论 28 49