paper-with-me

Papers

MG$^2$-RAG: Multi-Granularity Graph for Multimodal Retrieval-Augmented Generation

2026-04-04 · Sijun Dai, Qiang Huang, Xiaoxing You, Jun Yu arxiv

Retrieval-Augmented Generation (RAG) mitigates hallucinations in Multimodal Large Language Models (MLLMs), yet existing systems struggle with complex cross-modal reasoning. Flat vector retrieval often ignores structural dependencies, while current graph-based methods rely on costly ``translation-to-text'' pipelines that discard fine-grained visual information. To address these limitations, we propose \textbf{MG$^2$-RAG}, a lightweight \textbf{M}ulti-\textbf{G}ranularity \textbf{G}raph \textbf{RAG} framework that jointly improves graph construction, modality fusion, and cross-modal retrieval. MG$^2$-RAG constructs a hierarchical multimodal knowledge graph by combining lightweight textual parsing with entity-driven visual grounding, enabling textual entities and visual regions to be fused into unified multimodal nodes that preserve atomic evidence. Building on this representation, we introduce a multi-granularity graph retrieval mechanism that aggregates dense similarities and propagates relevance across the graph to support structured multi-hop reasoning. Extensive experiments across four representative multimodal tasks (i.e., retrieval, knowledge-based VQA, reasoning, and classification) demonstrate that MG$^2$-RAG consistently achieves state-of-the-art performance while reducing graph construction overhead with an average 43.3$\times$ speedup and 23.9$\times$ cost reduction compared with advanced graph-based frameworks.

📄 PDF Abstract BibTeX arXiv:2604.04969

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal RetrievalVisual Grounding

Similar Papers 제목 키워드 기반

Scaling Beyond Context: A Survey of Multimodal Retrieval-Augmented Generation for Document Understanding

2025-10-17 · Sensen Gao, Shanshan Zhao, Xu Jiang, Lunhao Duan 외 arxiv

Document understanding is critical for applications from financial analysis to scientific discovery. Current approaches, whether OCR-based pipelines feeding Large Language Models (LLMs) or native Multimodal LLMs (MLLMs),…

Document AI

From Scenes to Elements: Multi-Granularity Evidence Retrieval for Verifiable Multimodal RAG

2026-05-14 · Guanhua Chen, Chuyue Huang, Yutong Yao, Shudong Liu 외 arxiv

Multimodal Retrieval-Augmented Generation (RAG) systems retrieve evidence at coarse granularities (entire images or scenes), creating a mismatch with fine-grained user queries and making failures unverifiable. We introdu…

Query-Centric Graph Retrieval Augmented Generation

2025-09-25 · Yaxiong Wu, Jianyuan Bo, Yongyue Zhang, Sheng Liang 외 arxiv

Graph-based retrieval-augmented generation (RAG) enriches large language models (LLMs) with external knowledge for long-context understanding and multi-hop reasoning, but existing methods face a granularity dilemma: fine…

Long-Context UnderstandingQuestion Answering

Mix-of-Granularity: Optimize the Chunking Granularity for Retrieval-Augmented Generation

2024-06-01 · Zijie Zhong, Hanwen Liu, Xiaoya Cui, Xiaofan Zhang 외

Integrating information from various reference databases is a major challenge for Retrieval-Augmented Generation (RAG) systems because each knowledge source adopts a unique data structure and follows different convention…

ChunkingRAGRetrievalRetrieval-augmented Generation

OMGM: Orchestrate Multiple Granularities and Modalities for Efficient Multimodal Retrieval

2025-05-10 · Wei Yang, Jingjing Fu, Rui Wang, Jinyu Wang 외

Vision-language retrieval-augmented generation (RAG) has become an effective approach for tackling Knowledge-Based Visual Question Answering (KB-VQA), which requires external knowledge beyond the visual content presented…

Cross-Modal RetrievalQuestion AnsweringRAGReranking+4