paper-with-me

홈 › Papers

DeCLIP: Decoupled Learning for Open-Vocabulary Dense Perception

2025-05-07 · CVPR 2025 1 · Junjie Wang, Bin Chen, Yulin Li, Bin Kang, YiChi Chen, Zhuotao Tian

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

📄 PDF Abstract BibTeX arXiv:2505.04410

Code (1)

xiaomoguhz/declip 공식 구현 pytorch

Tasks

object-detectionObject DetectionPredictionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Generalized Decoupled Learning for Enhancing Open-Vocabulary Dense Perception

2025-08-15 · Junjie Wang, Keyu Chen, Yulin Li, Bin Chen 외 arxiv

Dense visual perception 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…

Video Instance Segmentation3D Instance SegmentationPose Estimation

DeCLIP: Decoupled Prompting for CLIP-based Multi-Label Class-Incremental Learning

2025-09-27 · Kaile Du, Zihan Ye, Junzhou Xie, Yixi Shen 외 arxiv

Multi-label class-incremental learning (MLCIL) continuously expands the label space while recognizing multiple co-occurring classes, making it prone to catastrophic forgetting and high false-positive rates (FPR). Extendi…

class-incremental learning

DenseVLM: A Retrieval and Decoupled Alignment Framework for Open-Vocabulary Dense Prediction

2024-12-09 · Yunheng Li, YuXuan Li, Quansheng Zeng, Wenhai Wang 외

Pre-trained vision-language models (VLMs), such as CLIP, have demonstrated impressive zero-shot recognition capability, but still underperform in dense prediction tasks. Self-distillation recently is emerging as a promis…

Image Segmentationobject-detectionObject DetectionOpen-vocabulary object detection+4

DDD: A Perceptually Superior Low-Response-Time DNN-based Declipper

2024-01-08 · Jayeon Yi, Junghyun Koo, Kyogu Lee

Clipping is a common nonlinear distortion that occurs whenever the input or output of an audio system exceeds the supported range. This phenomenon undermines not only the perception of speech quality but also downstream …

Audio declipping performance enhancement via crossfading

2021-04-07 · Pavel Záviška, Pavel Rajmic, Ondřej Mokrý

Some audio declipping methods produce waveforms that do not fully respect the physical process of clipping, which is why we refer to them as inconsistent. This letter reports what effect on perception it has if the solut…

Audio declipping