Image Generation

Published: 09 Oct 2015 Category: deep_learning

Papers

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

Learning to Generate Chairs, Tables and Cars with Convolutional Networks

Generative Adversarial Networks

DRAW: A Recurrent Neural Network For Image Generation

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

Generating images with recurrent adversarial networks

Blogs

Torch convolutional GAN: Generating Faces with Torch

Codes

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

Understanding and Implementing Deepmind’s DRAW Model