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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Action Recognition | NTU RGB+D 60 (Cross-View) | Accuracy70.3 | 575 | |
| Action Recognition | NTU RGB+D 60 (X-sub) | Accuracy63.5 | 467 | |
| Action Recognition | UCF101 | Accuracy90.4 | 365 | |
| Action Recognition | UCF101 (mean of 3 splits) | Accuracy90.4 | 357 | |
| Action Recognition | UCF101 (test) | Accuracy85.2 | 307 | |
| Action Recognition | HMDB51 (test) | Accuracy0.516 | 249 | |
| Action Recognition | HMDB-51 (average of three splits) | Top-1 Acc62.1 | 204 | |
| Action Recognition | HMDB51 | 3-Fold Accuracy51.6 | 191 | |
| Action Recognition | UCF101 (3 splits) | Accuracy90.4 | 155 | |
| Action Classification | HMDB51 (over all three splits) | Accuracy51.6 | 121 |