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

**Authors:** Joao Carreira, Andrew Zisserman

arXiv: 1705.07750 · 2018-02-13

## TL;DR

This paper introduces a new large-scale video dataset called Kinetics, re-evaluates existing action recognition architectures on it, and proposes a novel Inflated 3D ConvNet (I3D) that significantly improves classification accuracy after pre-training.

## Contribution

It presents the Kinetics dataset for better benchmarking and introduces the I3D model that leverages 2D ConvNet architectures for improved spatio-temporal video analysis.

## Key findings

- I3D models achieve 80.9% on HMDB-51
- I3D models reach 98.0% on UCF-101
- Pre-training on Kinetics boosts performance on smaller datasets

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.07750/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1705.07750/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1705.07750/full.md

---
Source: https://tomesphere.com/paper/1705.07750