Learning from Failures: Retrieval-Centric CoT via Hard Negatives for Unified Multimodal Retrieval
Summary
This paper introduces UniME-R1, an embedder-adviser framework for unified multimodal retrieval that generates Retrieval-Centric Chain-of-Thought (RC-CoT) conditioned on retrieval feedback, improving retrieval performance by learning from hard negatives.
View Cached Full Text
Cached at: 08/07/26, 05:56 AM
Paper page - Learning from Failures: Retrieval-Centric CoT via Hard Negatives for Unified Multimodal Retrieval
Source: https://huggingface.co/papers/2608.06060
Abstract
Unifiedmultimodalretrievalaimstoidentifycandidatesthatsatisfycomplexuserintentexpressedthroughheterogeneousinputs.AlthoughLargeVision-LanguageModel(LVLM)-basedretrieversareefficientandscalable,directlyencodingrawmultimodalinputsoftenmissesfine-graineddiscriminativecues,leadingtoconfusionamongsemanticallysimilarcandidates.RecentmethodsmitigatethislimitationbygeneratingChain-of-Thought(CoT)rationalestoenrichthequeryrepresentation.However,suchreasoningistypicallyderivedfromthequeryalone:itexplainswhatthequerydescribes,butnotwhattheretrievermisunderstands.Wearguethateffectiveretrievalreasoningshouldinsteadbeconditionedonretrievalfeedback.Basedonthisinsight,weintroduceUniME-R1,anembedder-adviserframeworkthatlearnstoreasonoverinitiallyretrievedcandidatesandgenerateRetrieval-CentricChain-of-Thought(RC-CoT).Theadviseranalyzescandidatesindividuallytoidentifythediscriminativecuesconfusedbytheembedder.Ifthetargetappearsintheinitialtop-kset,UniME-R1directlyreranksthecandidates;otherwise,itgeneratesRC-CoTtorefinetheretrievaldirectionandperformsfull-corpusre-retrievalwithadual-modeembedder.Totraintheframework,weminehardnegativestosimulaterealisticretrievalfailures,jointlyoptimizedirectretrievalandRC-CoT-augmentedretrieval,andaligntheadviserwithretrievaloutcomesthroughsupervisedlearningandretrieval-orientedreinforcementlearning.ExtensiveexperimentsonMMEB-V2andadiversesetofgeneralmultimodalretrievalbenchmarksdemonstratethatUniME-R1consistentlyimprovesretrievalperformanceoverstrongbaselines.
View arXiv pageView PDFGitHub3Add to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.06060 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.06060 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.06060 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
RRM: Experience-Driven Reflective Retrieval Memory for Long-Horizon Multimodal Reasoning
This paper introduces Reflective Retrieval Memory (RRM), a memory framework that distills procedural retrieval experience from historical task trajectories to improve evidence retrieval for long-horizon multimodal reasoning. RRM matches or exceeds prior state-of-the-art on M3-Bench-Robot, M3-Bench-Web, and Video-MME-Long benchmarks.
Beyond Retrieval: Analytic Memory for Multimodal Agents
This paper introduces AdaMM, a framework that complements retrieval-based multimodal memory with analytic memory, enabling filtering, aggregation, ranking, and temporal comparison over accumulated observations. Experiments on MemEye and MemGallery benchmarks show improvements of up to 11.3% and 7.3% respectively.
Gradient-free Task-Conditioned Retrieval for On-Device In-Context Learning
This paper proposes CoRA, a gradient-free framework for task-conditioned retrieval in on-device in-context learning, using frozen encoders and closed-form ridge regression to build compact retrieval bases without fine-tuning or backpropagation.
The Cost of Context: Mitigating Textual Bias in Multimodal Retrieval-Augmented Generation
This paper identifies and formalizes 'recorruption' in multimodal RAG, where adding accurate context causes models to abandon correct predictions due to attentional collapse (visual blindness and positional bias). The authors propose BAIR, a parameter-free inference-time framework that restores visual saliency and penalizes textual distractors, improving reliability across medical, fairness, and geospatial benchmarks.
Reinforcement Learning-Guided Retrieval with Soft Fusion for Robust Multimodal Imitation Learning under Missing Modalities
RL4IL introduces a reinforcement learning-guided retrieval method that uses soft fusion over frozen demonstration libraries to handle missing sensor modalities in robotic imitation learning at inference time, achieving high success rates under complete camera dropout.