CLCVMar 3, 2022

A Deep Neural Framework for Image Caption Generation Using GRU-Based Attention Mechanism

arXiv:2203.01594v121 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the problem of generating descriptive text for images, which is useful for applications like accessibility and search, but it is incremental as it builds on existing attention and RNN methods.

The paper tackled image caption generation by combining a pre-trained CNN for feature extraction with a GRU-based attention mechanism, achieving competitive performance on the MSCOCO dataset.

Image captioning is a fast-growing research field of computer vision and natural language processing that involves creating text explanations for images. This study aims to develop a system that uses a pre-trained convolutional neural network (CNN) to extract features from an image, integrates the features with an attention mechanism, and creates captions using a recurrent neural network (RNN). To encode an image into a feature vector as graphical attributes, we employed multiple pre-trained convolutional neural networks. Following that, a language model known as GRU is chosen as the decoder to construct the descriptive sentence. In order to increase performance, we merge the Bahdanau attention model with GRU to allow learning to be focused on a specific portion of the image. On the MSCOCO dataset, the experimental results achieve competitive performance against state-of-the-art approaches.

Foundations

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

Your Notes