paper-with-me

홈 › Papers

Visual Question Answering based on Formal Logic

2021-11-08 · Muralikrishnna G. Sethuraman, Ali Payani, Faramarz Fekri, J. Clayton Kerce

Visual question answering (VQA) has been gaining a lot of traction in the machine learning community in the recent years due to the challenges posed in understanding information coming from multiple modalities (i.e., images, language). In VQA, a series of questions are posed based on a set of images and the task at hand is to arrive at the answer. To achieve this, we take a symbolic reasoning based approach using the framework of formal logic. The image and the questions are converted into symbolic representations on which explicit reasoning is performed. We propose a formal logic framework where (i) images are converted to logical background facts with the help of scene graphs, (ii) the questions are translated to first-order predicate logic clauses using a transformer based deep learning model, and (iii) perform satisfiability checks, by using the background knowledge and the grounding of predicate clauses, to obtain the answer. Our proposed method is highly interpretable and each step in the pipeline can be easily analyzed by a human. We validate our approach on the CLEVR and the GQA dataset. We achieve near perfect accuracy of 99.6% on the CLEVR dataset comparable to the state of art models, showcasing that formal logic is a viable tool to tackle visual question answering. Our model is also data efficient, achieving 99.1% accuracy on CLEVR dataset when trained on just 10% of the training data.

📄 PDF Abstract BibTeX arXiv:2111.04785

Code (0)

등록된 구현이 없습니다.

Tasks

Formal LogicQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

LoRA: A Logical Reasoning Augmented Dataset for Visual Question Answering

2023-09-26 · NeurIPS 2023 11

The capacity to reason logically is a hallmark of human cognition. Humans excel at integrating multimodal information for locigal reasoning, as exemplified by the Visual Question Answering (VQA) task, which is a challeng…

RealCQA: Scientific Chart Question Answering as a Test-bed for First-Order Logic

2023-08-03 · Saleem Ahmed, Bhavin Jawade, Shubham Pandey, Srirangaraj Setlur 외

We present a comprehensive study of chart visual question-answering(QA) task, to address the challenges faced in comprehending and extracting data from chart visualizations within documents. Despite efforts to tackle thi…

Chart Question AnsweringFormal LogicQuestion AnsweringVisual Question Answering

How Proficient Are Large Language Models in Formal Languages? An In-Depth Insight for Knowledge Base Question Answering

2024-01-11 · Jinxin Liu, Shulin Cao, Jiaxin Shi, Tingjian Zhang 외

Knowledge Base Question Answering (KBQA) aims to answer natural language questions based on facts in knowledge bases. A typical approach to KBQA is semantic parsing, which translates a question into an executable logical…

In-Context LearningKnowledge Base Question AnsweringQuestion AnsweringSemantic Parsing

Neuro-Symbolic Visual Reasoning: Disentangling "Visual" from "Reasoning"

2020-06-20 · ICML 2020 1 · Saeed Amizadeh, Hamid Palangi, Oleksandr Polozov, Yichen Huang 외

Visual reasoning tasks such as visual question answering (VQA) require an interplay of visual perception with reasoning about the question semantics grounded in perception. However, recent advances in this area are still…

Graph GenerationQuestion AnsweringRepresentation LearningScene Graph Generation+3

VQA-LOL: Visual Question Answering under the Lens of Logic

2020-02-19 · ECCV 2020 8 · Tejas Gokhale, Pratyay Banerjee, Chitta Baral, Yezhou Yang

Logical connectives and their implications on the meaning of a natural language sentence are a fundamental aspect of understanding. In this paper, we investigate whether visual question answering (VQA) systems trained to…

NegationQuestion AnsweringSentenceVisual Question Answering+1