CVJun 8, 2017

Image Captioning with Object Detection and Localization

arXiv:1706.02430v147 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of generating accurate image descriptions for applications in computer vision and AI, representing an incremental improvement over existing methods.

The paper tackles image captioning by combining object detection and localization with an attention-based LSTM, achieving improved performance over previous benchmarks on the COCO dataset.

Automatically generating a natural language description of an image is a task close to the heart of image understanding. In this paper, we present a multi-model neural network method closely related to the human visual system that automatically learns to describe the content of images. Our model consists of two sub-models: an object detection and localization model, which extract the information of objects and their spatial relationship in images respectively; Besides, a deep recurrent neural network (RNN) based on long short-term memory (LSTM) units with attention mechanism for sentences generation. Each word of the description will be automatically aligned to different objects of the input image when it is generated. This is similar to the attention mechanism of the human visual system. Experimental results on the COCO dataset showcase the merit of the proposed method, which outperforms previous benchmark models.

Foundations

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

Your Notes