CVApr 7, 2017

Generalized Rank Pooling for Activity Recognition

arXiv:1704.02112v387 citations
AI Analysis

This work addresses a key bottleneck in video activity recognition for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the problem of discarding temporal order in video activity recognition by proposing generalized rank pooling (GRP), a novel pooling method that preserves temporal order and achieves state-of-the-art performance on several datasets.

Most popular deep models for action recognition split video sequences into short sub-sequences consisting of a few frames; frame-based features are then pooled for recognizing the activity. Usually, this pooling step discards the temporal order of the frames, which could otherwise be used for better recognition. Towards this end, we propose a novel pooling method, generalized rank pooling (GRP), that takes as input, features from the intermediate layers of a CNN that is trained on tiny sub-sequences, and produces as output the parameters of a subspace which (i) provides a low-rank approximation to the features and (ii) preserves their temporal order. We propose to use these parameters as a compact representation for the video sequence, which is then used in a classification setup. We formulate an objective for computing this subspace as a Riemannian optimization problem on the Grassmann manifold, and propose an efficient conjugate gradient scheme for solving it. Experiments on several activity recognition datasets show that our scheme leads to state-of-the-art performance.

Foundations

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

Your Notes