CVNov 24, 2016

AdaScan: Adaptive Scan Pooling in Deep Convolutional Neural Networks for Human Action Recognition in Videos

arXiv:1611.08240v4159 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficiently processing video data for human action recognition, which is incremental as it builds on existing deep learning frameworks with a novel pooling approach.

The paper tackles the problem of identifying discriminative frames in videos for human action recognition by proposing AdaScan, an adaptive temporal pooling method that learns to select informative frames while discarding non-informative ones. It shows consistent improvements over baseline pooling methods on standard benchmarks and achieves competitive results with state-of-the-art on two challenging datasets.

We propose a novel method for temporally pooling frames in a video for the task of human action recognition. The method is motivated by the observation that there are only a small number of frames which, together, contain sufficient information to discriminate an action class present in a video, from the rest. The proposed method learns to pool such discriminative and informative frames, while discarding a majority of the non-informative frames in a single temporal scan of the video. Our algorithm does so by continuously predicting the discriminative importance of each video frame and subsequently pooling them in a deep learning framework. We show the effectiveness of our proposed pooling method on standard benchmarks where it consistently improves on baseline pooling methods, with both RGB and optical flow based Convolutional networks. Further, in combination with complementary video representations, we show results that are competitive with respect to the state-of-the-art results on two challenging and publicly available benchmark datasets.

Foundations

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

Your Notes