TL;DR
This paper develops deeper image transformer models, optimizing their architecture and training to achieve state-of-the-art accuracy on ImageNet without external data, surpassing previous CNN and transformer models.
Contribution
It introduces two architectural modifications that enable training deeper transformers effectively, leading to improved accuracy and efficiency on image classification benchmarks.
Findings
Achieved 86.5% top-1 accuracy on ImageNet without external data.
Established new state-of-the-art on ImageNet with reassessed labels.
Produced models with less FLOPs and parameters than previous methods.
Abstract
Transformers have been recently adapted for large scale image classification, achieving high scores shaking up the long supremacy of convolutional neural networks. However the optimization of image transformers has been little studied so far. In this work, we build and optimize deeper transformer networks for image classification. In particular, we investigate the interplay of architecture and optimization of such dedicated transformers. We make two transformers architecture changes that significantly improve the accuracy of deep transformers. This leads us to produce models whose performance does not saturate early with more depth, for instance we obtain 86.5% top-1 accuracy on Imagenet when training with no external data, we thus attain the current SOTA with less FLOPs and parameters. Moreover, our best model establishes the new state of the art on Imagenet with Reassessed labels and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗probing-vits/cait_xxs24_224_classificationmodel· 5 dl· ♡ 35 dl♡ 3
- 🤗kadirnar/timm_model_listmodel· ♡ 1♡ 1
- 🤗timm/cait_m36_384.fb_dist_in1kmodel· 1.5k dl· ♡ 11.5k dl♡ 1
- 🤗timm/cait_m48_448.fb_dist_in1kmodel· 4.1k dl4.1k dl
- 🤗timm/cait_s24_224.fb_dist_in1kmodel· 7.6k dl· ♡ 17.6k dl♡ 1
- 🤗timm/cait_s24_384.fb_dist_in1kmodel· 144 dl144 dl
- 🤗timm/cait_s36_384.fb_dist_in1kmodel· 171 dl171 dl
- 🤗timm/cait_xs24_384.fb_dist_in1kmodel· 252 dl252 dl
- 🤗timm/cait_xxs24_224.fb_dist_in1kmodel· 665 dl665 dl
- 🤗timm/cait_xxs24_384.fb_dist_in1kmodel· 128 dl128 dl
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLinear Layer · Residual Connection · Layer Normalization · Class-Attention in Image Transformers · Class Attention · LayerScale · Softmax · Dense Connections · Attention Is All You Need · Multi-Head Attention
