English

Hierarchical Deep Recurrent Architecture for Video Understanding

Computer Vision and Pattern Recognition 2017-07-12 v1

Abstract

This paper introduces the system we developed for the Youtube-8M Video Understanding Challenge, in which a large-scale benchmark dataset was used for multi-label video classification. The proposed framework contains hierarchical deep architecture, including the frame-level sequence modeling part and the video-level classification part. In the frame-level sequence modelling part, we explore a set of methods including Pooling-LSTM (PLSTM), Hierarchical-LSTM (HLSTM), Random-LSTM (RLSTM) in order to address the problem of large amount of frames in a video. We also introduce two attention pooling methods, single attention pooling (ATT) and multiply attention pooling (Multi-ATT) so that we can pay more attention to the informative frames in a video and ignore the useless frames. In the video-level classification part, two methods are proposed to increase the classification performance, i.e. Hierarchical-Mixture-of-Experts (HMoE) and Classifier Chains (CC). Our final submission is an ensemble consisting of 18 sub-models. In terms of the official evaluation metric Global Average Precision (GAP) at 20, our best submission achieves 0.84346 on the public 50% of test dataset and 0.84333 on the private 50% of test data.

Keywords

Cite

@article{arxiv.1707.03296,
  title  = {Hierarchical Deep Recurrent Architecture for Video Understanding},
  author = {Luming Tang and Boyang Deng and Haiyu Zhao and Shuai Yi},
  journal= {arXiv preprint arXiv:1707.03296},
  year   = {2017}
}

Comments

Accepted as Classification Challenge Track paper in CVPR 2017 Workshop on YouTube-8M Large-Scale Video Understanding

R2 v1 2026-06-22T20:43:37.031Z