paper-with-me

홈 › Papers

Check It Again:Progressive Visual Question Answering via Visual Entailment

2021-08-01 · ACL 2021 5 · Qingyi Si, Zheng Lin, Ming yu Zheng, Peng Fu, Weiping Wang

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. 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.

📄 PDF Abstract BibTeX

Code (1)

PhoebusSi/SAR 공식 구현 pytorch

Tasks

Question AnsweringVisual EntailmentVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Check It Again: Progressive Visual Question Answering via Visual Entailment

2021-06-08 · Qingyi Si, Zheng Lin, Mingyu Zheng, Peng Fu 외

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 …

Question AnsweringVisual EntailmentVisual Question AnsweringVisual Question Answering (VQA)

Answer-checking in Context: A Multi-modal FullyAttention Network for Visual Question Answering

2020-10-17 · Hantao Huang, Tao Han, Wei Han, Deep Yap 외

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

2023-08-10 · Guangyao Li, Wenxuan Hou, Di Hu

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 Answering

Progressive Attention Memory Network for Movie Story Question Answering

2019-04-18 · CVPR 2019 6 · Junyeong Kim, Minuk Ma, Kyung-Su Kim, Sungjin Kim 외

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

2024-11-26 · Ahmed Akl, Abdelwahed Khamis, Zhe Wang, Ali Cheraghian 외

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