Reasoning-Augmented Representations for Multimodal Retrieval

arXiv:2602.07125v12 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of unreliable any-to-any search across text and vision for users needing precise retrieval, representing an incremental improvement through enhanced training on reasoning-augmented data.

The paper tackles the brittleness of multimodal retrieval models when queries require latent reasoning by proposing a data-centric framework that externalizes reasoning before retrieval, achieving consistent gains over strong baselines on the M-BEIR benchmark.

Universal Multimodal Retrieval (UMR) seeks any-to-any search across text and vision, yet modern embedding models remain brittle when queries require latent reasoning (e.g., resolving underspecified references or matching compositional constraints). We argue this brittleness is often data-induced: when images carry "silent" evidence and queries leave key semantics implicit, a single embedding pass must both reason and compress, encouraging spurious feature matching. We propose a data-centric framework that decouples these roles by externalizing reasoning before retrieval. Using a strong Vision--Language Model, we make implicit semantics explicit by densely captioning visual evidence in corpus entries, resolving ambiguous multimodal references in queries, and rewriting verbose instructions into concise retrieval constraints. Inference-time enhancement alone is insufficient; the retriever must be trained on these semantically dense representations to avoid distribution shift and fully exploit the added signal. Across M-BEIR, our reasoning-augmented training method yields consistent gains over strong baselines, with ablations showing that corpus enhancement chiefly benefits knowledge-intensive queries while query enhancement is critical for compositional modification requests. We publicly release our code at https://github.com/AugmentedRetrieval/ReasoningAugmentedRetrieval.

Foundations

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

Your Notes