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

VOLO: Vision Outlooker for Visual Recognition

About

Visual recognition has been dominated by convolutional neural networks (CNNs) for years. Though recently the prevailing vision transformers (ViTs) have shown great potential of self-attention based models in ImageNet classification, their performance is still inferior to that of the latest SOTA CNNs if no extra data are provided. In this work, we try to close the performance gap and demonstrate that attention-based models are indeed able to outperform CNNs. We find a major factor limiting the performance of ViTs for ImageNet classification is their low efficacy in encoding fine-level features into the token representations. To resolve this, we introduce a novel outlook attention and present a simple and general architecture, termed Vision Outlooker (VOLO). Unlike self-attention that focuses on global dependency modeling at a coarse level, the outlook attention efficiently encodes finer-level features and contexts into tokens, which is shown to be critically beneficial to recognition performance but largely ignored by the self-attention. Experiments show that our VOLO achieves 87.1% top-1 accuracy on ImageNet-1K classification, which is the first model exceeding 87% accuracy on this competitive benchmark, without using any extra training data In addition, the pre-trained VOLO transfers well to downstream tasks, such as semantic segmentation. We achieve 84.3% mIoU score on the cityscapes validation set and 54.3% on the ADE20K validation set. Code is available at \url{https://github.com/sail-sg/volo}.

Li Yuan, Qibin Hou, Zihang Jiang, Jiashi Feng, Shuicheng Yan• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU54.3
2731
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy87.1
1866
Image ClassificationImageNet (val)
Top-1 Acc87.1
1206
Image ClassificationImageNet-1k (val)
Top-1 Acc87.1
706
Image ClassificationImageNet-1K
Top-1 Acc87.1
524
Semantic segmentationCityscapes (val)
mIoU84.3
332
Image ClassificationiNaturalist 2018
Top-1 Accuracy81.2
287
Image ClassificationImageNet V2 (test)--
181
Image ClassificationiNaturalist 2019
Top-1 Acc84.1
98
Image ClassificationImageNet Real (test)
Top-1 Accuracy90.6
67
Showing 10 of 14 rows

Other info

Code

Follow for update