ViLT: Vision-and-Language Transformer Without Convolution or Region Supervision
Wonjae Kim, Bokyung Son, Ildoo Kim

TL;DR
ViLT introduces a convolution-free, efficient vision-and-language transformer that processes visual inputs similarly to text, achieving faster performance with competitive results on downstream tasks.
Contribution
The paper proposes a minimal, convolution-free VLP model that simplifies visual input processing, improving efficiency and maintaining strong performance.
Findings
ViLT is up to tens of times faster than previous models.
ViLT achieves competitive or better downstream task performance.
The model eliminates the need for region supervision and convolutional image feature extractors.
Abstract
Vision-and-Language Pre-training (VLP) has improved performance on various joint vision-and-language downstream tasks. Current approaches to VLP heavily rely on image feature extraction processes, most of which involve region supervision (e.g., object detection) and the convolutional architecture (e.g., ResNet). Although disregarded in the literature, we find it problematic in terms of both (1) efficiency/speed, that simply extracting input features requires much more computation than the multimodal interaction steps; and (2) expressive power, as it is upper bounded to the expressive power of the visual embedder and its predefined visual vocabulary. In this paper, we present a minimal VLP model, Vision-and-Language Transformer (ViLT), monolithic in the sense that the processing of visual inputs is drastically simplified to just the same convolution-free manner that we process textual…
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
- 🤗dandelin/vilt-b32-finetuned-vqamodel· 95k dl· ♡ 42095k dl♡ 420
- 🤗dandelin/vilt-b32-mlmmodel· 13k dl· ♡ 1313k dl♡ 13
- 🤗dandelin/vilt-b32-finetuned-cocomodel· 193 dl· ♡ 1193 dl♡ 1
- 🤗dandelin/vilt-b32-finetuned-flickr30kmodel· 5 dl· ♡ 35 dl♡ 3
- 🤗dandelin/vilt-b32-finetuned-nlvr2model· 595 dl· ♡ 2595 dl♡ 2
- 🤗dandelin/vilt-b32-mlm-itmmodel· 38 dl· ♡ 338 dl♡ 3
- 🤗juletxara/vilt-vsr-randommodel· 5 dl5 dl
- 🤗juletxara/vilt-vsr-zeroshotmodel· 2 dl2 dl
- 🤗Jeney/vilt-b32-finetuned-vqamodel· 8 dl· ♡ 18 dl♡ 1
- 🤗Joe99/visionlanguageTransformermodel· 5 dl5 dl
Videos
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
MethodsLinear Layer · Vision-and-Language Transformer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Refunds@Expedia|||How do I get a full refund from Expedia? · Dense Connections · Attention Is All You Need · Dropout · Softmax · Layer Normalization
