paper-with-me

Papers

Convolutional Image Captioning

2017-11-24 · CVPR 2018 6 · Jyoti Aneja, Aditya Deshpande, Alexander Schwing

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.

📄 PDF Abstract BibTeX arXiv:1711.09151

Code (4)

aditya12agd5/convcap 공식 구현 pytorch
NaskyD/convnet pytorch
davinhill/Convolution_Captioning pytorch
xuewyang/Fashion_Captioning pytorch

Tasks

Image CaptioningText GenerationTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

DenseCap: Fully Convolutional Localization Networks for Dense Captioning

2015-11-24 · CVPR 2016 6 · Justin Johnson, Andrej Karpathy, Li Fei-Fei

We introduce the dense captioning task, which requires a computer vision system to both localize and describe salient regions in images in natural language. The dense captioning task generalizes object detection when the…

Dense CaptioningImage CaptioningLanguage ModelingLanguage Modelling+3

Image Representations and New Domains in Neural Image Captioning

2015-08-09 · WS 2015 9 · Jack Hessel, Nicolas Savva, Michael J. Wilber

We examine the possibility that recent promising results in automatic caption generation are due primarily to language models. By varying image representation quality produced by a convolutional neural network, we find t…

Caption GenerationImage Captioning

SCA-CNN: Spatial and Channel-wise Attention in Convolutional Networks for Image Captioning

2016-11-17 · CVPR 2017 7 · Long Chen, Hanwang Zhang, Jun Xiao, Liqiang Nie 외

Visual attention has been successfully applied in structural prediction tasks such as visual captioning and question answering. Existing visual attention models are generally spatial, i.e., the attention is modeled as sp…

Image CaptioningSentence

Improved Bengali Image Captioning via deep convolutional neural network based encoder-decoder model

2021-02-14 · Mohammad Faiyaz Khan, S. M. Sadiq-Ur-Rahman Shifath, Md. Saiful Islam

Image Captioning is an arduous task of producing syntactically and semantically correct textual descriptions of an image in natural language with context related to the image. Existing notable pieces of research in Benga…

DecoderImage Captioning

In Defense of Scene Graphs for Image Captioning

2021-02-09 · ICCV 2021 10 · Kien Nguyen, Subarna Tripathi, Bang Du, Tanaya Guha 외

The mainstream image captioning models rely on Convolutional Neural Network (CNN) image features to generate captions via recurrent models. Recently, image scene graphs have been used to augment captioning models so as t…

Human-Object Interaction DetectionImage Captioning