CVAug 2, 2016

Temporal Segment Networks: Towards Good Practices for Deep Action Recognition

arXiv:1608.00859v14255 citations
Originality Highly original
AI Analysis

This addresses the problem of improving video action recognition for computer vision applications, representing an incremental advance with novel method development.

The paper tackled the challenge of designing effective deep convolutional network architectures for action recognition in videos, achieving state-of-the-art performance with 69.4% on HMDB51 and 94.2% on UCF101.

Deep convolutional networks have achieved great success for visual recognition in still images. However, for action recognition in videos, the advantage over traditional methods is not so evident. This paper aims to discover the principles to design effective ConvNet architectures for action recognition in videos and learn these models given limited training samples. Our first contribution is temporal segment network (TSN), a novel framework for video-based action recognition. which is based on the idea of long-range temporal structure modeling. It combines a sparse temporal sampling strategy and video-level supervision to enable efficient and effective learning using the whole action video. The other contribution is our study on a series of good practices in learning ConvNets on video data with the help of temporal segment network. Our approach obtains the state-the-of-art performance on the datasets of HMDB51 ( $ 69.4\% $) and UCF101 ($ 94.2\% $). We also visualize the learned ConvNet models, which qualitatively demonstrates the effectiveness of temporal segment network and the proposed good practices.

Code Implementations22 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes