A Survey of Multimodal Retrieval-Augmented Generation
Lang Mei, Siyu Mo, Zhihan Yang, Chong Chen
TL;DR
Multimodal Retrieval-Augmented Generation (MRAG) extends traditional RAG by grounding LLMs in multimodal sources (text, images, videos) to reduce hallucinations and improve factual accuracy. The paper traces MRAG evolution through MRAG1.0 (pseudo-MRAG) to MRAG3.0 (true multimodality), detailing components such as document parsing, multimodal retrieval, and generation, along with novel modules like multimodal search planning and retrieval refinement. It catalogs extensive multimodal datasets spanning retrieval+generation benchmarks, generation-specific tasks, and multidisciplinary domains, and reviews evaluation metrics that combine rule-based and LLM/MLLM-based approaches. The survey also discusses key challenges—data accuracy, planning adaptivity, cross-modal retrieval, and comprehensive evaluation—and offers forward-looking directions for parsing, search planning, retrieval, generation, and benchmarks to advance MRAG research and applications.
Abstract
Multimodal Retrieval-Augmented Generation (MRAG) enhances large language models (LLMs) by integrating multimodal data (text, images, videos) into retrieval and generation processes, overcoming the limitations of text-only Retrieval-Augmented Generation (RAG). While RAG improves response accuracy by incorporating external textual knowledge, MRAG extends this framework to include multimodal retrieval and generation, leveraging contextual information from diverse data types. This approach reduces hallucinations and enhances question-answering systems by grounding responses in factual, multimodal knowledge. Recent studies show MRAG outperforms traditional RAG, especially in scenarios requiring both visual and textual understanding. This survey reviews MRAG's essential components, datasets, evaluation methods, and limitations, providing insights into its construction and improvement. It also identifies challenges and future research directions, highlighting MRAG's potential to revolutionize multimodal information retrieval and generation. By offering a comprehensive perspective, this work encourages further exploration into this promising paradigm.
