English

Image Generation from Scene Graphs

Computer Vision and Pattern Recognition 2018-04-06 v1 Machine Learning

Abstract

To truly understand the visual world our models should be able not only to recognize images but also generate them. To this end, there has been exciting recent progress on generating images from natural language descriptions. These methods give stunning results on limited domains such as descriptions of birds or flowers, but struggle to faithfully reproduce complex sentences with many objects and relationships. To overcome this limitation we propose a method for generating images from scene graphs, enabling explicitly reasoning about objects and their relationships. Our model uses graph convolution to process input graphs, computes a scene layout by predicting bounding boxes and segmentation masks for objects, and converts the layout to an image with a cascaded refinement network. The network is trained adversarially against a pair of discriminators to ensure realistic outputs. We validate our approach on Visual Genome and COCO-Stuff, where qualitative results, ablations, and user studies demonstrate our method's ability to generate complex images with multiple objects.

Keywords

Cite

@article{arxiv.1804.01622,
  title  = {Image Generation from Scene Graphs},
  author = {Justin Johnson and Agrim Gupta and Li Fei-Fei},
  journal= {arXiv preprint arXiv:1804.01622},
  year   = {2018}
}

Comments

To appear at CVPR 2018

R2 v1 2026-06-23T01:14:17.087Z