paper-with-me

홈 › Papers

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 common-sense KGs, are known to be incomplete, i.e., not all non-existent facts are always incorrect. Therefore, being able to reason over incomplete KGs for QA is a critical requirement in real-world applications that has not been addressed extensively in the literature. We develop a novel QA architecture that allows us to reason over incomplete KGs, something current FVQA state-of-the-art (SOTA) approaches lack due to their critical reliance on fact retrieval. We use KG Embeddings, a technique widely used for KG completion, for the downstream task of FVQA. We also employ a new image representation technique we call 'Image-as-Knowledge' to enable this capability, alongside a simple one-step CoAttention mechanism to attend to text and image during QA. Our FVQA architecture is faster during inference time, being O(m), as opposed to existing FVQA SOTA methods which are O(N log N), where m = number of vertices, N = number of edges = O(m^2). KG embeddings are shown to hold complementary information to word embeddings: a combination of both metrics permits performance comparable to SOTA methods in the standard answer retrieval task, and significantly better (26% absolute) in the proposed missing-edge reasoning task.

📄 PDF Abstract BibTeX arXiv:2012.15484

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningKnowledge Graph EmbeddingsQuestion AnsweringRetrievalVisual Question AnsweringVisual Question Answering (VQA)Word Embeddings

Similar Papers 제목 키워드 기반

Knowing-how & Knowing-that: A New Task for Machine Comprehension of User Manuals

2023-06-07 · Hongru Liang, Jia Liu, Weihong Du, dingnan jin 외

The machine reading comprehension (MRC) of user manuals has huge potential in customer service. However, current methods have trouble answering complex questions. Therefore, we introduce the Knowing-how & Knowing-that ta…

BenchmarkingMachine Reading ComprehensionReading Comprehension

See or Recall: A Sanity Check for the Role of Vision in Solving Visualization Question Answer Tasks with Multimodal LLMs

2025-04-14 · Zhimin Li, Haichao Miao, Xinyuan Yan, Valerio Pascucci 외

Recent developments in multimodal large language models (MLLM) have equipped language models to reason about vision and language jointly. This permits MLLMs to both perceive and answer questions about data visualization …

Data VisualizationQuestion Answering

The All-Seeing Project: Towards Panoptic Visual Recognition and Understanding of the Open World

2023-08-03 · Weiyun Wang, Min Shi, Qingyun Li, Wenhai Wang 외

We present the All-Seeing (AS) project: a large-scale data and model for recognizing and understanding everything in the open world. Using a scalable data engine that incorporates human feedback and efficient models in t…

AllQuestion AnsweringRetrievalText Retrieval

Seeing Culture: A Benchmark for Visual Reasoning and Grounding

2025-09-20 · Burak Satar, Zhixin Ma, Patrick A. Irawan, Wilfried A. Mulyawan 외 arxiv

Multimodal vision-language models (VLMs) have made substantial progress in various tasks that require a combined understanding of visual and textual content, particularly in cultural understanding tasks, with the emergen…

Visual Question AnsweringVisual Reasoning

See the Forest and the Trees: A Synergistic Reasoning Framework for Knowledge-Based Visual Question Answering

2025-07-23 · Junjie Wang, Yunhan Tang, Yijie Wang, Zhihao Yuan 외 arxiv

Multimodal Large Language Models (MLLMs) have pushed the frontiers of Knowledge-Based Visual Question Answering (KBVQA), yet their reasoning is fundamentally bottlenecked by a reliance on uni-dimensional evidence. This "…

Visual Question Answering