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

ConViT: Improving Vision Transformers with Soft Convolutional Inductive Biases

About

Convolutional architectures have proven extremely successful for vision tasks. Their hard inductive biases enable sample-efficient learning, but come at the cost of a potentially lower performance ceiling. Vision Transformers (ViTs) rely on more flexible self-attention layers, and have recently outperformed CNNs for image classification. However, they require costly pre-training on large external datasets or distillation from pre-trained convolutional networks. In this paper, we ask the following question: is it possible to combine the strengths of these two architectures while avoiding their respective limitations? To this end, we introduce gated positional self-attention (GPSA), a form of positional self-attention which can be equipped with a ``soft" convolutional inductive bias. We initialise the GPSA layers to mimic the locality of convolutional layers, then give each attention head the freedom to escape locality by adjusting a gating parameter regulating the attention paid to position versus content information. The resulting convolutional-like ViT architecture, ConViT, outperforms the DeiT on ImageNet, while offering a much improved sample efficiency. We further investigate the role of locality in learning by first quantifying how it is encouraged in vanilla self-attention layers, then analysing how it is escaped in GPSA layers. We conclude by presenting various ablations to better understand the success of the ConViT. Our code and models are released publicly at https://github.com/facebookresearch/convit.

St\'ephane d'Ascoli, Hugo Touvron, Matthew Leavitt, Ari Morcos, Giulio Biroli, Levent Sagun• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 (test)
Accuracy98.7
3381
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy73.1
1866
Image ClassificationImageNet (val)
Top-1 Acc82.5
1206
Image ClassificationImageNet-1k (val)
Top-1 Accuracy82.5
840
Image ClassificationImageNet 1k (test)
Top-1 Accuracy82.5
798
Image ClassificationImageNet-1k (val)
Top-1 Acc82.2
706
Image ClassificationImageNet A
Top-1 Acc30.1
553
Image ClassificationImageNet-Sketch
Top-1 Accuracy37.8
360
Image ClassificationImageNet (val)
Top-1 Accuracy82.4
354
Image ClassificationImageNet-1k (val)
Top-1 Acc73.1
188
Showing 10 of 34 rows

Other info

Code

Follow for update