NewEvery arXiv paper, its researchers & institutions — mapped.
computer vision

Aligning Linguistic Words and Visual Semantic Units for Image Captioning

arXiv:1908.02127 · doi:10.1145/3343031.3350943

summary

The paper proposes a method for image captioning that aligns words with visual semantic units—objects, attributes, and object interactions—using semantic and geometry graphs processed by graph convolutional networks and a context-gated attention mechanism.

Abstract

Image captioning attempts to generate a sentence composed of several linguistic words, which are used to describe objects, attributes, and interactions in an image, denoted as visual semantic units in this paper. Based on this view, we propose to explicitly model the object interactions in semantics and geometry based on Graph Convolutional Networks (GCNs), and fully exploit the alignment between linguistic words and visual semantic units for image captioning. Particularly, we construct a semantic graph and a geometry graph, where each node corresponds to a visual semantic unit, i.e., an object, an attribute, or a semantic (geometrical) interaction between two objects. Accordingly, the semantic (geometrical) context-aware embeddings for each unit are obtained through the corresponding GCN learning processers. At each time step, a context gated attention module takes as inputs the embeddings of the visual semantic units and hierarchically align the current word with these units by first deciding which type of visual semantic unit (object, attribute, or interaction) the current word is about, and then finding the most correlated visual semantic units under this type. Extensive experiments are conducted on the challenging MS-COCO image captioning dataset, and superior results are reported when comparing to state-of-the-art approaches.

8 pages, 5 figures. Accepted by ACM MM 2019

Topics & keywords

#image captioning#graph convolutional networks#visual-semantic alignment#attention mechanism#multimodal learningsemantic graphgeometry graphcontext gated attentionvisual semantic unitsMS-COCO