CVNov 24, 2017

Convolutional Image Captioning

arXiv:1711.09151v1400 citations
Originality Synthesis-oriented
AI Analysis

This work addresses image captioning for applications like virtual assistants and accessibility, presenting an incremental improvement in efficiency over existing methods.

The paper tackles image captioning by proposing a convolutional network approach, achieving performance on par with baseline LSTM methods on the MSCOCO dataset while offering faster training per parameter.

Image captioning is an important but challenging task, applicable to virtual assistants, editing tools, image indexing, and support of the disabled. Its challenges are due to the variability and ambiguity of possible image descriptions. In recent years significant progress has been made in image captioning, using Recurrent Neural Networks powered by long-short-term-memory (LSTM) units. Despite mitigating the vanishing gradient problem, and despite their compelling ability to memorize dependencies, LSTM units are complex and inherently sequential across time. To address this issue, recent work has shown benefits of convolutional networks for machine translation and conditional image generation. Inspired by their success, in this paper, we develop a convolutional image captioning technique. We demonstrate its efficacy on the challenging MSCOCO dataset and demonstrate performance on par with the baseline, while having a faster training time per number of parameters. We also perform a detailed analysis, providing compelling reasons in favor of convolutional language generation approaches.

Code Implementations4 repos
Foundations

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

Your Notes