Describing Videos by Exploiting Temporal Structure
Li Yao, Atousa Torabi, Kyunghyun Cho, Nicolas Ballas, Christopher Pal, Hugo Larochelle, Aaron Courville
TL;DR
The paper tackles open-domain video description by addressing the dual temporal structure of videos: local motion within short frame sequences and global temporal ordering of events. It introduces a 3-D CNN to capture local spatio-temporal cues and a temporal attention mechanism to leverage global structure, integrating both within an encoder--decoder framework with an LSTM decoder. Empirical results on Youtube2Text and the larger DVS dataset show that combining local and global temporal modeling yields the strongest performance across BLEU, METEOR, CIDEr, and perplexity, with qualitative attention visualizations supporting the interpretability of the model. This work advances open-domain video captioning by effectively incorporating temporal structure and motion-aware representations, offering improvements in automatic description quality and practical applicability for video indexing and accessibility.
Abstract
Recent progress in using recurrent neural networks (RNNs) for image description has motivated the exploration of their application for video description. However, while images are static, working with videos requires modeling their dynamic temporal structure and then properly integrating that information into a natural language description. In this context, we propose an approach that successfully takes into account both the local and global temporal structure of videos to produce descriptions. First, our approach incorporates a spatial temporal 3-D convolutional neural network (3-D CNN) representation of the short temporal dynamics. The 3-D CNN representation is trained on video action recognition tasks, so as to produce a representation that is tuned to human motion and behavior. Second we propose a temporal attention mechanism that allows to go beyond local temporal modeling and learns to automatically select the most relevant temporal segments given the text-generating RNN. Our approach exceeds the current state-of-art for both BLEU and METEOR metrics on the Youtube2Text dataset. We also present results on a new, larger and more challenging dataset of paired video and natural language descriptions.
