CVJan 31, 2016

Order-aware Convolutional Pooling for Video Based Action Recognition

arXiv:1602.00224v11 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of capturing dynamic temporal information in video action recognition, which is incremental as it builds on existing pooling methods by adding order-awareness.

The paper tackles the problem of video-based action recognition by proposing a novel temporal pooling method that incorporates temporal order information to improve video representation, achieving superior performance over conventional pooling methods on HMDB51 and UCF101 datasets.

Most video based action recognition approaches create the video-level representation by temporally pooling the features extracted at each frame. The pooling methods that they adopt, however, usually completely or partially neglect the dynamic information contained in the temporal domain, which may undermine the discriminative power of the resulting video representation since the video sequence order could unveil the evolution of a specific event or action. To overcome this drawback and explore the importance of incorporating the temporal order information, in this paper we propose a novel temporal pooling approach to aggregate the frame-level features. Inspired by the capacity of Convolutional Neural Networks (CNN) in making use of the internal structure of images for information abstraction, we propose to apply the temporal convolution operation to the frame-level representations to extract the dynamic information. However, directly implementing this idea on the original high-dimensional feature would inevitably result in parameter explosion. To tackle this problem, we view the temporal evolution of the feature value at each feature dimension as a 1D signal and learn a unique convolutional filter bank for each of these 1D signals. We conduct experiments on two challenging video-based action recognition datasets, HMDB51 and UCF101; and demonstrate that the proposed method is superior to the conventional pooling methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes