Temporal Segment Networks: Towards Good Practices for Deep Action Recognition
Limin Wang, Yuanjun Xiong, Zhe Wang, Yu Qiao, Dahua Lin, Xiaoou Tang, Luc Van Gool
TL;DR
The paper addresses the challenge of recognizing actions in videos by modeling long-range temporal structure under limited data. It introduces Temporal Segment Networks (TSN), a sparse, video-level framework that aggregates information from short snippets spanning an entire video, enabling end-to-end learning with deep architectures. The study provides a set of practical training recommendations (cross-modality pre-training, partial BN with dropout, data augmentation) and explores multiple input modalities (RGB, RGB difference, optical flow, warped flow). Empirical results on HMDB51 and UCF101 show state-of-the-art performance and qualitative insights from model visualization, demonstrating the effectiveness and efficiency of TSN for video action recognition and its applicability in real-world settings.
Abstract
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.
