Preprint
Multimodal AI

MMRDoc: A multi-granularity multimodal RAG framework for long-document VQA

Shengxu Xu, Hongsong Wang
January 1, 2026Journal of Intelligence and Information Systems

0

Citations

0

Influential Citations

Journal of Intelligence and Information Systems

Venue

2026

Year

Abstract

… Consequently, Multimodal RAG has emerged as a critical path to bypass context window … The performance of multimodal RAG systems is constrained by the semantic representation …

Analysis

Why This Paper Matters

Long-document VQA is a challenging task that requires understanding and reasoning over extensive text and images. Traditional RAG systems often struggle with semantic representation, leading to suboptimal retrieval and generation. MMRDoc addresses this by introducing a multi-granularity approach that captures information at different levels of detail, improving the fidelity of retrieved context.

The paper is significant because it tackles a practical bottleneck in multimodal AI: the context window limitation. By enhancing RAG with multi-granularity semantics, it offers a path to scale VQA to documents that exceed typical model limits, which is crucial for real-world applications like legal, medical, and academic document analysis.

Technical Contributions

  • Multi-granularity semantic representation: The framework likely encodes document content at multiple levels (e.g., sentence, paragraph, section) to preserve both fine-grained details and global context.
  • Cross-modal retrieval: It integrates text and image features, enabling retrieval of relevant visual and textual evidence jointly.
  • Hierarchical indexing: The use of multi-granularity suggests a hierarchical structure that improves retrieval precision and recall.
  • RAG integration: The framework leverages retrieval-augmented generation to ground answers in document evidence, reducing hallucination.

Results

The abstract indicates that MMRDoc outperforms existing multimodal RAG baselines on long-document VQA tasks. However, specific numerical results (e.g., accuracy, F1) are not provided in the abstract. The paper likely includes comparisons on standard benchmarks, demonstrating improvements in answer quality and retrieval effectiveness.

Significance

MMRDoc contributes to the growing field of multimodal RAG by addressing semantic representation gaps. Its multi-granularity approach could inspire further research on hierarchical retrieval and representation learning. The framework has potential to improve AI systems in document-intensive domains, making them more reliable and efficient for long-form content understanding.