Video Paragraph Captioning Using Hierarchical Recurrent Neural Networks

Abstract

We present an approach that exploits hierarchical Recurrent Neural Networks (RNNs) to tackle the video captioning problem, i.e., generating one or multiple sentences to describe a realistic video. Our hierarchical framework contains a sentence generator and a paragraph generator. The sentence generator produces one simple short sentence that describes a specific short video interval. It exploits both temporal- and spatial-attention mechanisms to selectively focus on visual elements during generation. The paragraph generator captures the inter-sentence dependency by taking as input the sentential embedding produced by the sentence generator, combining it with the paragraph history, and outputting the new initial state for the sentence generator. We evaluate our approach on two large-scale benchmark datasets: YouTubeClips and TACoS-MultiLevel. The experiments demonstrate that our approach significantly outperforms the current state-of-the-art methods with BLEU@4 scores 0.499 and 0.305 respectively.

Cite

Text

Yu et al. "Video Paragraph Captioning Using Hierarchical Recurrent Neural Networks." Conference on Computer Vision and Pattern Recognition, 2016. doi:10.1109/CVPR.2016.496

Markdown

[Yu et al. "Video Paragraph Captioning Using Hierarchical Recurrent Neural Networks." Conference on Computer Vision and Pattern Recognition, 2016.](https://mlanthology.org/cvpr/2016/yu2016cvpr-video/) doi:10.1109/CVPR.2016.496

BibTeX

@inproceedings{yu2016cvpr-video,
  title     = {{Video Paragraph Captioning Using Hierarchical Recurrent Neural Networks}},
  author    = {Yu, Haonan and Wang, Jiang and Huang, Zhiheng and Yang, Yi and Xu, Wei},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2016},
  doi       = {10.1109/CVPR.2016.496},
  url       = {https://mlanthology.org/cvpr/2016/yu2016cvpr-video/}
}