Roles of MLLMs in Visually Rich Document Retrieval for RAG: A Survey
Xiantao Zhang
TL;DR
This paper tackles the challenge of retrieval-augmented generation over visually rich documents (VRDs), where meaning arises from text, layout, and graphics, and OCR-based pipelines introduce errors. It proposes a three-role taxonomy for Multimodal Large Language Models (MLLMs) in VRD RAG: Modality-Unifying Captioners, Multimodal Embedders, and End-to-End Representers, and analyzes their trade-offs in retrieval granularity, information fidelity, latency, and index size. The authors review methods, practical deployments, and empirical evidence across these roles, offering guidance on when each approach is advantageous and highlighting open challenges such as adaptive retrieval, efficiency, and evaluation metrics. The work aims to guide practitioners in building reliable, cost-aware VRD RAG systems and to steer future research toward adaptive, scalable, and well-evaluated multimodal retrieval for document understanding.
Abstract
Visually rich documents (VRDs) challenge retrieval-augmented generation (RAG) with layout-dependent semantics, brittle OCR, and evidence spread across complex figures and structured tables. This survey examines how Multimodal Large Language Models (MLLMs) are being used to make VRD retrieval practical for RAG. We organize the literature into three roles: Modality-Unifying Captioners, Multimodal Embedders, and End-to-End Representers. We compare these roles along retrieval granularity, information fidelity, latency and index size, and compatibility with reranking and grounding. We also outline key trade-offs and offer some practical guidance on when to favor each role. Finally, we identify promising directions for future research, including adaptive retrieval units, model size reduction, and the development of evaluation methods.
