Yen-Chun Chen, Linjie Li, Licheng Yu, Ahmed El Kholy, Faisal Ahmed, Zhe Gan, Yu Cheng, Jingjing Liu
Joint image-text embedding is the bedrock for most Vision-and-Language (V+L) tasks, where multimodality inputs are simultaneously processed for joint visual and textual understanding. In this paper, we introduce UNITER, a UNiversal Image-TExt Representation, learned through large-scale pre-training over four image-text datasets (COCO, Visual Genome, Conceptual Captions, and SBU Captions), which can power heterogeneous downstream V+L tasks with joint multimodal embeddings. We design four pre-training tasks: Masked Language Modeling (MLM), Masked Region Modeling (MRM, with three variants), Image-Text Matching (ITM), and Word-Region Alignment (WRA). Different from previous work that applies joint random masking to both modalities, we use conditional masking on pre-training tasks (i.e., masked language/region modeling is conditioned on full observation of image/text). In addition to ITM for global image-text alignment, we also propose WRA via the use of Optimal Transport (OT) to explicitly encourage fine-grained alignment between words and image regions during pre-training. Comprehensive analysis shows that both conditional masking and OT-based WRA contribute to better pre-training. We also conduct a thorough ablation study to find an optimal combination of pre-training tasks. Extensive experiments show that UNITER achieves new state of the art across six V+L tasks (over nine datasets), including Visual Question Answering, Image-Text Retrieval, Referring Expression Comprehension, Visual Commonsense Reasoning, Visual Entailment, and NLVR$^2$. Code is available at https://github.com/ChenRocks/UNITER.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Visual Question Answering (VQA) | VCR (Q-AR) test | Accuracy | 62.8 | UNITER (Large) |
| Visual Question Answering (VQA) | VCR (QA-R) test | Accuracy | 83.4 | UNITER-large (ensemble of 10 models) |
| Visual Question Answering (VQA) | VCR (QA-R) test | Accuracy | 80.8 | UNITER (Large) |
| Visual Question Answering (VQA) | VCR (Q-A) test | Accuracy | 79.8 | UNITER-large (10 ensemble) |
| Visual Question Answering (VQA) | VCR (Q-A) test | Accuracy | 77.3 | UNITER (Large) |
| Visual Question Answering (VQA) | VQA v2 test-dev | Accuracy | 73.24 | UNITER (Large) |
| Visual Question Answering (VQA) | VQA v2 test-std | overall | 73.4 | UNITER (Large) |
| Visual Reasoning | NLVR2 Test | Accuracy | 79.5 | UNITER (Large) |
| Natural Language Inference | SNLI-VE val | Accuracy | 78.98 | UNITER |
| Natural Language Inference | SNLI-VE test | Accuracy | 78.98 | UNITER (Large) |
| Image Retrieval with Multi-Modal Query | Flickr30k | Image-to-text R@1 | 80.7 | UNITER |
| Image Retrieval with Multi-Modal Query | Flickr30k | Image-to-text R@5 | 95.7 | UNITER |
| Image Retrieval with Multi-Modal Query | Flickr30k | Text-to-image R@1 | 66.2 | UNITER |
| Image Retrieval with Multi-Modal Query | Flickr30k | Text-to-image R@10 | 92.9 | UNITER |
| Image Retrieval with Multi-Modal Query | Flickr30k | Text-to-image R@5 | 88.4 | UNITER |