CVAIMar 1, 2020

Say As You Wish: Fine-grained Control of Image Caption Generation with Abstract Scene Graphs

arXiv:2003.00387v1247 citations
AI Analysis

This addresses the need for intention-aware image captioning models that can produce diverse descriptions based on user specifications, offering a domain-specific improvement in computer vision and natural language processing.

The paper tackles the problem of generating image captions with fine-grained user control over content and detail, proposing an Abstract Scene Graph (ASG) structure to represent intentions and an ASG2Caption model that achieves better controllability and significantly improves caption diversity compared to baselines on VisualGenome and MSCOCO datasets.

Humans are able to describe image contents with coarse to fine details as they wish. However, most image captioning models are intention-agnostic which can not generate diverse descriptions according to different user intentions initiatively. In this work, we propose the Abstract Scene Graph (ASG) structure to represent user intention in fine-grained level and control what and how detailed the generated description should be. The ASG is a directed graph consisting of three types of \textbf{abstract nodes} (object, attribute, relationship) grounded in the image without any concrete semantic labels. Thus it is easy to obtain either manually or automatically. From the ASG, we propose a novel ASG2Caption model, which is able to recognise user intentions and semantics in the graph, and therefore generate desired captions according to the graph structure. Our model achieves better controllability conditioning on ASGs than carefully designed baselines on both VisualGenome and MSCOCO datasets. It also significantly improves the caption diversity via automatically sampling diverse ASGs as control signals.

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