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

Vision Transformers with Patch Diversification

About

Vision transformer has demonstrated promising performance on challenging computer vision tasks. However, directly training the vision transformers may yield unstable and sub-optimal results. Recent works propose to improve the performance of the vision transformers by modifying the transformer structures, e.g., incorporating convolution layers. In contrast, we investigate an orthogonal approach to stabilize the vision transformer training without modifying the networks. We observe the instability of the training can be attributed to the significant similarity across the extracted patch representations. More specifically, for deep vision transformers, the self-attention blocks tend to map different patches into similar latent representations, yielding information loss and performance degradation. To alleviate this problem, in this work, we introduce novel loss functions in vision transformer training to explicitly encourage diversity across patch representations for more discriminative feature extraction. We empirically show that our proposed techniques stabilize the training and allow us to train wider and deeper vision transformers. We further show the diversified features significantly benefit the downstream tasks in transfer learning. For semantic segmentation, we enhance the state-of-the-art (SOTA) results on Cityscapes and ADE20k. Our code is available at https://github.com/ChengyueGongR/PatchVisionTransformer.

Chengyue Gong, Dilin Wang, Meng Li, Vikas Chandra, Qiang Liu• 2021

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU53.1
2731
Image ClassificationImageNet-1k (val)
Top-1 Accuracy87.4
1453
Image ClassificationImageNet-1k (val)
Top-1 Acc84.7
706
Semantic segmentationCityscapes (val)--
572
Image ClassificationImageNet 1k (test)
Top-1 Accuracy82.2
359
Semantic segmentationCityscapes (val)
mIoU83.6
332
Semantic segmentationCityscapes (val)
mIoU0.827
21
Semantic segmentationCityscapes (val)
mIoU82.7
8
Showing 8 of 8 rows

Other info

Code

Follow for update