ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2020
Year
A convolution-free vision transformer that uses a teacher-student strategy with attention-based distillation tokens.
DeiT addresses a critical bottleneck in vision transformers: their data hunger. While ViT required massive datasets like JFT-300M to outperform CNNs, DeiT demonstrates that with a clever teacher-student distillation strategy, a pure transformer can achieve competitive results on ImageNet alone. This is significant because it lowers the barrier for adopting transformers in vision tasks, making them accessible to researchers and practitioners without access to proprietary datasets.
The paper also challenges the prevailing assumption that convolutions are necessary for strong visual representations. By achieving 83.1% top-1 accuracy on ImageNet with a convolution-free architecture, DeiT shows that attention mechanisms alone can capture spatial hierarchies effectively when guided by a strong teacher. This has implications beyond classification, potentially influencing object detection, segmentation, and video understanding.
DeiT bridges the gap between CNNs and transformers in vision by showing that pure attention models can be trained efficiently on standard datasets. It popularized the use of distillation tokens, which have since been adopted in many subsequent vision transformer works. The paper also influenced the development of data-efficient transformers and inspired further research into hybrid architectures. For practitioners, DeiT provides a practical recipe for deploying transformers in image classification without requiring massive compute or data resources.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba