paper-with-me

Papers

Learning Mask-aware CLIP Representations for Zero-Shot Segmentation

2023-09-30 · NeurIPS 2023 11 · Siyu Jiao, Yunchao Wei, YaoWei Wang, Yao Zhao, Humphrey Shi

Recently, pre-trained vision-language models have been increasingly used to tackle the challenging zero-shot segmentation task. Typical solutions follow the paradigm of first generating mask proposals and then adopting CLIP to classify them. To maintain the CLIP's zero-shot transferability, previous practices favour to freeze CLIP during training. However, in the paper, we reveal that CLIP is insensitive to different mask proposals and tends to produce similar predictions for various mask proposals of the same image. This insensitivity results in numerous false positives when classifying mask proposals. This issue mainly relates to the fact that CLIP is trained with image-level supervision. To alleviate this issue, we propose a simple yet effective method, named Mask-aware Fine-tuning (MAFT). Specifically, Image-Proposals CLIP Encoder (IP-CLIP Encoder) is proposed to handle arbitrary numbers of image and mask proposals simultaneously. Then, mask-aware loss and self-distillation loss are designed to fine-tune IP-CLIP Encoder, ensuring CLIP is responsive to different mask proposals while not sacrificing transferability. In this way, mask-aware representations can be easily learned to make the true positives stand out. Notably, our solution can seamlessly plug into most existing methods without introducing any new parameters during the fine-tuning process. We conduct extensive experiments on the popular zero-shot benchmarks. With MAFT, the performance of the state-of-the-art methods is promoted by a large margin: 50.4% (+ 8.2%) on COCO, 81.8% (+ 3.2%) on Pascal-VOC, and 8.7% (+4.3%) on ADE20K in terms of mIoU for unseen classes. The code is available at https://github.com/jiaosiyu1999/MAFT.git.

📄 PDF Abstract BibTeX arXiv:2310.00240

Code (2)

jiaosiyu1999/maft 공식 구현 pytorch
jiaosiyu1999/MAFT-Plus pytorch

Tasks

Open Vocabulary Semantic SegmentationZero Shot 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 제목 키워드 기반

Locality-Aware Zero-Shot Human-Object Interaction Detection

2025-05-26 · CVPR 2025 1 · Sanghyun Kim, Deunsol Jung, Minsu Cho

Recent methods for zero-shot Human-Object Interaction (HOI) detection typically leverage the generalization ability of large Vision-Language Model (VLM), i.e., CLIP, on unseen categories, showing impressive results on va…

Human-Object Interaction DetectionObjectZero-Shot Human-Object Interaction Detection

Text Augmented Spatial-aware Zero-shot Referring Image Segmentation

2023-10-27 · Yucheng Suo, Linchao Zhu, Yi Yang

In this paper, we study a challenging task of zero-shot referring image segmentation. This task aims to identify the instance mask that is most related to a referring expression without training on pixel-level annotation…

Image SegmentationReferring ExpressionSegmentationSemantic Segmentation+2

Bootstrap Fine-Grained Vision-Language Alignment for Unified Zero-Shot Anomaly Localization

2023-08-30 · Hanqiu Deng, Zhaoxiang Zhang, Jinan Bao, Xingyu Li

Contrastive Language-Image Pre-training (CLIP) models have shown promising performance on zero-shot visual recognition tasks by learning visual representations under natural language supervision. Recent studies attempt t…

Anomaly DetectionAnomaly LocalizationTest-time Adaptationzero-shot anomaly detection

CALIP: Zero-Shot Enhancement of CLIP with Parameter-free Attention

2022-09-28 · Ziyu Guo, Renrui Zhang, Longtian Qiu, Xianzheng Ma 외

Contrastive Language-Image Pre-training (CLIP) has been shown to learn visual representations with great transferability, which achieves promising accuracy for zero-shot classification. To further improve its downstream …

Training-free 3D Point Cloud ClassificationTransfer Learningzero-shot-classificationZero-Shot Learning

Label Shift Aware Adaptation for Online Zero-shot Learning with Contrastive Language-Image Pre-Training (CLIP)

2026-06-13 · Pengxiao Han, Changkun Ye, Yanshuo Wang, Jinguang Tong 외 arxiv

Vision-language models like Contrastive Language-Image Pre-Training (CLIP) have been extensively studied in data-scarce scenarios. A particularly challenging and realistic task in this area is online zero-shot learning w…

Zero-Shot LearningDomain Adaptation