paper-with-me

홈 › Papers

Sparse Attention for Dense Open-Vocabulary Prediction in CLIP

2026-07-08 · Fatimah Zohra, Chen Zhao, Shuming Liu, Bernard Ghanem arxiv

Contrastive Language-Image Pre-training (CLIP) relies on softmax-based self-attention, a strictly positive distribution that assigns probability mass to every pair of tokens-even semantically irrelevant ones. While these dense softmax weights are effective for gathering broad context during pre-training, they spread attention across many low-salience tokens, producing noise that obscures the fine-grained, spatially localized cues required for dense, open-vocabulary prediction. We study an inference-time substitution of the row-wise softmax in the final visual self-attention layers with the $α$-entmax transform, applied across both the standard query-key attention and self-correlation variants. Because entmax applies a data-dependent threshold that maps low scores exactly to zero, it acts as an implicit denoiser, zeroing contextually irrelevant dependencies while redistributing mass onto the most relevant tokens. We evaluate on open-vocabulary tasks-dense semantic segmentation (Pascal VOC, Pascal Context, ADE20K) and fine-grained retrieval (FG-OVD)-and find the gain from attention sparsification is proportional to how much the baseline attention spreads off the target class.

📄 PDF Abstract BibTeX arXiv:2607.07135

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Unified Open-Vocabulary Dense Visual Prediction

2023-07-17 · Hengcan Shi, Munawar Hayat, Jianfei Cai

In recent years, open-vocabulary (OV) dense visual prediction (such as OV object detection, semantic, instance and panoptic segmentations) has attracted increasing research attention. However, most of existing approaches…

object-detectionObject DetectionPrediction

FreeOcc: Training-Free Embodied Open-Vocabulary Occupancy Prediction

2026-04-30 · Zeyu Jiang, Changqing Zhou, Xingxing Zuo, Changhao Chen arxiv

Existing learning-based occupancy prediction methods rely on large-scale 3D annotations and generalize poorly across environments. We present FreeOcc, a training-free framework for open-vocabulary occupancy prediction fr…

ROSE: Revolutionizing Open-Set Dense Segmentation with Patch-Wise Perceptual Large Multimodal Model

2024-11-29 · Kunyang Han, Yibo Hu, Mengxue Qu, Hailin Shi 외

Advances in CLIP and large multimodal models (LMMs) have enabled open-vocabulary and free-text segmentation, yet existing models still require predefined category prompts, limiting free-form category self-generation. Mos…

PredictionSegmentationText Segmentation

DeCLIP: Decoupled Learning for Open-Vocabulary Dense Perception

2025-05-07 · CVPR 2025 1 · Junjie Wang, Bin Chen, Yulin Li, Bin Kang 외

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…

object-detectionObject DetectionPredictionSemantic Segmentation

CLIPSelf: Vision Transformer Distills Itself for Open-Vocabulary Dense Prediction

2023-10-02 · Size Wu, Wenwei Zhang, Lumin Xu, Sheng Jin 외

Open-vocabulary dense prediction tasks including object detection and image segmentation have been advanced by the success of Contrastive Language-Image Pre-training (CLIP). CLIP models, particularly those incorporating …

image-classificationImage ClassificationImage Segmentationobject-detection+10