CVMar 18, 2020

STH: Spatio-Temporal Hybrid Convolution for Efficient Action Recognition

arXiv:2003.08042v10.002 citations
AI Analysis55

This addresses the problem of efficient spatio-temporal modeling for action recognition, offering a plug-in solution for existing 2D CNNs, though it is incremental as it builds on prior convolution methods.

The paper tackles the trade-off between performance and complexity in action recognition by introducing a Spatio-Temporal Hybrid Convolution Network (STH) that interleaves spatial and temporal operations in one layer, achieving competitive or better results on datasets like Something-Something and HMDB-51 while maintaining a small parameter cost.

Effective and Efficient spatio-temporal modeling is essential for action recognition. Existing methods suffer from the trade-off between model performance and model complexity. In this paper, we present a novel Spatio-Temporal Hybrid Convolution Network (denoted as "STH") which simultaneously encodes spatial and temporal video information with a small parameter cost. Different from existing works that sequentially or parallelly extract spatial and temporal information with different convolutional layers, we divide the input channels into multiple groups and interleave the spatial and temporal operations in one convolutional layer, which deeply incorporates spatial and temporal clues. Such a design enables efficient spatio-temporal modeling and maintains a small model scale. STH-Conv is a general building block, which can be plugged into existing 2D CNN architectures such as ResNet and MobileNet by replacing the conventional 2D-Conv blocks (2D convolutions). STH network achieves competitive or even better performance than its competitors on benchmark datasets such as Something-Something (V1 & V2), Jester, and HMDB-51. Moreover, STH enjoys performance superiority over 3D CNNs while maintaining an even smaller parameter cost than 2D CNNs.

Foundations

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

Your Notes