English

Multiview Transformers for Video Recognition

Computer Vision and Pattern Recognition 2022-06-01 v4 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2201.04288,
  title  = {Multiview Transformers for Video Recognition},
  author = {Shen Yan and Xuehan Xiong and Anurag Arnab and Zhichao Lu and Mi Zhang and Chen Sun and Cordelia Schmid},
  journal= {arXiv preprint arXiv:2201.04288},
  year   = {2022}
}

Comments

CVPR 2022; arXiv v4: update results on Epic-Kitchens-100

R2 v1 2026-06-24T08:47:15.525Z