SOTAVerified

MViTv2: Improved Multiscale Vision Transformers for Classification and Detection

2021-12-02CVPR 2022Code Available1· sign in to hype

Yanghao Li, Chao-yuan Wu, Haoqi Fan, Karttikeya Mangalam, Bo Xiong, Jitendra Malik, Christoph Feichtenhofer

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper, we study Multiscale Vision Transformers (MViTv2) as a unified architecture for image and video classification, as well as object detection. We present an improved version of MViT that incorporates decomposed relative positional embeddings and residual pooling connections. We instantiate this architecture in five sizes and evaluate it for ImageNet classification, COCO detection and Kinetics video recognition where it outperforms prior work. We further compare MViTv2s' pooling attention to window attention mechanisms where it outperforms the latter in accuracy/compute. Without bells-and-whistles, MViTv2 has state-of-the-art performance in 3 domains: 88.8% accuracy on ImageNet classification, 58.7 boxAP on COCO object detection as well as 86.1% on Kinetics-400 video classification. Code and models are available at https://github.com/facebookresearch/mvit.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AVA v2.2MViTv2-L (IN21k, K700)mAP34.4Unverified
Something-Something V2MViTv2-L (IN-21K + Kinetics400 pretrain)Top-1 Accuracy73.3Unverified
Something-Something V2MViTv2-B (IN-21K + Kinetics400 pretrain)Top-5 Accuracy93.4Unverified
Something-Something V2MViT-B (IN-21K + Kinetics400 pretrain)Top-1 Accuracy72.1Unverified

Reproductions