ViLBERT: Pretraining Task-Agnostic Visiolinguistic Representations for Vision-and-Language Tasks
Jiasen Lu, Dhruv Batra, Devi Parikh, Stefan Lee
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/hwanheelee1993/vilbertscorepytorch★ 18
- github.com/zihaow123/unimmpytorch★ 13
- github.com/vmurahari3/visdial-bertpytorch★ 0
- github.com/jiasenlu/vilbert_betapytorch★ 0
- github.com/facebookresearch/vilbert-multi-taskpytorch★ 0
- github.com/johntiger1/multitask_multimodalpytorch★ 0
- github.com/Mehrab-Tanjim/vilbert-rationalizationpytorch★ 0
- github.com/fuqianya/ViLBERT-Paddlepaddle★ 0
- github.com/jialinwu17/tmpimgspytorch★ 0
- github.com/allenai/allennlp-modelspytorch★ 0
Abstract
We present ViLBERT (short for Vision-and-Language BERT), a model for learning task-agnostic joint representations of image content and natural language. We extend the popular BERT architecture to a multi-modal two-stream model, pro-cessing both visual and textual inputs in separate streams that interact through co-attentional transformer layers. We pretrain our model through two proxy tasks on the large, automatically collected Conceptual Captions dataset and then transfer it to multiple established vision-and-language tasks -- visual question answering, visual commonsense reasoning, referring expressions, and caption-based image retrieval -- by making only minor additions to the base architecture. We observe significant improvements across tasks compared to existing task-specific models -- achieving state-of-the-art on all four tasks. Our work represents a shift away from learning groundings between vision and language only as part of task training and towards treating visual grounding as a pretrainable and transferable capability.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| A-OKVQA | ViLBERT - VQA | MC Accuracy | 42.1 | — | Unverified |
| A-OKVQA | ViLBERT | MC Accuracy | 41.5 | — | Unverified |
| A-OKVQA | ViLBERT - OK-VQA | MC Accuracy | 34.1 | — | Unverified |
| VQA v2 test-dev | ViLBERT | Accuracy | 70.55 | — | Unverified |