通过分阶段压缩预训练,高效构建多模态嵌入模型
Compressing then Matching: An Efficient Pre-training Paradigm for Multimodal Embedding
- 先压缩后对比:分两阶段预训练,提升效率
- 小数据量即可达成顶尖性能,适配中等规模MLLM
- 兼顾效果与速度,适合资源受限场景应用
多模态大语言模型通过获取可迁移的语义嵌入,显著提升跨模态检索、聚类和分类等任务表现。理想的嵌入需全面保留输入语义并突出下游任务关键特征。现有方法通过大规模对比学习将MLLM转化为竞争性嵌入模型,同时优化两个互补目标。本文提出CoMa,一种压缩式预训练范式,作为对比学习的前置热身阶段。实验表明,仅用少量预训练数据,即可将MLLM转化为高性能嵌入模型。CoMa在同等规模的MLLM中于MMEB基准上达到新最优结果,兼顾效率与有效性。项目代码已开源。
原文摘要 · Abstract (English)
Multimodal Large Language Models advance multimodal representation learning by acquiring transferable semantic embeddings, thereby substantially enhancing performance across a range of vision-language tasks, including cross-modal retrieval, clustering, and classification. An effective embedding is expected to comprehensively preserve the semantic content of the input while simultaneously emphasizing features that are discriminative for downstream tasks. Recent approaches demonstrate that MLLMs can be adapted into competitive embedding models via large-scale contrastive learning, enabling the simultaneous optimization of two complementary objectives. We argue that the two aforementioned objectives can be decoupled: a comprehensive understanding of the input enables the embedding model to achieve superior performance on downstream tasks via contrastive learning. In this paper, we propose CoMa, a compressed pre-training phase, which serves as a warm-up stage for contrastive learning. Experiments demonstrate that with only a small amount of pre-training data, we can transform an MLLM into a competitive embedding model. CoMa achieves new state-of-the-art results among MLLMs of comparable size on the MMEB, realizing optimization in both efficiency and effectiveness. Our project is available at https://github.com/Trustworthy-Information-Access/CoMa.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。