English

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

Computation and Language 2022-03-04 v1 Computer Vision and Pattern Recognition

Abstract

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.

Keywords

Cite

@article{arxiv.2203.01594,
  title  = {A Deep Neural Framework for Image Caption Generation Using GRU-Based Attention Mechanism},
  author = {Rashid Khan and M Shujah Islam and Khadija Kanwal and Mansoor Iqbal and Md. Imran Hossain and Zhongfu Ye},
  journal= {arXiv preprint arXiv:2203.01594},
  year   = {2022}
}

Comments

16 PAGES, 8 figures, 1 TABLE

R2 v1 2026-06-24T10:00:31.039Z