CVAICLJul 20, 2022

GRIT: Faster and Better Image captioning Transformer Using Dual Visual Features

arXiv:2207.09666v1158 citationsh-index: 33
Originality Highly original
AI Analysis

This work addresses image captioning for AI applications, offering a novel method with significant performance gains, though it is incremental in combining existing feature types.

The paper tackles the problem of image captioning by proposing GRIT, a Transformer-only architecture that uses both grid- and region-based visual features, resulting in improved accuracy and faster inference compared to previous methods.

Current state-of-the-art methods for image captioning employ region-based features, as they provide object-level information that is essential to describe the content of images; they are usually extracted by an object detector such as Faster R-CNN. However, they have several issues, such as lack of contextual information, the risk of inaccurate detection, and the high computational cost. The first two could be resolved by additionally using grid-based features. However, how to extract and fuse these two types of features is uncharted. This paper proposes a Transformer-only neural architecture, dubbed GRIT (Grid- and Region-based Image captioning Transformer), that effectively utilizes the two visual features to generate better captions. GRIT replaces the CNN-based detector employed in previous methods with a DETR-based one, making it computationally faster. Moreover, its monolithic design consisting only of Transformers enables end-to-end training of the model. This innovative design and the integration of the dual visual features bring about significant performance improvement. The experimental results on several image captioning benchmarks show that GRIT outperforms previous methods in inference accuracy and speed.

Code Implementations2 repos
Foundations

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

Your Notes