CVJul 23, 2020

Comprehensive Image Captioning via Scene Graph Decomposition

arXiv:2007.11731v1143 citations
Originality Incremental advance
AI Analysis

This addresses the problem of generating accurate and diverse captions for images, with incremental improvements in specific aspects like grounding and controllability.

The paper tackles image captioning by decomposing scene graphs into sub-graphs to capture semantic components, achieving state-of-the-art results in diversity, grounding, and controllability.

We address the challenging problem of image captioning by revisiting the representation of image scene graph. At the core of our method lies the decomposition of a scene graph into a set of sub-graphs, with each sub-graph capturing a semantic component of the input image. We design a deep model to select important sub-graphs, and to decode each selected sub-graph into a single target sentence. By using sub-graphs, our model is able to attend to different components of the image. Our method thus accounts for accurate, diverse, grounded and controllable captioning at the same time. We present extensive experiments to demonstrate the benefits of our comprehensive captioning model. Our method establishes new state-of-the-art results in caption diversity, grounding, and controllability, and compares favourably to latest methods in caption quality. Our project website can be found at http://pages.cs.wisc.edu/~yiwuzhong/Sub-GC.html.

Code Implementations1 repo
Foundations

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

Your Notes