Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DeCLIP: Decoupled Learning for Open-Vocabulary Dense Perception

About

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}.

Junjie Wang, Bin Chen, Yulin Li, Bin Kang, Yichi Chen, Zhuotao Tian• 2025

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO (val)--
613
Object DetectionLVIS v1.0 (val)--
518
Semantic segmentationADE20K A-150
mIoU40.7
188
Semantic segmentationPascal Context 59
mIoU63.9
164
Semantic segmentationVOC21
mIoU83.9
65
Semantic segmentationPascal Context 459
mIoU25.9
58
Object DetectionObjects365 (val)
mAP20
48
Semantic segmentationVOC-20
mIoU97.7
46
Semantic segmentationDv 19-class (val)
ACDC-19 Score32.1
46
Semantic segmentationDv 58-class (val)
ACDC-4134.2
46
Showing 10 of 20 rows

Other info

Code

Follow for update