Fei Yu, Jiji Tang, Weichong Yin, Yu Sun, Hao Tian, Hua Wu, Haifeng Wang
We propose a knowledge-enhanced approach, ERNIE-ViL, which incorporates structured knowledge obtained from scene graphs to learn joint representations of vision-language. ERNIE-ViL tries to build the detailed semantic connections (objects, attributes of objects and relationships between objects) across vision and language, which are essential to vision-language cross-modal tasks. Utilizing scene graphs of visual scenes, ERNIE-ViL constructs Scene Graph Prediction tasks, i.e., Object Prediction, Attribute Prediction and Relationship Prediction tasks in the pre-training phase. Specifically, these prediction tasks are implemented by predicting nodes of different types in the scene graph parsed from the sentence. Thus, ERNIE-ViL can learn the joint representations characterizing the alignments of the detailed semantics across vision and language. After pre-training on large scale image-text aligned datasets, we validate the effectiveness of ERNIE-ViL on 5 cross-modal downstream tasks. ERNIE-ViL achieves state-of-the-art performances on all these tasks and ranks the first place on the VCR leaderboard with an absolute improvement of 3.7%.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Visual Question Answering (VQA) | VCR (Q-AR) test | Accuracy | 70.5 | ERNIE-ViL-large(ensemble of 15 models) |
| Visual Question Answering (VQA) | VCR (QA-R) test | Accuracy | 86.1 | ERNIE-ViL-large(ensemble of 15 models) |
| Visual Question Answering (VQA) | VCR (Q-A) test | Accuracy | 81.6 | ERNIE-ViL-large(ensemble of 15 models) |
| Visual Question Answering (VQA) | VQA v2 test-std | number | 56.79 | ERNIE-ViL-single model |
| Visual Question Answering (VQA) | VQA v2 test-std | other | 65.24 | ERNIE-ViL-single model |
| Visual Question Answering (VQA) | VQA v2 test-std | overall | 74.93 | ERNIE-ViL-single model |
| Visual Question Answering (VQA) | VQA v2 test-std | yes/no | 90.83 | ERNIE-ViL-single model |