An Empirical Study Of Language CNN For Image Captioning | Awesome LLM Papers Contribute to Awesome LLM Papers

An Empirical Study Of Language CNN For Image Captioning

Jiuxiang Gu, Gang Wang, Jianfei Cai, Tsuhan Chen . 2017 IEEE International Conference on Computer Vision (ICCV) 2017 – 145 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
Datasets ICCV

Language Models based on recurrent neural networks have dominated recent image caption generation tasks. In this paper, we introduce a Language CNN model which is suitable for statistical language modeling tasks and shows competitive performance in image captioning. In contrast to previous models which predict next word based on one previous word and hidden state, our language CNN is fed with all the previous words and can model the long-range dependencies of history words, which are critical for image captioning. The effectiveness of our approach is validated on two datasets MS COCO and Flickr30K. Our extensive experimental results show that our method outperforms the vanilla recurrent neural network based language models and is competitive with the state-of-the-art methods.

Similar Work