English

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

Computer Vision and Pattern Recognition 2017-08-03 v3 Machine Learning

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.

Keywords

Cite

@article{arxiv.1703.01560,
  title  = {LR-GAN: Layered Recursive Generative Adversarial Networks for Image Generation},
  author = {Jianwei Yang and Anitha Kannan and Dhruv Batra and Devi Parikh},
  journal= {arXiv preprint arXiv:1703.01560},
  year   = {2017}
}

Comments

21 pages, 22 figures, published as a conference paper at ICLR 2017, code available on GitHub

R2 v1 2026-06-22T18:35:54.141Z