arXiv:2603.25722cs.CVcs.LG2026-03中稿 · CVPR被引 1

不依赖难负例,通过概念中心化学习提升视觉语言模型的组合能力。

No Hard Negatives Required: Concept Centric Learning Leads to Compositionality without Degrading Zero-shot Capabilities of Contrastive Models

  • 用短概念片段替代长描述,强化模型对成分关系的理解。
  • 引入无参数跨模态注意力池化,保留视觉概念空间信息。
  • 在保持零样本性能的同时,显著提升组合推理能力,适合实际部署。

对比式视觉-语言(V&L)模型在多种应用中仍占主流,但其组合表征学习能力有限。以往方法常通过构造难负例来改进,但此类负例通常仅适用于特定基准,泛化性差,且严重损害零样本与检索性能。本文识别出两大根源:1)训练时过长的文本描述无需组合表示;2)文本与图像编码器末尾的全局池化导致绑定信息完全丢失。为此,我们提出两个简单方案:1)利用标准NLP工具提取短概念片段,并与图像对齐;2)引入无参数跨模态注意力池化,从图像编码器获得概念中心的视觉嵌入。结合简单的辅助对比损失,我们在标准组合性基准上达到当前最优(SOTA)表现,同时维持或提升了零样本与检索能力,且推理成本不变。代码已开源:https://github.com/saic-fi/concept_centric_clip。

原文摘要 · Abstract (English)

Contrastive vision-language (V&L) models remain a popular choice for various applications. However, several limitations have emerged, most notably the limited ability of V&L models to learn compositional representations. Prior methods often addressed this limitation by generating custom training data to obtain hard negative samples. Hard negatives have been shown to improve performance on compositionality tasks, but are often specific to a single benchmark, do not generalize, and can cause substantial degradation of basic V&L capabilities such as zero-shot or retrieval performance, rendering them impractical. In this work we follow a different approach. We identify two root causes that limit compositionality performance of V&Ls: 1) Long training captions do not require a compositional representation; and 2) The final global pooling in the text and image encoders lead to a complete loss of the necessary information to learn binding in the first place. As a remedy, we propose two simple solutions: 1) We obtain short concept centric caption parts using standard NLP software and align those with the image; and 2) We introduce a parameter-free cross-modal attention-pooling to obtain concept centric visual embeddings from the image encoder. With these two changes and simple auxiliary contrastive losses, we obtain SOTA performance on standard compositionality benchmarks, while maintaining or improving strong zero-shot and retrieval capabilities. This is achieved without increasing inference cost. We release the code for this work at https://github.com/saic-fi/concept_centric_clip.

视觉语言组合性对比学习零样本

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