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

Video Transformer Network

About

This paper presents VTN, a transformer-based framework for video recognition. Inspired by recent developments in vision transformers, we ditch the standard approach in video action recognition that relies on 3D ConvNets and introduce a method that classifies actions by attending to the entire video sequence information. Our approach is generic and builds on top of any given 2D spatial network. In terms of wall runtime, it trains $16.1\times$ faster and runs $5.1\times$ faster during inference while maintaining competitive accuracy compared to other state-of-the-art methods. It enables whole video analysis, via a single end-to-end pass, while requiring $1.5\times$ fewer GFLOPs. We report competitive results on Kinetics-400 and present an ablation study of VTN properties and the trade-off between accuracy and inference speed. We hope our approach will serve as a new baseline and start a fresh line of research in the video recognition domain. Code and models are available at: https://github.com/bomri/SlowFast/blob/master/projects/vtn/README.md

Daniel Neimark, Omri Bar, Maya Zohar, Dotan Asselmann• 2021

Related benchmarks

TaskDatasetResultRank
Action RecognitionKinetics-400
Top-1 Acc78.6
413
Action RecognitionKinetics 400 (test)
Top-1 Accuracy79.8
245
Video ClassificationKinetics 400 (val)
Top-1 Acc78.6
204
Video Action RecognitionKinetics-400
Top-1 Acc78.6
184
Action RecognitionKinetics-400 full (val)
Top-1 Acc79.8
136
Video ClassificationKinetics-400
Top-1 Acc79.8
131
Action RecognitionKinetics-400 1.0 (val)
Top-1 Accuracy78.6
110
Video RecognitionKinetics-400 1.0 (val)
Top-1 Acc78.6
43
Action RecognitionEPIC-Kitchens 55 (val)
Top-1 Acc49.4
6
Showing 9 of 9 rows

Other info

Code

Follow for update