Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ViViT: A Video Vision Transformer

About

We present pure-transformer based models for video classification, drawing upon the recent success of such models in image classification. Our model extracts spatio-temporal tokens from the input video, which are then encoded by a series of transformer layers. In order to handle the long sequences of tokens encountered in video, we propose several, efficient variants of our model which factorise the spatial- and temporal-dimensions of the input. Although transformer-based models are known to only be effective when large training datasets are available, we show how we can effectively regularise the model during training and leverage pretrained image models to be able to train on comparatively small datasets. We conduct thorough ablation studies, and achieve state-of-the-art results on multiple video classification benchmarks including Kinetics 400 and 600, Epic Kitchens, Something-Something v2 and Moments in Time, outperforming prior methods based on deep 3D convolutional networks. To facilitate further research, we release code at https://github.com/google-research/scenic/tree/main/scenic/projects/vivit

Anurag Arnab, Mostafa Dehghani, Georg Heigold, Chen Sun, Mario Lu\v{c}i\'c, Cordelia Schmid• 2021

Related benchmarks

TaskDatasetResultRank
Action RecognitionSomething-Something v2 (val)
Top-1 Accuracy65.9
535
Action RecognitionKinetics-400
Top-1 Acc84.9
413
Action RecognitionUCF101 (mean of 3 splits)
Accuracy98.7
357
Action RecognitionSomething-Something v2
Top-1 Accuracy65.9
341
Action RecognitionSomething-Something v2 (test)
Top-1 Acc65.9
333
Action RecognitionKinetics 400 (test)
Top-1 Accuracy84.9
245
Video ClassificationKinetics 400 (val)
Top-1 Acc84.9
204
Action RecognitionSomething-Something v2 (test val)
Top-1 Accuracy65.9
187
Video Action RecognitionKinetics-400
Top-1 Acc84.9
184
Video ClassificationSomething-Something v2 (test)
Top-1 Acc0.659
169
Showing 10 of 80 rows
...

Other info

Code

Follow for update