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

Multiview Transformers for Video Recognition

About

Video understanding requires reasoning at multiple spatiotemporal resolutions -- from short fine-grained motions to events taking place over longer durations. Although transformer architectures have recently advanced the state-of-the-art, they have not explicitly modelled different spatiotemporal resolutions. To this end, we present Multiview Transformers for Video Recognition (MTV). Our model consists of separate encoders to represent different views of the input video with lateral connections to fuse information across views. We present thorough ablation studies of our model and show that MTV consistently performs better than single-view counterparts in terms of accuracy and computational cost across a range of model sizes. Furthermore, we achieve state-of-the-art results on six standard datasets, and improve even further with large-scale pretraining. Code and checkpoints are available at: https://github.com/google-research/scenic/tree/main/scenic/projects/mtv.

Shen Yan, Xuehan Xiong, Anurag Arnab, Zhichao Lu, Mi Zhang, Chen Sun, Cordelia Schmid• 2022

Related benchmarks

TaskDatasetResultRank
Action RecognitionSomething-Something v2 (val)
Top-1 Accuracy68.5
535
Action RecognitionKinetics-400
Top-1 Acc89.9
413
Action RecognitionSomething-Something v2
Top-1 Accuracy68.5
341
Action RecognitionSomething-Something v2 (test)
Top-1 Acc68.5
333
Action RecognitionKinetics 400 (test)
Top-1 Accuracy89.1
245
Action RecognitionSomething-Something v2 (test val)
Top-1 Accuracy68.5
187
Video Action RecognitionKinetics-400
Top-1 Acc84.3
184
Video ClassificationSomething-Something v2 (test)
Top-1 Acc0.685
169
Video Action RecognitionKinetics 400 (val)
Top-1 Acc89.9
151
Action RecognitionKinetics-400 full (val)
Top-1 Acc84.3
136
Showing 10 of 37 rows

Other info

Code

Follow for update