paper-with-me

홈 › Papers

CNN+CNN: Convolutional Decoders for Image Captioning

2018-05-23 · Qingzhong Wang, Antoni B. Chan

Image captioning is a challenging task that combines the field of computer vision and natural language processing. A variety of approaches have been proposed to achieve the goal of automatically describing an image, and recurrent neural network (RNN) or long-short term memory (LSTM) based models dominate this field. However, RNNs or LSTMs cannot be calculated in parallel and ignore the underlying hierarchical structure of a sentence. In this paper, we propose a framework that only employs convolutional neural networks (CNNs) to generate captions. Owing to parallel computing, our basic model is around 3 times faster than NIC (an LSTM-based model) during training time, while also providing better results. We conduct extensive experiments on MSCOCO and investigate the influence of the model width and depth. Compared with LSTM-based models that apply similar attention mechanisms, our proposed models achieves comparable scores of BLEU-1,2,3,4 and METEOR, and higher scores of CIDEr. We also test our model on the paragraph annotation dataset, and get higher CIDEr score compared with hierarchical LSTMs

📄 PDF Abstract BibTeX arXiv:1805.09019

Code (1)

qingzwang/GHA-ImageCaptioning pytorch

Tasks

Image CaptioningSentence

Similar Papers 제목 키워드 기반

Analysis of Convolutional Decoder for Image Caption Generation

2021-03-08 · Sulabh Katiyar, Samir Kumar Borgohain

Recently Convolutional Neural Networks have been proposed for Sequence Modelling tasks such as Image Caption Generation. However, unlike Recurrent Neural Networks, the performance of Convolutional Neural Networks as Deco…

Caption GenerationData AugmentationDecoderImage Captioning+1

Dual-CNN: A Convolutional language decoder for paragraph image captioning

2020-02-14 · Neurocomputing 2020 2 · Ruifan Li, Haoyun Liang, Yihui Shi, Fangxiang Feng 외

Abstract The task of paragraph image captioning aims to generate a coherent paragraph describing a given image. However, due to their limited ability to capture long-term dependency, recurrent neural network or long-shor…

DecoderDiversityImage CaptioningImage Paragraph Captioning

Gated Hierarchical Attention for Image Captioning

2018-10-30 · Qingzhong Wang, Antoni B. Chan

Attention modules connecting encoder and decoders have been widely applied in the field of object recognition, image captioning, visual question answering and neural machine translation, and significantly improves the pe…

DecoderImage CaptioningReinforcement LearningReinforcement Learning (RL)+2

Image Captioning as Neural Machine Translation Task in SOCKEYE

2018-10-09 · Loris Bazzani, Tobias Domhan, Felix Hieber

Image captioning is an interdisciplinary research problem that stands between computer vision and natural language processing. The task is to generate a textual description of the content of an image. The typical model u…

DecoderImage CaptioningMachine TranslationSentence+1

Review Networks for Caption Generation

2016-05-25 · NeurIPS 2016 12 · Zhilin Yang, Ye Yuan, Yuexin Wu, Ruslan Salakhutdinov 외

We propose a novel extension of the encoder-decoder framework, called a review network. The review network is generic and can enhance any existing encoder- decoder model: in this paper, we consider RNN decoders with both…

Caption GenerationDecoderImage Captioning