Image Generation

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

Papers

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

Learning to Generate Chairs, Tables and Cars with Convolutional Networks

Generative Adversarial Networks Generative Adversarial Nets

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

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)

Conditional generative adversarial nets for convolutional face generation

Generating Images from Captions with Attention

Attribute2Image: Conditional Image Generation from Visual Attributes

Deep Visual Analogy-Making

Autoencoding beyond pixels using a learned similarity metric

Deep Visual Analogy-Making

PixelRNN

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

Generating images with recurrent adversarial networks

Generative Adversarial Text to Image Synthesis (ICML 2016)

PixelCNN

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

Inverting face embeddings with convolutional neural networks

Deep Generative Model

Digit Fantasies by a Deep Generative Model

Conditional generative adversarial nets for convolutional face generation

Max-margin Deep Generative Models

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

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

Torch convolutional GAN: Generating Faces with Torch

DCGAN

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

Discriminative Regularization for Generative Models

Auxiliary Deep Generative Models

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

Synthesizing Dynamic Textures and Sounds by Spatial-Temporal Generative ConvNet

3D

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



Blogs

Generative Adversarial Autoencoders in Theano

Torch convolutional GAN: Generating Faces with Torch

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

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

Generating Large Images from Latent Vectors - Part Two

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章