paper-with-me

홈 › Papers

Generalized Contrastive Learning for Multi-Modal Retrieval and Ranking

2024-04-12 · Tianyu Zhu, Myong Chol Jung, Jesse Clark

Contrastive learning has gained widespread adoption for retrieval tasks due to its minimal requirement for manual annotations. However, popular training frameworks typically learn from binary (positive/negative) relevance, making them ineffective at incorporating desired rankings. As a result, the poor ranking performance of these models forces systems to employ a re-ranker, which increases complexity, maintenance effort and inference time. To address this, we introduce Generalized Contrastive Learning (GCL), a training framework designed to learn from continuous ranking scores beyond binary relevance. GCL encodes both relevance and ranking information into a unified embedding space by applying ranking scores to the loss function. This enables a single-stage retrieval system. In addition, during our research, we identified a lack of public multi-modal datasets that benchmark both retrieval and ranking capabilities. To facilitate this and future research for ranked retrieval, we curated a large-scale MarqoGS-10M dataset using GPT-4 and Google Shopping, providing ranking scores for each of the 10 million query-document pairs. Our results show that GCL achieves a 29.3% increase in NDCG@10 for in-domain evaluations and 6.0% to 10.0% increases for cold-start evaluations compared to the finetuned CLIP baseline with MarqoGS-10M. Additionally, we evaluated GCL offline on a proprietary user interaction data. GCL shows an 11.2% gain for in-domain evaluations. The dataset and the method are available at: https://github.com/marqo-ai/GCL.

📄 PDF Abstract BibTeX arXiv:2404.08535

Code (1)

marqo-ai/gcl 공식 구현 pytorch

Tasks

Contrastive LearningRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Generalized Contrastive Learning for Universal Multimodal Retrieval

2025-09-30 · Jungsoo Lee, Janghoon Cho, Hyojin Park, Munawar Hayat 외 arxiv

Despite their consistent performance improvements, cross-modal retrieval models (e.g., CLIP) show degraded performances with retrieving keys composed of fused image-text modality (e.g., Wikipedia pages with both images a…

Cross-Modal RetrievalContrastive Learning

Cross-modal Deep Metric Learning with Multi-task Regularization

2017-03-21 · Xin Huang, Yuxin Peng

DNN-based cross-modal retrieval has become a research hotspot, by which users can search results across various modalities like image and text. However, existing methods mainly focus on the pairwise correlation and recon…

Cross-Modal RetrievalMetric LearningMulti-Task LearningRetrieval+2

ELVA: Exploring Ranking-Driven Universal Multimodal Retrieval

2026-06-18 · Yuhan Liu, Pei Fu, Hang Li, Yukun Qi 외 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 th…

Reinforcement LearningBinary ClassificationContrastive Learning

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 …

LamRA: Large Multimodal Model as Your Advanced Retrieval Assistant

2024-12-02 · CVPR 2025 1 · Yikun Liu, Pingan Chen, Jiayin Cai, XiaoLong Jiang 외

With the rapid advancement of multimodal information retrieval, increasingly complex retrieval tasks have emerged. Existing methods predominately rely on task-specific fine-tuning of vision-language models, often those t…

Contrastive LearningInformation RetrievalRerankingRetrieval