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

Multiscale Vision Transformers

About

We present Multiscale Vision Transformers (MViT) for video and image recognition, by connecting the seminal idea of multiscale feature hierarchies with transformer models. Multiscale Transformers have several channel-resolution scale stages. Starting from the input resolution and a small channel dimension, the stages hierarchically expand the channel capacity while reducing the spatial resolution. This creates a multiscale pyramid of features with early layers operating at high spatial resolution to model simple low-level visual information, and deeper layers at spatially coarse, but complex, high-dimensional features. We evaluate this fundamental architectural prior for modeling the dense nature of visual signals for a variety of video recognition tasks where it outperforms concurrent vision transformers that rely on large scale external pre-training and are 5-10x more costly in computation and parameters. We further remove the temporal dimension and apply our model for image classification where it outperforms prior work on vision transformers. Code is available at: https://github.com/facebookresearch/SlowFast

Haoqi Fan, Bo Xiong, Karttikeya Mangalam, Yanghao Li, Zhicheng Yan, Jitendra Malik, Christoph Feichtenhofer• 2021

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)--
2454
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy83.1
1866
ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy (%)84.8
1155
Instance SegmentationCOCO 2017 (val)--
1144
Image ClassificationImageNet-1k (val)
Top-1 Accuracy83
840
Action RecognitionSomething-Something v2 (val)
Top-1 Accuracy68.7
535
Image ClassificationImageNet-1K
Top-1 Acc83.1
524
Action RecognitionKinetics-400
Top-1 Acc81.2
413
Action RecognitionSomething-Something v2
Top-1 Accuracy68.7
341
Action RecognitionSomething-Something v2 (test)
Top-1 Acc68.7
333
Showing 10 of 77 rows
...

Other info

Code

Follow for update