CVJan 19, 2020

MixTConv: Mixed Temporal Convolutional Kernels for Efficient Action Recogntion

arXiv:2001.06769v36 citations
AI Analysis

This work addresses efficient action recognition for video analysis, offering an incremental improvement over existing methods by enhancing temporal feature extraction.

The paper tackles the suboptimal temporal modeling in video action recognition by proposing Mixed Temporal Convolution (MixTConv), which uses multiple kernel sizes to handle both long-term and short-term actions, achieving state-of-the-art results on multiple benchmarks.

To efficiently extract spatiotemporal features of video for action recognition, most state-of-the-art methods integrate 1D temporal convolution into a conventional 2D CNN backbone. However, they all exploit 1D temporal convolution of fixed kernel size (i.e., 3) in the network building block, thus have suboptimal temporal modeling capability to handle both long-term and short-term actions. To address this problem, we first investigate the impacts of different kernel sizes for the 1D temporal convolutional filters. Then, we propose a simple yet efficient operation called Mixed Temporal Convolution (MixTConv), which consists of multiple depthwise 1D convolutional filters with different kernel sizes. By plugging MixTConv into the conventional 2D CNN backbone ResNet-50, we further propose an efficient and effective network architecture named MSTNet for action recognition, and achieve state-of-the-art results on multiple benchmarks.

Foundations

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

Your Notes