paper-with-me

홈 › Papers

ELVA: Exploring Ranking-Driven Universal Multimodal Retrieval

2026-06-18 · Yuhan Liu, Pei Fu, Hang Li, Yukun Qi, Chao Jiang, Jingwen Fu, Zhen Liu, Bin Qin, Zhenbo Luo, Jian Luan, Jingmin Xin arxiv

Leveraging Multimodal Large Language Models (MLLMs) via contrastive learning has become a mainstream paradigm for improving the performance of Universal Multimodal Retrieval (UMR). However, previous works have ignored the grain blindness when adapting the contrastive paradigm into retrieval tasks. Grain blindness refers to the tendency of the model to overlook grain-level information contained in the query, which is crucial for effectively handling complex queries. This stems from contrastive learning treating samples as a binary classification (positive/negative), while ignoring the different information carried by each negative sample. To address this, we argue that negatives should be treated differently according to their similarity to the positive sample, enabling the model to learn distinct grain information from each negative. In this paper, we introduce a simple but effective framework, called ELVA, a novel rule-based RL framework that mitigates grain blindness through ranking-driven MLLMs. 1) Instead of relying on reward models, we extend Reinforcement Learning with Verifiable Rewards (RLVR) to retrieval tasks, allowing the model to explore new ranking behaviors without explicit ranking labels. 2) By utilizing rule-based rewards, our approach jointly optimizes the ranking of negative samples while enlarging the similarity gap between positive and negative. To more precisely measure grain blindness, we further introduce MRBench, a new benchmark specifically designed for multi-grain query scenarios. ELVA achieves state-of-the-art results across standard retrieval benchmarks, and its notable 13.1% improvement on MRBench further demonstrates its effectiveness in alleviating grain blindness.

📄 PDF Abstract BibTeX arXiv:2606.20280

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningBinary ClassificationContrastive Learning

Similar Papers 제목 키워드 기반

Breaking the Encoder Barrier for Seamless Video-Language Understanding

2025-03-24 · Handong Li, Yiyuan Zhang, Longteng Guo, Xiangyu Yue 외

Most Video-Large Language Models (Video-LLMs) adopt an encoder-decoder framework, where a vision encoder extracts frame-wise features for processing by a language model. However, this approach incurs high computational c…

DecoderLanguage ModelingLanguage ModellingRepresentation Learning+1

V-Retrver: Evidence-Driven Agentic Reasoning for Universal Multimodal Retrieval

2026-02-05 · Dongyang Chen, Chaoyang Wang, Dezhao Su, Xi Xiao 외 arxiv

Multimodal Large Language Models (MLLMs) have recently been applied to universal multimodal retrieval, where Chain-of-Thought (CoT) reasoning improves candidate reranking. However, existing approaches remain largely lang…

Reinforcement Learning

VesselVAE: Recursive Variational Autoencoders for 3D Blood Vessel Synthesis

2023-07-07 · Paula Feldman, Miguel Fainstein, Viviana Siless, Claudio Delrieux 외

We present a data-driven generative framework for synthesizing blood vessel 3D geometry. This is a challenging task due to the complexity of vascular systems, which are highly variating in shape, size, and structure. Exi…

3D geometryDiversity

PixelVAE++: Improved PixelVAE with Discrete Prior

2019-08-26 · Hossein Sadeghi, Evgeny Andriyash, Walter Vinci, Lorenzo Buffoni 외

Constructing powerful generative models for natural images is a challenging task. PixelCNN models capture details and local information in images very well but have limited receptive field. Variational autoencoders with …

DecoderImage Generation

UMER: Unifying Embedding and Ranking via Pair-Aware Discriminative Reasoning for Universal Multimodal Retrieval

2026-08-19 · Libiao Chen, Xiyang Liu, Yanheng Wei, Tao Wang 외 arxiv

Universal multimodal retrieval aims to support diverse instruction-aware retrieval tasks, demanding both efficient corpus-scale matching and fine-grained semantic reasoning. Recent MLLM-based embedding methods typically …