错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Image Caption Generation Using Neural Networks

  • Jayati Ghosh Dastidar,
  • Anweshan Mukherjee,
  • Anushka Mukherjee,
  • Sunetra Dutta

摘要

Image captioning is a growing field and has many applications. This paper focuses on the use of two different models—one for extracting information from images and another for generating captions. They were combined to obtain the final model. The algorithm uses a frequent vocabulary where words whose presence in the dataset is more than a threshold value are kept. These words were indexed for use in the model. All images were passed through the convolution neural network base of the model for extracting images; the model dealing with text generation contains LSTM, a type of recurrent neural network. Embedding vectors from GloVe word embeddings were incorporated for better results. The categorical cross-entropy loss function was used and the values obtained were closely monitored while training the model and the model was tuned accordingly. A METEOR performance metric was used to quantify the performance of the model. The result obtained is comparable to existing models.