# Aligning Linguistic Words and Visual Semantic Units for Image Captioning

**Authors:** Longteng Guo, Jing Liu, Jinhui Tang, Jiangwei Li, Wei Luo, Hanqing Lu

arXiv: 1908.02127 · 2019-08-07

## TL;DR

This paper introduces a novel image captioning method that explicitly models object interactions and aligns linguistic words with visual semantic units using graph convolutional networks, leading to improved captioning performance.

## Contribution

It proposes a new framework that constructs semantic and geometry graphs to better align words with visual units, enhancing image captioning accuracy.

## Key findings

- Achieved superior results on MS-COCO dataset.
- Effectively models object interactions and attributes.
- Improved alignment between words and visual units.

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.02127/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1908.02127/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1908.02127/full.md

---
Source: https://tomesphere.com/paper/1908.02127