Paper Overview
Field: NLP Authors: Yuchi Wang, Haiyang Yu, Weikang Bian Published: 2025-04-08 arXiv: 2504.06256
Key Points
- Multimodal large language models (MLLMs) have been successfully applied to multimodal embedding tasks, yet their generative reasoning capabilities remain underutilized.
- Directly incorporating chain-of-thought reasoning into embedding learning introduces two fundamental challenges: 1. Structural misalignment between instance-level reasoning and pairwise contrastive supervision may lead to shortcut behavior, where the model merely learns the superficial format of reasoning. 2. Reasoning is not universally beneficial: enforcing it for all inputs introduces unnecessary computation and latency, and can obscure salient semantic signals for simple cases.
- Formalizes reasoning as a latent variable.
- Introduces pair-aware reasoning selection, using counterfactual interventions to identify reasoning paths that benefit query–target alignment.
- Applies reinforcement learning to selectively invoke reasoning only when needed.
- On the MMEB-V2 benchmark, the model achieves a score of 71.2 with only 4B parameters, establishing a new state of the art.
- Significantly reduces reasoning overhead and inference latency compared to always-reasoning baselines.
Proposed Solution: MMEmb-R1
MMEmb-R1 is an adaptive-reasoning multimodal embedding framework that:
Results
Original Abstract (English)
> MLLMs have been successfully applied to multimodal embedding tasks, yet their generative reasoning capabilities remain underutilized. Directly incorporating chain-of-thought reasoning into embedding learning introduces two fundamental challenges. First, structural misalignment between instance-level reasoning and pairwise contrastive supervision may lead to shortcut behavior, where the model merely learns the superficial format of reasoning. Second, reasoning is not universally beneficial for embedding tasks. Enforcing reasoning for all inputs may introduce unnecessary computation and latency, and can even obscure salient semantic signals for simple cases.
---
*Auto-collected on 2026-04-09.*