CVMar 29, 2021

ViViT: A Video Vision Transformer

arXiv:2103.15691v23005 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of efficient and accurate video classification for researchers and practitioners, representing a novel method rather than an incremental improvement.

The authors tackled video classification by introducing pure-transformer models, achieving state-of-the-art results on benchmarks like Kinetics 400 and 600, Epic Kitchens, Something-Something v2, and Moments in Time, outperforming prior 3D convolutional networks.

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

Code Implementations10 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes