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

KRISP: Integrating Implicit and Symbolic Knowledge for Open-Domain Knowledge-Based VQA

About

One of the most challenging question types in VQA is when answering the question requires outside knowledge not present in the image. In this work we study open-domain knowledge, the setting when the knowledge required to answer a question is not given/annotated, neither at training nor test time. We tap into two types of knowledge representations and reasoning. First, implicit knowledge which can be learned effectively from unsupervised language pre-training and supervised training data with transformer-based models. Second, explicit, symbolic knowledge encoded in knowledge bases. Our approach combines both - exploiting the powerful implicit reasoning of transformer models for answer prediction, and integrating symbolic representations from a knowledge graph, while never losing their explicit semantics to an implicit embedding. We combine diverse sources of knowledge to cover the wide variety of knowledge needed to solve knowledge-based questions. We show our approach, KRISP (Knowledge Reasoning with Implicit and Symbolic rePresentations), significantly outperforms state-of-the-art on OK-VQA, the largest available dataset for open-domain knowledge-based VQA. We show with extensive ablations that while our model successfully exploits implicit knowledge reasoning, the symbolic answer module which explicitly connects the knowledge graph to the answer vocabulary is critical to the performance of our method and generalizes to rare answers.

Kenneth Marino, Xinlei Chen, Devi Parikh, Abhinav Gupta, Marcus Rohrbach• 2020

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringOK-VQA (test)
Accuracy38.9
296
Visual Question AnsweringOK-VQA
Accuracy38.4
224
Visual Question AnsweringA-OKVQA
Acc33.7
175
Visual Question AnsweringA-OKVQA (test)
Accuracy27.1
79
Visual Question AnsweringOK-VQA v1.0 (test)
Accuracy38.9
77
Visual Question AnsweringA-OKVQA (val)
Accuracy0.519
56
Multi-choice Visual Question AnsweringA-OKVQA
Accuracy51.9
49
Visual Question AnsweringOK-VQA (val)
Accuracy38.4
47
Visual Question AnsweringOK-VQA v1.1 (test)
VQA Score38.35
28
Visual Question Answering (Multi-choice)A-OKVQA (test)
Accuracy42.2
19
Showing 10 of 18 rows

Other info

Code

Follow for update