Self-Calibrated CLIP for Training-Free Open-Vocabulary Segmentation
Sule Bai, Yong Liu, Yifei Han, Haoji Zhang, Yansong Tang, Jie Zhou, Jiwen Lu

TL;DR
This paper introduces Self-Calibrated CLIP (SC-CLIP), a training-free method that improves open-vocabulary segmentation by refining CLIP's representations to better capture local details and spatial information.
Contribution
SC-CLIP is a novel, training-free approach that calibrates CLIP to enhance local feature representation and segmentation performance without additional training or backbone modifications.
Findings
Achieves state-of-the-art results across multiple datasets.
Surpasses previous methods by 9.5% in performance.
Boosts vanilla CLIP ViT-L/14 performance by 6.8 times.
Abstract
Recent advancements in pre-trained vision-language models like CLIP have enabled the task of open-vocabulary segmentation. CLIP demonstrates impressive zero-shot capabilities in various downstream tasks that require holistic image understanding. However, due to the image-level contrastive learning and fully global feature interaction, ViT-based CLIP struggles to capture local details, resulting in poor performance in segmentation tasks. Our analysis of ViT-based CLIP reveals that anomaly tokens emerge during the forward process, attracting disproportionate attention from normal patch tokens and thereby diminishing spatial awareness. To address this issue, we propose Self-Calibrated CLIP (SC-CLIP), a training-free method that calibrates CLIP to generate finer representations while preserving its original generalization ability-without introducing new parameters or relying on additional…
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
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsSoftmax · Attention Is All You Need · Contrastive Language-Image Pre-training
