# Neural Image Captioning

**Authors:** Elaina Tan, Lakshay Sharma

arXiv: 1907.02065 · 2019-07-05

## TL;DR

This paper reviews existing neural image captioning models, proposes an improved model combining CNN and LSTM with beam search, and evaluates its performance using various metrics.

## Contribution

It introduces a simple neural image captioning model using CNN, LSTM, and beam search, and analyzes its effectiveness compared to existing models.

## Key findings

- The proposed model achieves near state-of-the-art performance.
- Beam search improves caption quality.
- Qualitative and quantitative evaluations demonstrate the model's effectiveness.

## Abstract

In recent years, the biggest advances in major Computer Vision tasks, such as object recognition, handwritten-digit identification, facial recognition, and many others., have all come through the use of Convolutional Neural Networks (CNNs). Similarly, in the domain of Natural Language Processing, Recurrent Neural Networks (RNNs), and Long Short Term Memory networks (LSTMs) in particular, have been crucial to some of the biggest breakthroughs in performance for tasks such as machine translation, part-of-speech tagging, sentiment analysis, and many others. These individual advances have greatly benefited tasks even at the intersection of NLP and Computer Vision, and inspired by this success, we studied some existing neural image captioning models that have proven to work well. In this work, we study some existing captioning models that provide near state-of-the-art performances, and try to enhance one such model. We also present a simple image captioning model that makes use of a CNN, an LSTM, and the beam search1 algorithm, and study its performance based on various qualitative and quantitative metrics.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.02065/full.md

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1907.02065/full.md

## References

8 references — full list in the complete paper: https://tomesphere.com/paper/1907.02065/full.md

---
Source: https://tomesphere.com/paper/1907.02065