SOTAVerified

Quo Vadis, Action Recognition? A New Model and the Kinetics Dataset

2017-05-22CVPR 2017Code Available1· sign in to hype

Joao Carreira, Andrew Zisserman

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The paucity of videos in current action classification datasets (UCF-101 and HMDB-51) has made it difficult to identify good video architectures, as most methods obtain similar performance on existing small-scale benchmarks. This paper re-evaluates state-of-the-art architectures in light of the new Kinetics Human Action Video dataset. Kinetics has two orders of magnitude more data, with 400 human action classes and over 400 clips per class, and is collected from realistic, challenging YouTube videos. We provide an analysis on how current architectures fare on the task of action classification on this dataset and how much performance improves on the smaller benchmark datasets after pre-training on Kinetics. We also introduce a new Two-Stream Inflated 3D ConvNet (I3D) that is based on 2D ConvNet inflation: filters and pooling kernels of very deep image classification ConvNets are expanded into 3D, making it possible to learn seamless spatio-temporal feature extractors from video while leveraging successful ImageNet architecture designs and even their parameters. We show that, after pre-training on Kinetics, I3D models considerably improve upon the state-of-the-art in action classification, reaching 80.9% on HMDB-51 and 98.0% on UCF-101.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
HMDB-51Flow-I3D (Kinetics pre-training)Average accuracy of 3 splits77.3Unverified
HMDB-51Flow-I3D (Imagenet+Kinetics pre-training)Average accuracy of 3 splits77.1Unverified
HMDB-51Two-stream I3DAverage accuracy of 3 splits80.9Unverified
HMDB-51Two-Stream I3D (Imagenet+Kinetics pre-training)Average accuracy of 3 splits80.7Unverified
HMDB-51RGB-I3D (Imagenet+Kinetics pre-training)Average accuracy of 3 splits74.8Unverified
HMDB-51RGB-I3D (Kinetics pre-training)Average accuracy of 3 splits74.3Unverified
UCF101Two-Stream I3D (Imagenet+Kinetics pre-training)3-fold Accuracy98Unverified
UCF101Two-Stream I3D (Kinetics pre-training)3-fold Accuracy97.8Unverified
UCF101Flow-I3D (Imagenet+Kinetics pre-training)3-fold Accuracy96.7Unverified
UCF101Flow-I3D (Kinetics pre-training)3-fold Accuracy96.5Unverified
UCF101RGB-I3D (Imagenet+Kinetics pre-training)3-fold Accuracy95.6Unverified
UCF101RGB-I3D (Kinetics pre-training)3-fold Accuracy95.1Unverified
UCF101Two-stream I3D3-fold Accuracy93.4Unverified

Reproductions