AICVJun 24

Reason Before You Retrieve: Agentic Planning for Multi-modal RAG

arXiv:2607.22643
Originality Incremental advance
AI Analysis

For multimodal QA systems needing external knowledge, this work addresses the bottleneck of under-specified retrieval targets and unstructured search spaces in existing mRAG systems.

MM-R2 introduces an agentic retrieval framework for multimodal RAG that reasons about retrieval intent and search space before retrieving, outperforming strong baselines on Infoseek and Encyclopedic VQA datasets with improved answer accuracy and interpretable trajectories.

Multimodal retrieval-augmented generation (mRAG) aims to answer image-text queries with external knowledge, but most existing systems still retrieve directly from raw multimodal input over a flat evidence space. This design often struggles with two key challenges: the retrieval target is under-specified because the question intent must be grounded to the correct visual referent, and the search space is weakly structured, forcing semantically distinct evidence to compete in a single global ranking step. We propose MM-R2, a multimodal agentic retrieval framework that reasons before retrieval by explicitly modeling both what to retrieve and where to search. MM-R2 first constructs an intent-grounded retrieval state from the image-question pair, capturing the information need, grounded referent, and retrieval constraints. It then performs retrieval over a structured KnowledgeMap, where the agent selects relevant retrieval units before issuing grounded queries within them. To enable this capability, we build MM-R2-Traj, a large-scale trajectory dataset of multi-step retrieval processes, and adopt a two-stage post-training strategy with supervised fine-tuning and GRPO. Experiments on Infoseek and Encyclopedic VQA datasets show that MM-R2 substantially outperforms strong baselines on answer accuracy while also yielding more interpretable and verifiable retrieval trajectories.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes