paper-with-me

홈 › Papers

Image Captioning Based on a Hierarchical Attention Mechanism and Policy Gradient Optimization

2018-11-13 · Shi-Yang Yan, Yuan Xie, Fang-Yu Wu, Jeremy S. Smith, Wenjin Lu, Bai-Ling Zhang

Automatically generating the descriptions of an image, i.e., image captioning, is an important and fundamental topic in artificial intelligence, which bridges the gap between computer vision and natural language processing. Based on the successful deep learning models, especially the CNN model and Long Short-Term Memories (LSTMs) with attention mechanism, we propose a hierarchical attention model by utilizing both of the global CNN features and the local object features for more effective feature representation and reasoning in image captioning. The generative adversarial network (GAN), together with a reinforcement learning (RL) algorithm, is applied to solve the exposure bias problem in RNN-based supervised training for language problems. In addition, through the automatic measurement of the consistency between the generated caption and the image content by the discriminator in the GAN framework and RL optimization, we make the finally generated sentences more accurate and natural. Comprehensive experiments show the improved performance of the hierarchical attention mechanism and the effectiveness of our RL-based optimization method. Our model achieves state-of-the-art results on several important metrics in the MSCOCO dataset, using only greedy inference.

📄 PDF Abstract BibTeX arXiv:1811.05253

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkImage CaptioningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

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

Context-Aware Visual Policy Network for Fine-Grained Image Captioning

2019-06-06 · Zheng-Jun Zha, Daqing Liu, Hanwang Zhang, Yongdong Zhang 외

With the maturity of visual detection techniques, we are more ambitious in describing visual content with open-vocabulary, fine-grained and free-form language, i.e., the task of image captioning. In particular, we are in…

Image CaptioningImage Paragraph CaptioningSentenceText Generation

Hierarchical LSTM with Adjusted Temporal Attention for Video Captioning

2017-06-05 · Jingkuan Song, Zhao Guo, Lianli Gao, Wu Liu 외

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

Caption GenerationDecoderLanguage ModelingLanguage Modelling+1

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

Neural Attention for Image Captioning: Review of Outstanding Methods

2021-11-29 · Zanyar Zohourianshahzadi, Jugal K. Kalita

Image captioning is the task of automatically generating sentences that describe an input image in the best way possible. The most successful techniques for automatically generating image captions have recently used atte…

DecoderDeep LearningImage Captioning