Check It Again: Progressive Visual Question Answering via Visual Entailment
While sophisticated Visual Question Answering models have achieved remarkable success, they tend to answer questions only according to superficial correlations between question and answer. Several recent approaches have been developed to address this language priors problem. However, most of them predict the correct answer according to one best output without checking the authenticity of answers. Besides, they only explore the interaction between image and question, ignoring the semantics of candidate answers. In this paper, we propose a select-and-rerank (SAR) progressive framework based on Visual Entailment. Specifically, we first select the candidate answers relevant to the question or the image, then we rerank the candidate answers by a visual entailment task, which verifies whether the image semantically entails the synthetic statement of the question and each candidate answer. Experimental results show the effectiveness of our proposed framework, which establishes a new state-of-the-art accuracy on VQA-CP v2 with a 7.55% improvement.
Code (1)
Tasks
Question AnsweringVisual EntailmentVisual Question AnsweringVisual Question Answering (VQA)Similar Papers 제목 키워드 기반
Check It Again:Progressive Visual Question Answering via Visual Entailment
While sophisticated neural-based models have achieved remarkable success in Visual Question Answering (VQA), these models tend to answer questions only according to superficial correlations between question and answer. S…
Question AnsweringVisual EntailmentVisual Question AnsweringVisual Question Answering (VQA)Answer-checking in Context: A Multi-modal FullyAttention Network for Visual Question Answering
Visual Question Answering (VQA) is challenging due to the complex cross-modal relations. It has received extensive attention from the research community. From the human perspective, to answer a visual question, one needs…
Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Progressive Spatio-temporal Perception for Audio-Visual Question Answering
Audio-Visual Question Answering (AVQA) task aims to answer questions about different visual objects, sounds, and their associations in videos. Such naturally multi-modal videos are composed of rich and complex dynamic au…
Audio-visual Question AnsweringAudio-Visual Question Answering (AVQA)Question AnsweringVisual Question AnsweringProgressive Attention Memory Network for Movie Story Question Answering
This paper proposes the progressive attention memory network (PAMN) for movie story question answering (QA). Movie story QA is challenging compared to VQA in two aspects: (1) pinpointing the temporal parts relevant to an…
Question AnsweringVideo Story QAVisual Question Answering (VQA)Task Progressive Curriculum Learning for Robust Visual Question Answering
Visual Question Answering (VQA) systems are known for their poor performance in out-of-distribution datasets. An issue that was addressed in previous works through ensemble learning, answer re-ranking, or artificially gr…
Data AugmentationEnsemble LearningQuestion AnsweringRe-Ranking+2