paper-with-me

홈 › Papers

Explore the Potential of CLIP for Training-Free Open Vocabulary Semantic Segmentation

2024-07-11 · Tong Shao, Zhuotao Tian, Hang Zhao, Jingyong Su

CLIP, as a vision-language model, has significantly advanced Open-Vocabulary Semantic Segmentation (OVSS) with its zero-shot capabilities. Despite its success, its application to OVSS faces challenges due to its initial image-level alignment training, which affects its performance in tasks requiring detailed local context. Our study delves into the impact of CLIP's [CLS] token on patch feature correlations, revealing a dominance of "global" patches that hinders local feature discrimination. To overcome this, we propose CLIPtrase, a novel training-free semantic segmentation strategy that enhances local feature awareness through recalibrated self-correlation among patches. This approach demonstrates notable improvements in segmentation accuracy and the ability to maintain semantic coherence across objects.Experiments show that we are 22.3% ahead of CLIP on average on 9 segmentation benchmarks, outperforming existing state-of-the-art training-free methods.The code are made publicly available at: https://github.com/leaves162/CLIPtrase.

📄 PDF Abstract BibTeX arXiv:2407.08268

Code (1)

leaves162/cliptrase 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingOpen Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Extract Free Dense Labels from CLIP

2021-12-02 · Chong Zhou, Chen Change Loy, Bo Dai

Contrastive Language-Image Pre-training (CLIP) has made a remarkable breakthrough in open-vocabulary zero-shot image recognition. Many recent studies leverage the pre-trained CLIP models for image-level classification an…

Novel ConceptsOpen Vocabulary Panoptic SegmentationSegmentationSemantic Segmentation+3

Revisiting CLIP for SF-OSDA: Unleashing Zero-Shot Potential with Adaptive Threshold and Training-Free Feature Filtering

2025-04-19 · Yongguang Li, Jindong Li, Qi Wang, Qianli Xing 외

Source-Free Unsupervised Open-Set Domain Adaptation (SF-OSDA) methods using CLIP face significant issues: (1) while heavily dependent on domain-specific threshold selection, existing methods employ simple fixed threshold…

Domain Adaptation

FreeSeg-Diff: Training-Free Open-Vocabulary Segmentation with Diffusion Models

2024-03-29 · Barbara Toniella Corradini, Mustafa Shukor, Paul Couairon, Guillaume Couairon 외

Foundation models have exhibited unprecedented capabilities in tackling many domains and tasks. Models such as CLIP are currently widely used to bridge cross-modal representations, and text-to-image diffusion models are …

Image GenerationImage SegmentationSegmentationSemantic Segmentation+1

Towards Label-free Scene Understanding by Vision Foundation Models

2023-06-06 · NeurIPS 2023 11 · Runnan Chen, Youquan Liu, Lingdong Kong, Nenglun Chen 외

Vision foundation models such as Contrastive Vision-Language Pre-training (CLIP) and Segment Anything (SAM) have demonstrated impressive zero-shot performance on image classification and segmentation tasks. However, the …

image-classificationImage ClassificationScene UnderstandingSemantic Segmentation

CLIP-CLOP: CLIP-Guided Collage and Photomontage

2022-05-06 · Piotr Mirowski, Dylan Banarse, Mateusz Malinowski, Simon Osindero 외

The unabated mystique of large-scale neural networks, such as the CLIP dual image-and-text encoder, popularized automatically generated art. Increasingly more sophisticated generators enhanced the artworks' realism and v…

Prompt Engineering