paper-with-me

Papers

Phrase-based Image Captioning with Hierarchical LSTM Model

2017-11-11 · Ying Hua Tan, Chee Seng Chan

Automatic generation of caption to describe the content of an image has been gaining a lot of research interests recently, where most of the existing works treat the image caption as pure sequential data. Natural language, however possess a temporal hierarchy structure, with complex dependencies between each subsequence. In this paper, we propose a phrase-based hierarchical Long Short-Term Memory (phi-LSTM) model to generate image description. In contrast to the conventional solutions that generate caption in a pure sequential manner, our proposed model decodes image caption from phrase to sentence. It consists of a phrase decoder at the bottom hierarchy to decode noun phrases of variable length, and an abbreviated sentence decoder at the upper hierarchy to decode an abbreviated form of the image description. A complete image caption is formed by combining the generated phrases with sentence during the inference stage. Empirically, our proposed model shows a better or competitive result on the Flickr8k, Flickr30k and MS-COCO datasets in comparison to the state-of-the art models. We also show that our proposed model is able to generate more novel captions (not seen in the training data) which are richer in word contents in all these three datasets.

📄 PDF Abstract BibTeX arXiv:1711.05557

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage CaptioningImage DescriptionmodelSentence

Similar Papers 제목 키워드 기반

phi-LSTM: A Phrase-based Hierarchical LSTM Model for Image Captioning

2016-08-20 · Ying Hua Tan, Chee Seng Chan

A picture is worth a thousand words. Not until recently, however, we noticed some success stories in understanding of visual scenes: a model that is able to detect/name objects, describe their attributes, and recognize t…

Image CaptioningImage DescriptionSentence

Hierarchical LSTMs with Adaptive Attention for Visual Captioning

2018-12-26 · Jingkuan Song, Xiangpeng Li, Lianli Gao, Heng Tao Shen

Recent progress has been made in using attention based encoder-decoder framework for image and video captioning. Most existing decoders apply the attention mechanism to every generated word including both visual words (e…

Caption GenerationImage CaptioningLanguage ModelingLanguage Modelling+1

Hierarchical Multimodal LSTM for Dense Visual-Semantic Embedding

2017-10-01 · ICCV 2017 10 · Zhenxing Niu, Mo Zhou, Le Wang, Xinbo Gao 외

We address the problem of dense visual-semantic embedding that maps not only full sentences and whole images but also phrases within sentences and salient regions within images into a multimodal embedding space. As a res…

Sentence

Video Captioning with Boundary-aware Hierarchical Language Decoding and Joint Video Prediction

2018-07-08 · Xiangxi Shi, Jianfei Cai, Jiuxiang Gu, Shafiq Joty

The explosion of video data on the internet requires effective and efficient technology to generate captions automatically for people who are not able to watch the videos. Despite the great progress of video captioning r…

DecoderLanguage ModelingLanguage ModellingSentence+3

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 …

Image CaptioningSentence