arXiv:2505.04410cs.CV2025-05CVPR被引 40

让视觉模型更懂局部细节,提升开放词汇密集感知效果

DeCLIP: Decoupled Learning for Open-Vocabulary Dense Perception

论文配图:DeCLIP: Decoupled Learning for Open-Vocabulary Dense Perception
图 1 · 摘自论文原文
  • 拆分注意力机制,分别提取内容与上下文特征
  • 在多个任务上超越现有方法,检测与分割性能显著提升
  • 适合需要灵活识别未知类别的视觉应用开发者

密集视觉预测任务受限于预定义类别,难以应对现实世界中无限多样的视觉概念。尽管像CLIP这样的视觉语言模型在开放词汇任务中表现良好,但其直接用于密集预测时,局部特征表示能力有限,导致性能不佳。我们发现,CLIP的图像标记难以有效聚合空间或语义相关区域的信息,特征缺乏局部区分性和空间一致性。为此,提出DeCLIP框架,通过解耦自注意力模块,分别获得‘内容’和‘上下文’特征。‘内容’特征与图像裁片表示对齐,增强局部判别力;‘上下文’特征在DINO等视觉基础模型引导下,保留空间关联性。大量实验表明,DeCLIP在多个开放词汇密集预测任务(如目标检测、语义分割)中显著优于现有方法。

原文摘要 · Abstract (English)

Dense visual prediction tasks have been constrained by their reliance on predefined categories, limiting their applicability in real-world scenarios where visual concepts are unbounded. While Vision-Language Models (VLMs) like CLIP have shown promise in open-vocabulary tasks, their direct application to dense prediction often leads to suboptimal performance due to limitations in local feature representation. In this work, we present our observation that CLIP's image tokens struggle to effectively aggregate information from spatially or semantically related regions, resulting in features that lack local discriminability and spatial consistency. To address this issue, we propose DeCLIP, a novel framework that enhances CLIP by decoupling the self-attention module to obtain ``content'' and ``context'' features respectively. The ``content'' features are aligned with image crop representations to improve local discriminability, while ``context'' features learn to retain the spatial correlations under the guidance of vision foundation models, such as DINO. Extensive experiments demonstrate that DeCLIP significantly outperforms existing methods across multiple open-vocabulary dense prediction tasks, including object detection and semantic segmentation. Code is available at \textcolor{magenta}{https://github.com/xiaomoguhz/DeCLIP}.

开放词汇密集预测视觉语言模型

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