用多模态知识图谱提升视觉问答的准确性和可靠性。
mKG-RAG: Leveraging Multimodal Knowledge Graphs in Retrieval-Augmented Generation for Knowledge-intensive VQA
- 通过多模态大模型提取图文一致的实体关系,构建结构化知识图谱。
- 双阶段检索策略使查询匹配更精准,答案准确率显著提升。
- 适合需要高可信度知识推理的视觉问答任务研究者使用。
检索增强生成(RAG)已成为扩展多模态大语言模型(MLLMs)知识容量的有效范式,广泛应用于基于知识的视觉问答(VQA)。尽管进展显著,传统RAG方法依赖非结构化文档,忽略知识元素间的结构关系,常引入无关或错误信息,降低答案准确性和可靠性。为此,本文提出mKG-RAG,一种基于多模态知识图谱(KG)的新型检索增强生成框架,用于知识密集型VQA任务。具体而言,mKG-RAG利用MLLM驱动的图谱抽取与视觉-文本匹配,从多模态文档中提炼语义一致、模态互补的实体与关系,构建高质量多模态知识图谱作为结构化知识表示。此外,引入查询感知的双阶段检索策略,提升检索效率并逐步优化精度。大量实验表明,该方法显著优于现有方法,在多个知识密集型VQA数据集上达到新基准。代码已开源:https://github.com/xandery-geek/mKG-RAG。
原文摘要 · Abstract (English)
Retrieval-Augmented Generation (RAG) has emerged as an effective paradigm for expanding the knowledge capacity of Multimodal Large Language Models (MLLMs) by incorporating external knowledge sources into the generation process, and has been widely adopted for knowledge-based Visual Question Answering (VQA). Despite impressive advancements, vanilla RAG-based VQA methods that rely on unstructured documents and overlook the structural relations among knowledge elements frequently introduce irrelevant or misleading content, degrading answer accuracy and reliability. To overcome these challenges, a promising solution is to integrate multimodal knowledge graphs (KGs) into RAG-based VQA frameworks, thereby enhancing generation through structured multimodal knowledge. To this end, this paper proposes mKG-RAG, a novel retrieval-augmented generation framework built upon multimodal KGs for knowledge-intensive VQA tasks. Specifically, mKG-RAG leverages MLLM-driven graph extraction and vision-text matching to distill semantically consistent, modality-complementary entities and relations from multimodal documents, constructing high-quality multimodal KGs as structured knowledge representations. Furthermore, a dual-stage retrieval strategy equipped with a query-aware multimodal retriever is introduced to improve retrieval efficiency while progressively refining precision. Comprehensive experiments demonstrate that our approach significantly outperforms existing approaches and sets new state-of-the-art results for knowledge-based VQA. The code is available at https://github.com/xandery-geek/mKG-RAG.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。