CVJan 11, 2019

Using Scene Graph Context to Improve Image Generation

arXiv:1901.03762v235 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of ensuring generated images comply with scene graphs, which is important for applications in computer vision and AI, but it is incremental as it builds on existing methods.

The paper tackles the problem of generating realistic images from scene graphs by introducing a scene graph context network to better preserve non-spatial object relationships, and it outperforms state-of-the-art methods on this task.

Generating realistic images from scene graphs asks neural networks to be able to reason about object relationships and compositionality. As a relatively new task, how to properly ensure the generated images comply with scene graphs or how to measure task performance remains an open question. In this paper, we propose to harness scene graph context to improve image generation from scene graphs. We introduce a scene graph context network that pools features generated by a graph convolutional neural network that are then provided to both the image generation network and the adversarial loss. With the context network, our model is trained to not only generate realistic looking images, but also to better preserve non-spatial object relationships. We also define two novel evaluation metrics, the relation score and the mean opinion relation score, for this task that directly evaluate scene graph compliance. We use both quantitative and qualitative studies to demonstrate that our pro-posed model outperforms the state-of-the-art on this challenging task.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes