DeCLIP: Decoupled Learning for Open-Vocabulary Dense Perception
Junjie Wang, Bin Chen, Yulin Li, Bin Kang, Yichi Chen, Zhuotao Tian

TL;DR
DeCLIP introduces a decoupled learning framework that enhances CLIP's local feature representation for open-vocabulary dense perception tasks, significantly improving performance in object detection and segmentation.
Contribution
The paper proposes a novel decoupled attention mechanism in CLIP to improve local discriminability and spatial consistency for dense prediction tasks.
Findings
Outperforms existing methods in open-vocabulary dense perception
Improves local feature discriminability and spatial consistency
Enhances performance in object detection and semantic segmentation
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
MethodsLayer Normalization · Softmax · Residual Connection · Linear Layer · Multi-Head Attention · Dense Connections · Attention Is All You Need · Vision Transformer · self-DIstillation with NO labels · Contrastive Language-Image Pre-training
