paper-with-me

홈 › Papers

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 performance. In this paper, we propose a bottom-up gated hierarchical attention (GHA) mechanism for image captioning. Our proposed model employs a CNN as the decoder which is able to learn different concepts at different layers, and apparently, different concepts correspond to different areas of an image. Therefore, we develop the GHA in which low-level concepts are merged into high-level concepts and simultaneously low-level attended features pass to the top to make predictions. Our GHA significantly improves the performance of the model that only applies one level attention, for example, the CIDEr score increases from 0.923 to 0.999, which is comparable to the state-of-the-art models that employ attributes boosting and reinforcement learning (RL). We also conduct extensive experiments to analyze the CNN decoder and our proposed GHA, and we find that deeper decoders cannot obtain better performance, and when the convolutional decoder becomes deeper the model is likely to collapse during training.

📄 PDF Abstract BibTeX arXiv:1810.12535

Code (1)

qingzwang/GHA-ImageCaptioning 공식 구현 pytorch

Tasks

DecoderImage CaptioningReinforcement LearningReinforcement Learning (RL)TranslationVisual Question Answering

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

Aligning Linguistic Words and Visual Semantic Units for Image Captioning

2019-08-06 · Longteng Guo, Jing Liu, Jinhui Tang, Jiangwei Li 외

Image captioning attempts to generate a sentence composed of several linguistic words, which are used to describe objects, attributes, and interactions in an image, denoted as visual semantic units in this paper. Based o…

AttributeImage CaptioningObjectSentence

Entangled Transformer for Image Captioning

2019-10-01 · ICCV 2019 10 · Guang Li, Linchao Zhu, Ping Liu, Yi Yang

In image captioning, the typical attention mechanisms are arduous to identify the equivalent visual signals especially when predicting highly abstract words. This phenomenon is known as the semantic gap between vision an…

Image Captioning

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 외

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 processi…

Generative Adversarial NetworkImage CaptioningReinforcement LearningReinforcement Learning (RL)

Global2Local: A Joint-Hierarchical Attention for Video Captioning

2022-03-13 · Chengpeng Dai, Fuhai Chen, Xiaoshuai Sun, Rongrong Ji 외

Recently, automatic video captioning has attracted increasing attention, where the core challenge lies in capturing the key semantic items, like objects and actions as well as their spatial-temporal correlations from the…

Video Captioning