Ordered Pooling of Optical Flow Sequences for Action Recognition

Abstract

Training of Convolutional Neural Networks (CNNs) on long video sequences is computationally expensive due to the substantial memory requirements and the massive number of parameters that deep architectures demand. Early fusion of video frames is thus a standard technique, in which several consecutive frames are first agglomerated into a compact representation, and then fed into the CNN as an input sample. For this purpose, a summarization approach that represents a set of consecutive RGB frames by a single dynamic image to capture pixel dynamics is proposed recently. In this paper, we introduce a novel ordered representation of consecutive optical flow frames as an alternative and argue that this representation captures the action dynamics more efficiently than RGB frames. We provide intuitions on why such a representation is better for action recognition. We validate our claims on standard benchmark datasets and demonstrate that using summaries of flow images lead to significant improvements over RGB frames while achieving accuracy comparable to the stateof-the-art on UCF101 and HMDB datasets.

Cite

Text

Wang et al. "Ordered Pooling of Optical Flow Sequences for Action Recognition." IEEE/CVF Winter Conference on Applications of Computer Vision, 2017. doi:10.1109/WACV.2017.26

Markdown

[Wang et al. "Ordered Pooling of Optical Flow Sequences for Action Recognition." IEEE/CVF Winter Conference on Applications of Computer Vision, 2017.](https://mlanthology.org/wacv/2017/wang2017wacv-ordered/) doi:10.1109/WACV.2017.26

BibTeX

@inproceedings{wang2017wacv-ordered,
  title     = {{Ordered Pooling of Optical Flow Sequences for Action Recognition}},
  author    = {Wang, Jue and Cherian, Anoop and Porikli, Fatih},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2017},
  pages     = {168-176},
  doi       = {10.1109/WACV.2017.26},
  url       = {https://mlanthology.org/wacv/2017/wang2017wacv-ordered/}
}