arXiv:2605.15868cs.CV2026-05中稿 · ICML

SOLAR通过自监督学习实现图文双向检索,效果超越顶尖模型。

SOLAR: Self-supervised Joint Learning for Symmetric Multimodal Retrieval

论文配图:SOLAR: Self-supervised Joint Learning for Symmetric Multimodal Retrieval
图 1 · 摘自论文原文
  • 两阶段自监督框架,利用无标签图文对学习模态交集与差异
  • 在新基准上超越最强有监督模型7.08分,参数量少50倍、嵌入维度小5倍
  • 适合需要高效多模态检索的开发者和研究者

本文针对图文双向可互换的对称多模态检索任务,提出SOLAR(自监督联合学习对称多模态检索)框架。现有通用多模态检索方法受限于标注的非对称数据集,而SOLAR利用大规模无标签图文对,在第一阶段学习图像-文本交集掩码,实现语义对齐同时保留差异信息;第二阶段基于该掩码构造正样本与难负样本,完成自监督嵌入学习。此外,构建了高质量人工验证的正负样本基准及对应评估流程。在十种主流方法对比中,SOLAR在该基准上超越最强有监督视觉语言模型7.08分,模型参数减少50倍以上,嵌入维度缩小5倍。代码、模型与基准已开源。

原文摘要 · Abstract (English)

In this work, we address the critical yet underexplored challenge of symmetric multimodal-to-multimodal (MM2MM) retrieval, where queries and contexts are interchangeable. Existing universal multimodal retrieval works struggle with this task, as they are constrained by the labeled asymmetric datasets used. We produce SOLAR (Self-supervised jOint LeArning for symmetric multimodal Retrieval), a novel two-stage self-supervised framework that leverages readily available unlabeled web-scale image-text pairs. Based on the observation that both semantic alignment and discrepancies exist between two modalities, in the first stage, we learn the intersection mask of image-text pair, allowing us to align intersection while preserving semantic of difference. In the second stage, the learned mask is further utilized to construct positive and hardnegative samples via masking different parts of image/text, which enable us to conduct self-supervised multimodal embedding learning. Complementing this framework, we present a new benchmark featuring high-quality human-verified positive and hard-negative pairs to evaluate symmetric MM2MM retrieval under realistic conditions, as well as the corresponding pipeline. Extensive experiments against ten SOTA methods show SOLAR surpasses the strongest supervised VLM by 7.08 points on this benchmark, with over 50x fewer model parameters and a 5x smaller embedding dimension. Code, model and benchmark are available at https://github.com/codefuse-ai/SOLAR.

多模态检索自监督学习图文对齐

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。