Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning Spatiotemporal Features with 3D Convolutional Networks

About

We propose a simple, yet effective approach for spatiotemporal feature learning using deep 3-dimensional convolutional networks (3D ConvNets) trained on a large scale supervised video dataset. Our findings are three-fold: 1) 3D ConvNets are more suitable for spatiotemporal feature learning compared to 2D ConvNets; 2) A homogeneous architecture with small 3x3x3 convolution kernels in all layers is among the best performing architectures for 3D ConvNets; and 3) Our learned features, namely C3D (Convolutional 3D), with a simple linear classifier outperform state-of-the-art methods on 4 different benchmarks and are comparable with current best methods on the other 2 benchmarks. In addition, the features are compact: achieving 52.8% accuracy on UCF101 dataset with only 10 dimensions and also very efficient to compute due to the fast inference of ConvNets. Finally, they are conceptually very simple and easy to train and use.

Du Tran, Lubomir Bourdev, Rob Fergus, Lorenzo Torresani, Manohar Paluri• 2014

Related benchmarks

TaskDatasetResultRank
Action RecognitionNTU RGB+D 60 (Cross-View)
Accuracy70.3
575
Action RecognitionNTU RGB+D 60 (X-sub)
Accuracy63.5
467
Action RecognitionUCF101
Accuracy90.4
365
Action RecognitionUCF101 (mean of 3 splits)
Accuracy90.4
357
Action RecognitionUCF101 (test)
Accuracy85.2
307
Action RecognitionHMDB51 (test)
Accuracy0.516
249
Action RecognitionHMDB-51 (average of three splits)
Top-1 Acc62.1
204
Action RecognitionHMDB51
3-Fold Accuracy51.6
191
Action RecognitionUCF101 (3 splits)
Accuracy90.4
155
Action ClassificationHMDB51 (over all three splits)
Accuracy51.6
121
Showing 10 of 116 rows
...

Other info

Code

Follow for update