Reasoning Guided Embeddings: Leveraging MLLM Reasoning for Improved Multimodal Retrieval
Chunxu Liu, Jiyuan Yang, Ruopeng Gao, Yuhan Zhu, Feng Zhu, Rui Zhao, Limin Wang
TL;DR
This work tackles the limitation that Multimodal Large Language Models (MLLMs) are often used as embedding extractors without exploiting their reasoning capabilities. It introduces Reasoning Guided Embeddings (RGE), where an MLLM first generates structured rationales conditioned on the input before producing embeddings, effectively coupling reasoning with representation learning. The method jointly optimizes a language modeling objective for rationale generation and a contrastive objective for embedding alignment, while employing on-the-fly rationale generation to avoid information leakage from oracle rationales. On the MMEB benchmark, RGE achieves a 4.9% improvement over non-reasoning baselines at comparable model scales, highlighting reasoning as a practical mechanism to enhance multimodal retrieval and cross-modal representation quality. The approach requires no architectural changes and supports reasoning-aware inference for better, more contextually grounded embeddings.
Abstract
Multimodal embeddings are widely used in downstream tasks such as multimodal retrieval, enabling alignment of interleaved modalities in a shared representation space. While recent studies show that Multimodal Large Language Models (MLLMs) can serve as strong embedding extractors, existing approaches treat embedding extraction as a direct encoding step, overlooking the fact that MLLMs possess the generative capability for reasoning that could be leveraged to enhance representation quality. In this work, we explore how to explicitly incorporate reasoning into the embedding process. To this end, we propose Reasoning Guided Embeddings (RGE), which preserves the generative rationale process of MLLMs and couples it with contrastive training. Our method first enables the model to perform structured rationale generation conditioned on the instruction, and then extracts representations after reasoning has unfolded. This simple design enhances the context-conditional inference signals within the embedding, leading to improved multimodal representation quality. Experiments on the MMEB benchmark show that reasoning-guided conditioning improves multimodal retrieval performance by 4.9% over the non-reasoning baseline, confirming that explicit reasoning can effectively enhance embedding quality.
