CVSep 10, 2016

Sequential Deep Trajectory Descriptor for Action Recognition with Three-stream CNN

arXiv:1609.03056v2201 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of effectively representing long-term motion in videos for action recognition, offering an incremental improvement over existing two-stream methods.

The paper tackled the problem of capturing long-term motion information for human action recognition by proposing a sequential Deep Trajectory Descriptor (sDTD) integrated into a three-stream CNN framework. The method achieved state-of-the-art performance on KTH and UCF101 datasets and was comparable on HMDB51.

Learning the spatial-temporal representation of motion information is crucial to human action recognition. Nevertheless, most of the existing features or descriptors cannot capture motion information effectively, especially for long-term motion. To address this problem, this paper proposes a long-term motion descriptor called sequential Deep Trajectory Descriptor (sDTD). Specifically, we project dense trajectories into two-dimensional planes, and subsequently a CNN-RNN network is employed to learn an effective representation for long-term motion. Unlike the popular two-stream ConvNets, the sDTD stream is introduced into a three-stream framework so as to identify actions from a video sequence. Consequently, this three-stream framework can simultaneously capture static spatial features, short-term motion and long-term motion in the video. Extensive experiments were conducted on three challenging datasets: KTH, HMDB51 and UCF101. Experimental results show that our method achieves state-of-the-art performance on the KTH and UCF101 datasets, and is comparable to the state-of-the-art methods on the HMDB51 dataset.

Foundations

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

Your Notes