CVMar 29, 2021

No frame left behind: Full Video Action Recognition

arXiv:2103.15395v147 citations
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient frame sampling in video action recognition for computer vision researchers, offering a more computationally tractable approach.

The paper tackles the computational challenge of using all video frames for action recognition by clustering frame activations based on similarity and aggregating them into fewer representations, achieving favorable results on datasets like UCF101 and HMDB51 compared to heuristic sampling methods.

Not all video frames are equally informative for recognizing an action. It is computationally infeasible to train deep networks on all video frames when actions develop over hundreds of frames. A common heuristic is uniformly sampling a small number of video frames and using these to recognize the action. Instead, here we propose full video action recognition and consider all video frames. To make this computational tractable, we first cluster all frame activations along the temporal dimension based on their similarity with respect to the classification task, and then temporally aggregate the frames in the clusters into a smaller number of representations. Our method is end-to-end trainable and computationally efficient as it relies on temporally localized clustering in combination with fast Hamming distances in feature space. We evaluate on UCF101, HMDB51, Breakfast, and Something-Something V1 and V2, where we compare favorably to existing heuristic frame sampling methods.

Code Implementations1 repo
Foundations

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

Your Notes