π€ AI Summary
This work addresses the challenge in unified multimodal retrieval where directly encoding raw inputs often overlooks fine-grained discriminative cues, leading to confusion among semantically similar samples. To mitigate this, the authors propose UniME-R1, a novel framework that, for the first time, integrates retrieval failure feedback into chain-of-thought generation to construct a retrieval-oriented chain of thought (RC-CoT). This mechanism analyzes initial retrieval results to identify confounding cues and employs a dual-mode embedder capable of supporting either reranking or full-corpus re-retrieval. The approach innovatively introduces a retrieval-centric reasoning paradigm, combining hard negative mining with alignment-aware training, and leverages a large vision-language model structured as an embedder-advisor architecture to jointly optimize supervised learning and retrieval-guided reinforcement learning. Experiments demonstrate that UniME-R1 significantly outperforms strong baselines on multiple benchmarks, including MMEB-V2, confirming its effectiveness and generalization capability.
π Abstract
Unified multimodal retrieval aims to identify candidates that satisfy complex user intent expressed through heterogeneous inputs. Although Large Vision-Language Model (LVLM)-based retrievers are efficient and scalable, directly encoding raw multimodal inputs often misses fine-grained discriminative cues, leading to confusion among semantically similar candidates. Recent methods mitigate this limitation by generating Chain-of-Thought (CoT) rationales to enrich the query representation. However, such reasoning is typically derived from the query alone: it explains what the query describes, but not what the retriever misunderstands. We argue that effective retrieval reasoning should instead be conditioned on retrieval feedback. Based on this insight, we introduce UniME-R1, an embedder-adviser framework that learns to reason over initially retrieved candidates and generate Retrieval-Centric Chain-of-Thought (RC-CoT). The adviser analyzes candidates individually to identify the discriminative cues confused by the embedder. If the target appears in the initial top-k set, UniME-R1 directly reranks the candidates; otherwise, it generates RC-CoT to refine the retrieval direction and performs full-corpus re-retrieval with a dual-mode embedder. To train the framework, we mine hard negatives to simulate realistic retrieval failures, jointly optimize direct retrieval and RC-CoT-augmented retrieval, and align the adviser with retrieval outcomes through supervised learning and retrieval-oriented reinforcement learning. Extensive experiments on MMEB-V2 and a diverse set of general multimodal retrieval benchmarks demonstrate that UniME-R1 consistently improves retrieval performance over strong baselines.