GRIT: Faster and Better Image captioning Transformer Using Dual Visual Features
Van-Quang Nguyen, Masanori Suganuma, Takayuki Okatani

TL;DR
GRIT is a Transformer-based image captioning model that combines grid and region features, replacing CNN detectors with DETR for faster, more accurate caption generation through end-to-end training.
Contribution
Introduces GRIT, a novel Transformer-only architecture that effectively fuses grid and region visual features, replacing CNN detectors with DETR for improved speed and accuracy.
Findings
Outperforms previous methods in captioning accuracy.
Achieves faster inference times.
Enables end-to-end training of the model.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
MethodsRegion Proposal Network · Softmax · Convolution · RoIPool · Faster R-CNN
