paper-with-me

Papers

Towards Knowledge-Augmented Visual Question Answering

2020-12-01 · COLING 2020 8 · Maryam Ziaeefard, Freddy Lecue

Visual Question Answering (VQA) remains algorithmically challenging while it is effortless for humans. Humans combine visual observations with general and commonsense knowledge to answer questions about a given image. In this paper, we address the problem of incorporating general knowledge into VQA models while leveraging the visual information. We propose a model that captures the interactions between objects in a visual scene and entities in an external knowledge source. Our model is a graph-based approach that combines scene graphs with concept graphs, which learns a question-adaptive graph representation of related knowledge instances. We use Graph Attention Networks to set higher importance to key knowledge instances that are mostly relevant to each question. We exploit ConceptNet as the source of general knowledge and evaluate the performance of our model on the challenging OK-VQA dataset.

📄 PDF Abstract BibTeX

Code (1)

ziamaryam/kvqa 공식 구현

Tasks

General KnowledgeGraph AttentionQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Visual-RAG: Benchmarking Text-to-Image Retrieval Augmented Generation for Visual Knowledge Intensive Queries

2025-02-23 · Yin Wu, Quanyu Long, Jing Li, Jianfei Yu 외

Retrieval-Augmented Generation (RAG) is a popular approach for enhancing Large Language Models (LLMs) by addressing their limitations in verifying facts and answering knowledge-intensive questions. As the research in LLM…

BenchmarkingImage RetrievalQuestion AnsweringRAG+2

FilterRAG: Zero-Shot Informed Retrieval-Augmented Generation to Mitigate Hallucinations in VQA

2025-02-25 · S M Sarwar

Visual Question Answering requires models to generate accurate answers by integrating visual and textual understanding. However, VQA models still struggle with hallucinations, producing convincing but incorrect answers, …

Question AnsweringRetrievalRetrieval-augmented GenerationVisual Question Answering+1

SCRA-VQA: Summarized Caption-Rerank for Augmented Large Language Models in Visual Question Answering

2025-09-25 · Yan Zhang, Jiaqing Lin, Miao Zhang, Kui Xiao 외 arxiv

Acquiring high-quality knowledge is a central focus in Knowledge-Based Visual Question Answering (KB-VQA). Recent methods use large language models (LLMs) as knowledge engines for answering. These methods generally emplo…

Visual Question Answering

Query and Attention Augmentation for Knowledge-Based Explainable Reasoning

2022-01-01 · CVPR 2022 1 · Yifeng Zhang, Ming Jiang, Qi Zhao

Explainable visual question answering (VQA) models have been developed with neural modules and query-based knowledge incorporation to answer knowledge-requiring questions. Yet, most reasoning methods cannot effective…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Fine-Grained Retrieval-Augmented Generation for Visual Question Answering

2025-02-28 · Zhengxuan Zhang, Yin Wu, Yuyu Luo, Nan Tang

Visual Question Answering (VQA) focuses on providing answers to natural language questions by utilizing information from images. Although cutting-edge multimodal large language models (MLLMs) such as GPT-4o achieve stron…

Question AnsweringRAGRetrievalRetrieval-augmented Generation+2