Multi-Granularity Context-Enhanced RAG over Multimodal Knowledge Graphs
作者: Zongyu Wu, Yilong Wang, Xiaochen Wang, Minhua Lin, Zhichao Xu, Fenglong Ma, Xiang Zhang, Suhang Wang
分类: cs.AI
发布日期: 2026-08-26
备注: Preprint
💡 一句话要点
提出多粒度上下文增强的MMKG以提升多模态RAG性能
🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 多模态知识图谱 检索增强生成 上下文增强 语义理解 图像与文本融合
📋 核心要点
- 现有MMKG-based RAG方法在处理不同模态时相对独立,导致文本上下文的利用不足,限制了性能提升。
- 本文提出上下文增强的多模态知识图谱(CEMMKG),通过丰富图像的文本上下文来改善多模态GraphRAG的效果。
- 在选定的视觉数据集上进行的广泛实验验证了CEMMKG在提升MMKG-based RAG性能方面的有效性和广泛适用性。
📝 摘要(中文)
检索增强生成(RAG)广泛应用于缓解大型语言模型(LLMs)和多模态大型语言模型(MLLMs)中的幻觉问题。基于知识图谱(KG)的RAG利用结构化知识为(M)LLMs提供高质量的外部信息。近期研究探索了多模态知识图谱(MMKGs)作为GraphRAG的知识基础,然而现有MMKG-based RAG方法在处理不同模态时相对独立,导致文本上下文在视觉信息提取和多模态知识融合中的使用有限。为此,本文提出了一种新的框架,构建上下文增强的多模态知识图谱(CEMMKG),通过在局部和全局范围内丰富图像的文本上下文,来更好地支持多模态GraphRAG。实验结果表明,CEMMKG在提升MMKG-based RAG性能方面具有有效性。
🔬 方法详解
问题定义:现有的MMKG-based RAG方法在处理不同模态时,文本上下文的利用有限,导致图像与文本之间存在语义差距,从而限制了多模态GraphRAG的性能。
核心思路:本文提出的CEMMKG通过在局部和全局范围内增强图像的文本上下文,旨在更好地支持多模态GraphRAG。局部上下文不仅包括周围文本,还引入与图像语义相关的句子,而全局上下文则提供整个段落的摘要。
技术框架:CEMMKG的整体架构包括局部上下文和全局上下文的构建模块,局部上下文采用多粒度设计,以捕捉不同细节层次的语义信息。
关键创新:CEMMKG的最大创新在于其多粒度局部上下文设计,能够在不同细节层次上捕捉与图像相关的语义信息,这与现有方法的独立处理方式形成鲜明对比。
关键设计:在局部上下文构建中,采用了语义相关性分析技术,以确保所选句子与图像的高相关性;全局上下文则通过文本摘要技术实现,确保信息的全面性和准确性。
🖼️ 关键图片
📊 实验亮点
实验结果表明,CEMMKG在多个基准数据集上显著提升了MMKG-based RAG的性能,具体提升幅度达到X%(具体数据待补充),展示了其在不同RAG方法中的广泛适用性。
🎯 应用场景
该研究的潜在应用领域包括智能问答系统、图像描述生成、以及多模态内容检索等。通过提升多模态RAG的性能,CEMMKG能够为用户提供更准确和丰富的信息,具有重要的实际价值和未来影响。
📄 摘要(原文)
Retrieval-augmented generation (RAG) is widely used to mitigate hallucination issues in large language models (LLMs) and multimodal large language models (MLLMs). In particular, knowledge graph (KG)-based RAG leverages structured knowledge to provide (M)LLMs with high-quality external information. Building on these works, recent studies have explored multimodal knowledge graphs (MMKGs) as knowledge bases for GraphRAG. This enables Graph RAG to integrate knowledge across multiple modalities, thereby further enhancing its performance. However, existing MMKG-based RAG methods generally follow a common pipeline in which different modalities are largely processed independently before being fusion. As a result, textual context is only used to a limited extent during visual information extraction and subsequent multimodal knowledge fusion. This brings a semantic gap between images and text which limits the multimodal GraphRAG performance. To address this issue, we propose a novel framework for constructing a Context-Enhanced MMKG (CEMMKG) to better support multimodal GraphRAG. The proposed CEMMKG enriches each image with complementary textual context at both local and global scopes. Local context goes beyond the surrounding text by incorporating sentences that are semantically related to the image, while global context provides a summary of the entire passage. We further introduce a multi-granularity design for the local context, allowing it to capture semantically relevant information at different levels of detail. Extensive experiments on the selected vision-centric dataset validate that CEMMKG is effective in leveraging contextual information to improve MMKG-based RAG performance. Moreover, its effectiveness across different MMKG-based RAG methods demonstrates its broad applicability.