CVNov 17, 2020

3D CNNs with Adaptive Temporal Feature Resolutions

arXiv:2011.08652v40.0044 citations
AI Analysis75

This work offers a significant improvement in efficiency for researchers and practitioners working with 3D CNNs for action recognition, making these models more practical for deployment.

This paper addresses the computational expense of 3D CNNs for action recognition by introducing a Similarity Guided Sampling (SGS) module. This module adaptively adjusts temporal feature resolution based on input video clips, reducing computational cost (GFLOPs) by half while maintaining or improving accuracy.

While state-of-the-art 3D Convolutional Neural Networks (CNN) achieve very good results on action recognition datasets, they are computationally very expensive and require many GFLOPs. While the GFLOPs of a 3D CNN can be decreased by reducing the temporal feature resolution within the network, there is no setting that is optimal for all input clips. In this work, we therefore introduce a differentiable Similarity Guided Sampling (SGS) module, which can be plugged into any existing 3D CNN architecture. SGS empowers 3D CNNs by learning the similarity of temporal features and grouping similar features together. As a result, the temporal feature resolution is not anymore static but it varies for each input video clip. By integrating SGS as an additional layer within current 3D CNNs, we can convert them into much more efficient 3D CNNs with adaptive temporal feature resolutions (ATFR). Our evaluations show that the proposed module improves the state-of-the-art by reducing the computational cost (GFLOPs) by half while preserving or even improving the accuracy. We evaluate our module by adding it to multiple state-of-the-art 3D CNNs on various datasets such as Kinetics-600, Kinetics-400, mini-Kinetics, Something-Something V2, UCF101, and HMDB51.

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