arXiv:2502.02977cs.CV2025-02被引 2

让CLIP模型更好识别复杂场景中的多个物体

Efficiently Disentangling CLIP for Multi-Object Perception

  • 通过减少类别间特征混淆,提升多物体识别能力
  • 多标签识别准确率超主流方法,训练参数减少75%
  • 适合需要高效多对象理解的视觉语言任务

像CLIP这样的视觉语言模型在识别场景中单一突出物体时表现优异,但在包含多个物体的复杂场景中表现不佳。我们发现其根本原因在于:视觉语言模型的特征空间存在过高的类别间互信息(MFI),即某一类别的特征包含大量无关类别的信息。这种高互信息在进行特定类别查询时,会导致无关物体也被激活。为此,我们提出DCLIP框架,在仅增加少量可学习参数的前提下,对冻结的VLM进行高效解耦。DCLIP采用两种互补损失:新颖的MFI Loss调节类别特征相似性,防止过度重叠同时保留必要共享信息;以及不对称损失(ASL)将图像特征与解耦后的文本特征对齐。通过该解耦机制,DCLIP使类别间过度相似性降低30%。在多标签识别任务中,DCLIP在VOC2007和COCO-14上优于当前最优方法,且训练参数减少75%;在零样本语义分割任务中,六大数据集上均表现更优。结果表明,特征解耦对视觉语言模型的多物体感知至关重要。

原文摘要 · Abstract (English)

Vision-language models like CLIP excel at recognizing the single, prominent object in a scene. However, they struggle in complex scenes containing multiple objects. We identify a fundamental reason for this limitation: VLM feature space exhibits excessive mutual feature information (MFI), where the features of one class contain substantial information about other, unrelated classes. This high MFI becomes evident during class-specific queries, as unrelated objects are activated alongside the queried class. To address this limitation, we propose DCLIP, an efficient framework that learns an optimal level of mutual information while adding only minimal learnable parameters to a frozen VLM. DCLIP uses two complementary losses: a novel MFI Loss that regulates class feature similarity to prevent excessive overlap while preserving necessary shared information, and the Asymmetric Loss (ASL) that aligns image features with the disentangled text features. Through this disentanglement, DCLIP reduces excessive inter-class similarity by 30%. On multi-label recognition, DCLIP performs favorably over SOTA approaches on VOC2007 and COCO-14 while using 75% fewer training parameters. For zero-shot semantic segmentation, it shows improved performance across six benchmark datasets. These results highlight the importance of feature disentanglement for multi-object perception in VLMs.

视觉语言模型多物体识别特征解耦CLIP

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