paper-with-me

홈 › Papers

Question Relevance in Visual Question Answering

2018-07-23 · Prakruthi Prabhakar, Nitish Kulkarni, Linghao Zhang

Free-form and open-ended Visual Question Answering systems solve the problem of providing an accurate natural language answer to a question pertaining to an image. Current VQA systems do not evaluate if the posed question is relevant to the input image and hence provide nonsensical answers when posed with irrelevant questions to an image. In this paper, we solve the problem of identifying the relevance of the posed question to an image. We address the problem as two sub-problems. We first identify if the question is visual or not. If the question is visual, we then determine if it's relevant to the image or not. For the second problem, we generate a large dataset from existing visual question answering datasets in order to enable the training of complex architectures and model the relevance of a visual question to an image. We also compare the results of our Long Short-Term Memory Recurrent Neural Network based models to Logistic Regression, XGBoost and multi-layer perceptron based approaches to the problem.

📄 PDF Abstract BibTeX arXiv:1807.08435

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Question Relevance in VQA: Identifying Non-Visual And False-Premise Questions

2016-06-21 · EMNLP 2016 11 · Arijit Ray, Gordon Christie, Mohit Bansal, Dhruv Batra 외

Visual Question Answering (VQA) is the task of answering natural-language questions about images. We introduce the novel problem of determining the relevance of questions to images in VQA. Current VQA models do not reaso…

Question AnsweringQuestion SimilarityVisual Question AnsweringVisual Question Answering (VQA)

The Promise of Premise: Harnessing Question Premises in Visual Question Answering

2017-05-01 · EMNLP 2017 9 · Aroma Mahendru, Viraj Prabhu, Akrit Mohapatra, Dhruv Batra 외

In this paper, we make a simple observation that questions about images often contain premises - objects and relationships implied by the question - and that reasoning about premises can help Visual Question Answering (V…

Question AnsweringRelevance DetectionVisual Question AnsweringVisual Question Answering (VQA)

Fine-grained Late-interaction Multi-modal Retrieval for Retrieval Augmented Visual Question Answering

2023-09-29 · NeurIPS 2023 11 · Weizhe Lin, Jinghong Chen, Jingbiao Mei, Alexandru Coca 외

Knowledge-based Visual Question Answering (KB-VQA) requires VQA systems to utilize knowledge from external knowledge bases to answer visually-grounded questions. Retrieval-Augmented Visual Question Answering (RA-VQA), a …

Image to textPassage RetrievalQuestion AnsweringRetrieval+2

Multimodal Reranking for Knowledge-Intensive Visual Question Answering

2024-07-17 · Haoyang Wen, Honglei Zhuang, Hamed Zamani, Alexander Hauptmann 외

Knowledge-intensive visual question answering requires models to effectively use external knowledge to help answer visual questions. A typical pipeline includes a knowledge retriever and an answer generator. However, a r…

Answer GenerationQuestion AnsweringRerankingVisual Question Answering+1

AVIR: Adaptive Visual In-Document Retrieval for Efficient Multi-Page Document Question Answering

2026-01-17 · Zongmin Li, Yachuan Li, Lei Kang, Dimosthenis Karatzas 외 arxiv

Multi-page Document Visual Question Answering (MP-DocVQA) remains challenging because long documents not only strain computational resources but also reduce the effectiveness of the attention mechanism in large vision-la…

Visual Question AnsweringAnswer Generation