SOTAVerified

Action Recognition with Trajectory-Pooled Deep-Convolutional Descriptors

2015-05-19CVPR 2015Code Available0· sign in to hype

Limin Wang, Yu Qiao, Xiaoou Tang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Visual features are of vital importance for human action understanding in videos. This paper presents a new video representation, called trajectory-pooled deep-convolutional descriptor (TDD), which shares the merits of both hand-crafted features and deep-learned features. Specifically, we utilize deep architectures to learn discriminative convolutional feature maps, and conduct trajectory-constrained pooling to aggregate these convolutional features into effective descriptors. To enhance the robustness of TDDs, we design two normalization methods to transform convolutional feature maps, namely spatiotemporal normalization and channel normalization. The advantages of our features come from (i) TDDs are automatically learned and contain high discriminative capacity compared with those hand-crafted features; (ii) TDDs take account of the intrinsic characteristics of temporal dimension and introduce the strategies of trajectory-constrained sampling and pooling for aggregating deep-learned features. We conduct experiments on two challenging datasets: HMDB51 and UCF101. Experimental results show that TDDs outperform previous hand-crafted features and deep-learned features. Our method also achieves superior performance to the state of the art on these datasets (HMDB51 65.9%, UCF101 91.5%).

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
HMDB-51TDD + IDTAverage accuracy of 3 splits65.9Unverified
UCF101TDD + IDT3-fold Accuracy91.5Unverified

Reproductions