Share your thoughts, 1 month free Claude Pro on usSee more
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
706
Natural Language UnderstandingGLUE
SST-289.8
531
Natural Language UnderstandingGLUE (dev)
SST-2 (Acc)89.8
518
Visual Question AnsweringVQA v2 (test-std)
Accuracy72.22
486
Natural Language UnderstandingGLUE (test)
SST-2 Accuracy90.1
416
Referring Expression ComprehensionRefCOCO+ (val)
Accuracy80.31
354
Visual Question AnsweringVQA 2.0 (test-dev)
Accuracy71.79
337
Referring Expression ComprehensionRefCOCO+ (testB)
Accuracy75.45
244
Referring Expression ComprehensionRefCOCO+ (testA)
Accuracy83.62
216
Visual GroundingRefCOCO+ (val)
Accuracy72.59
212
Showing 10 of 43 rows

Other info

Code

Follow for update