A Closer Look at Spatiotemporal Convolutions for Action Recognition
In this paper we discuss several forms of spatiotemporal convolutions for video analysis and study their effects on action recognition. Our motivation stems from the observation that 2D CNNs applied to individual frames of the video have remained solid performers in action recognition. In this work we empirically demonstrate the accuracy advantages of 3D CNNs over 2D CNNs within the framework of residual learning. Furthermore, we show that factorizing the 3D convolutional filters into separate spatial and temporal components yields significantly advantages in accuracy. Our empirical study leads to the design of a new spatiotemporal convolutional block "R(2+1)D" which gives rise to CNNs that achieve results comparable or superior to the state-of-the-art on Sports-1M, Kinetics, UCF101 and HMDB51.
PDF Abstract CVPR 2018 PDF CVPR 2018 AbstractCode
Task | Dataset | Model | Metric Name | Metric Value | Global Rank | Uses Extra Training Data |
Benchmark |
---|---|---|---|---|---|---|---|
Action Recognition | HMDB-51 | R[2+1]D-RGB (Sports1M pretrained) | Average accuracy of 3 splits | 66.6 | # 56 | ||
Action Recognition | HMDB-51 | R[2+1]D-TwoStream (Kinetics pretrained) | Average accuracy of 3 splits | 78.7 | # 24 | ||
Action Recognition | HMDB-51 | R[2+1]D-Flow (Kinetics pretrained) | Average accuracy of 3 splits | 76.4 | # 33 | ||
Action Recognition | HMDB-51 | R[2+1D]D-TwoStream (Sports1M pretrained) | Average accuracy of 3 splits | 72.7 | # 43 | ||
Action Recognition | HMDB-51 | R[2+1]D-Flow (Sports1M pretrained) | Average accuracy of 3 splits | 70.1 | # 52 | ||
Action Classification | Kinetics-400 | R[2+1]D-RGB (Sports-1M pretrain) | Acc@1 | 74.3 | # 134 | ||
Acc@5 | 91.4 | # 100 | |||||
Action Classification | Kinetics-400 | R[2+1]D-Flow | Acc@1 | 67.5 | # 156 | ||
Acc@5 | 87.2 | # 114 | |||||
Action Recognition | Sports-1M | R[2+1]D-Flow-32frame | Clip Hit@1 | 46.4 | # 3 | ||
Video hit@1 | 68.4 | # 6 | |||||
Video hit@5 | 88.7 | # 6 | |||||
Action Recognition | UCF101 | R[2+1]D-TwoStream (Sports-1M pretrained) | 3-fold Accuracy | 95 | # 43 | ||
Action Recognition | UCF101 | R[2+1]D-Flow (Sports-1M pretrained) | 3-fold Accuracy | 93.3 | # 55 | ||
Action Recognition | UCF101 | R[2+1]D-RGB (Sports-1M pretrained) | 3-fold Accuracy | 93.6 | # 53 | ||
Action Recognition | UCF101 | R[2+1]D-TwoStream (Kinetics pretrained) | 3-fold Accuracy | 97.3 | # 16 | ||
Action Recognition | UCF101 | R[2+1]D-Flow (Kinetics pretrained) | 3-fold Accuracy | 95.5 | # 38 |