TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Rethinking Spatiotemporal Feature Learning: Speed-Accuracy...

Rethinking Spatiotemporal Feature Learning: Speed-Accuracy Trade-offs in Video Classification

Saining Xie, Chen Sun, Jonathan Huang, Zhuowen Tu, Kevin Murphy

2017-12-13ECCV 2018 9Action DetectionImage ClassificationAction ClassificationRepresentation LearningVideo ClassificationGeneral ClassificationAction RecognitionClassification
PaperPDFCodeCode

Abstract

Despite the steady progress in video analysis led by the adoption of convolutional neural networks (CNNs), the relative improvement has been less drastic as that in 2D static image classification. Three main challenges exist including spatial (image) feature representation, temporal information representation, and model/computation complexity. It was recently shown by Carreira and Zisserman that 3D CNNs, inflated from 2D networks and pretrained on ImageNet, could be a promising way for spatial and temporal representation learning. However, as for model/computation complexity, 3D CNNs are much more expensive than 2D CNNs and prone to overfit. We seek a balance between speed and accuracy by building an effective and efficient video classification system through systematic exploration of critical network design choices. In particular, we show that it is possible to replace many of the 3D convolutions by low-cost 2D convolutions. Rather surprisingly, best result (in both speed and accuracy) is achieved when replacing the 3D convolutions at the bottom of the network, suggesting that temporal representation learning on high-level semantic features is more useful. Our conclusion generalizes to datasets with very different properties. When combined with several other cost-effective designs including separable spatial/temporal convolution and feature gating, our system results in an effective video classification system that that produces very competitive results on several action classification benchmarks (Kinetics, Something-something, UCF101 and HMDB), as well as two action detection (localization) benchmarks (JHMDB and UCF101-24).

Results

TaskDatasetMetricValueModel
VideoKinetics-400Acc@177.2S3D-G (RGB+Flow, ImageNet pretrained)
VideoKinetics-400Acc@593S3D-G (RGB+Flow, ImageNet pretrained)
VideoKinetics-400Acc@174.7S3D-G (RGB, ImageNet pretrained)
VideoKinetics-400Acc@593.4S3D-G (RGB, ImageNet pretrained)
VideoKinetics-400Acc@168S3D-G (Flow, ImageNet pretrained)
VideoKinetics-400Acc@587.6S3D-G (Flow, ImageNet pretrained)
VideoKinetics-600Top-1 Accuracy78.6S3D-G (RGB+Flow)
VideoKinetics-600Top-1 Accuracy76.6S3D-G (RGB)
VideoKinetics-600Top-1 Accuracy69.7S3D-G (Flow)
Activity RecognitionHMDB-51Average accuracy of 3 splits75.9S3D-G (ImageNet, Kinetics-400 pretrained)
Activity RecognitionSomething-Something V1Top 1 Accuracy48.2S3D-G (ImageNet pretrained)
Activity RecognitionSomething-Something V1Top 5 Accuracy78.7S3D-G (ImageNet pretrained)
Activity RecognitionSomething-Something V1Top 1 Accuracy47.3S3D
Activity RecognitionSomething-Something V1Top 5 Accuracy78.1S3D
Activity RecognitionUCF1013-fold Accuracy96.8S3D-G (ImageNet, Kinetics-400 pretrained)
Action RecognitionHMDB-51Average accuracy of 3 splits75.9S3D-G (ImageNet, Kinetics-400 pretrained)
Action RecognitionSomething-Something V1Top 1 Accuracy48.2S3D-G (ImageNet pretrained)
Action RecognitionSomething-Something V1Top 5 Accuracy78.7S3D-G (ImageNet pretrained)
Action RecognitionSomething-Something V1Top 1 Accuracy47.3S3D
Action RecognitionSomething-Something V1Top 5 Accuracy78.1S3D
Action RecognitionUCF1013-fold Accuracy96.8S3D-G (ImageNet, Kinetics-400 pretrained)

Related Papers

Touch in the Wild: Learning Fine-Grained Manipulation with a Portable Visuo-Tactile Gripper2025-07-20Automatic Classification and Segmentation of Tunnel Cracks Based on Deep Learning and Visual Explanations2025-07-18Adversarial attacks to image classification systems using evolutionary algorithms2025-07-17Efficient Adaptation of Pre-trained Vision Transformer underpinned by Approximately Orthogonal Fine-Tuning Strategy2025-07-17Federated Learning for Commercial Image Sources2025-07-17MUPAX: Multidimensional Problem Agnostic eXplainable AI2025-07-17Spectral Bellman Method: Unifying Representation and Exploration in RL2025-07-17Boosting Team Modeling through Tempo-Relational Representation Learning2025-07-17