SOTAVerified

LR-GAN: Layered Recursive Generative Adversarial Networks for Image Generation

2017-03-05Code Available0· sign in to hype

Jianwei Yang, Anitha Kannan, Dhruv Batra, Devi Parikh

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present LR-GAN: an adversarial image generation model which takes scene structure and context into account. Unlike previous generative adversarial networks (GANs), the proposed GAN learns to generate image background and foregrounds separately and recursively, and stitch the foregrounds on the background in a contextually relevant manner to produce a complete natural image. For each foreground, the model learns to generate its appearance, shape and pose. The whole model is unsupervised, and is trained in an end-to-end manner with gradient descent methods. The experiments demonstrate that LR-GAN can generate more natural images with objects that are more human recognizable than DCGAN.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-10LR-GANInception score7.17Unverified

Reproductions