PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
February 5, 2021539 citationsOpen Access

ViLT: Vision-and-Language Transformer Without Convolution or Region Supervision

WKWonjae KimBSBokyung SonIKIldoo Kim

Key Points

  • This research aims to develop a more efficient Vision-and-Language Pre-training (VLP) model that eliminates the need for convolution and region supervision.
  • Introduced a new model called Vision-and-Language Transformer (ViLT) designed to process visual inputs without convolution.
  • Evaluated ViLT's performance against existing VLP models across various downstream tasks.
  • Provided code and pre-trained weights for further use in vision-and-language tasks.
  • ViLT is up to tens of times faster than previous VLP models.
  • Achieved competitive or better performance on joint vision-and-language tasks compared to existing methods.

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 inputs. We show that ViLT is up to tens of times faster than previous VLP models, yet with competitive or better downstream task performance. Our code and pre-trained weights are available at https://github.com/dandelin/vilt.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Kim et al. (2021) studied this question.

synapsesocial.com/papers/6a08ff4f14243797f79d0ab4https://doi.org/10.48550/arxiv.2102.03334
Ask AI
Helpful
Bookmark
Share
View Full Paper