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

VL-BERT: Pre-training of Generic Visual-Linguistic Representations

About

We introduce a new pre-trainable generic representation for visual-linguistic tasks, called Visual-Linguistic BERT (VL-BERT for short). VL-BERT adopts the simple yet powerful Transformer model as the backbone, and extends it to take both visual and linguistic embedded features as input. In it, each element of the input is either of a word from the input sentence, or a region-of-interest (RoI) from the input image. It is designed to fit for most of the visual-linguistic downstream tasks. To better exploit the generic representation, we pre-train VL-BERT on the massive-scale Conceptual Captions dataset, together with text-only corpus. Extensive empirical analysis demonstrates that the pre-training procedure can better align the visual-linguistic clues and benefit the downstream tasks, such as visual commonsense reasoning, visual question answering and referring expression comprehension. It is worth noting that VL-BERT achieved the first place of single model on the leaderboard of the VCR benchmark. Code is released at \url{https://github.com/jackroos/VL-BERT}.

Weijie Su, Xizhou Zhu, Yue Cao, Bin Li, Lewei Lu, Furu Wei, Jifeng Dai• 2019

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringVQA v2 (test-dev)
Overall Accuracy71.79
664
Natural Language UnderstandingGLUE (dev)
SST-2 (Acc)89.8
504
Visual Question AnsweringVQA v2 (test-std)
Accuracy72.22
466
Natural Language UnderstandingGLUE
SST-289.8
452
Natural Language UnderstandingGLUE (test)
SST-2 Accuracy90.1
416
Referring Expression ComprehensionRefCOCO+ (val)
Accuracy80.31
345
Visual Question AnsweringVQA 2.0 (test-dev)
Accuracy71.79
337
Referring Expression ComprehensionRefCOCO+ (testB)
Accuracy75.45
235
Referring Expression ComprehensionRefCOCO+ (testA)
Accuracy83.62
207
Referring Expression ComprehensionRefCOCO+ (test-A)
Accuracy83.62
172
Showing 10 of 42 rows

Other info

Code

Follow for update