paper-with-me

홈 › Papers

FVQA: Fact-based Visual Question Answering

2016-06-17 · Peng Wang, Qi Wu, Chunhua Shen, Anton Van Den Hengel, Anthony Dick

Visual Question Answering (VQA) has attracted a lot of attention in both Computer Vision and Natural Language Processing communities, not least because it offers insight into the relationships between two important sources of information. Current datasets, and the models built upon them, have focused on questions which are answerable by direct analysis of the question and image alone. The set of such questions that require no external information to answer is interesting, but very limited. It excludes questions which require common sense, or basic factual knowledge to answer, for example. Here we introduce FVQA, a VQA dataset which requires, and supports, much deeper reasoning. FVQA only contains questions which require external information to answer. We thus extend a conventional visual question answering dataset, which contains image-question-answerg triplets, through additional image-question-answer-supporting fact tuples. The supporting fact is represented as a structural triplet, such as <Cat,CapableOf,ClimbingTrees>. We evaluate several baseline models on the FVQA dataset, and describe a novel model which is capable of reasoning about an image on the basis of supporting facts.

📄 PDF Abstract BibTeX arXiv:1606.05433

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningQuestion AnsweringTripletVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

FVQA 2.0: Introducing Adversarial Samples into Fact-based Visual Question Answering

2023-03-19 · Weizhe Lin, Zhilin Wang, Bill Byrne

The widely used Fact-based Visual Question Answering (FVQA) dataset contains visually-grounded questions that require information retrieval using common sense knowledge graphs to answer. It has been observed that the ori…

Common Sense ReasoningInformation RetrievalKnowledge GraphsQuestion Answering+3

Seeing is Knowing! Fact-based Visual Question Answering using Knowledge Graph Embeddings

2020-12-31 · Kiran Ramnath, Mark Hasegawa-Johnson

Fact-based Visual Question Answering (FVQA), a challenging variant of VQA, requires a QA-system to include facts from a diverse knowledge graph (KG) in its reasoning process to produce an answer. Large KGs, especially co…

Common Sense ReasoningKnowledge Graph EmbeddingsQuestion AnsweringRetrieval+3

Out of the Box: Reasoning with Graph Convolution Nets for Factual Visual Question Answering

2018-11-01 · NeurIPS 2018 12 · Medhini Narasimhan, Svetlana Lazebnik, Alexander G. Schwing

Accurately answering a question about a given image requires combining observations with general knowledge. While this is effortless for humans, reasoning with general knowledge remains an algorithmic challenge. To advan…

Factual Visual Question AnsweringGeneral KnowledgeQuestion AnsweringVisual Question Answering+1

Mucko: Multi-Layer Cross-Modal Knowledge Reasoning for Fact-based Visual Question Answering

2020-06-16 · Zihao Zhu, Jing Yu, Yujing Wang, Yajing Sun 외

Fact-based Visual Question Answering (FVQA) requires external knowledge beyond visible content to answer questions about an image, which is challenging but indispensable to achieve general VQA. One limitation of existing…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

A Symmetric Dual Encoding Dense Retrieval Framework for Knowledge-Intensive Visual Question Answering

2023-04-26 · Alireza Salemi, Juan Altmayer Pizzorno, Hamed Zamani

Knowledge-Intensive Visual Question Answering (KI-VQA) refers to answering a question about an image whose answer does not lie in the image. This paper presents a new pipeline for KI-VQA tasks, consisting of a retriever …

DecoderKnowledge DistillationQuestion AnsweringRetrieval+2