paper-with-me

Papers

Improving Zero-Shot Generalization for CLIP with Synthesized Prompts

2023-07-14 · ICCV 2023 1 · Zhengbo Wang, Jian Liang, Ran He, Nan Xu, Zilei Wang, Tieniu Tan

With the growing interest in pretrained vision-language models like CLIP, recent research has focused on adapting these models to downstream tasks. Despite achieving promising results, most existing methods require labeled data for all classes, which may not hold in real-world applications due to the long tail and Zipf's law. For example, some classes may lack labeled data entirely, such as emerging concepts. To address this problem, we propose a plug-and-play generative approach called \textbf{S}ynt\textbf{H}es\textbf{I}zed \textbf{P}rompts~(\textbf{SHIP}) to improve existing fine-tuning methods. Specifically, we follow variational autoencoders to introduce a generator that reconstructs the visual features by inputting the synthesized prompts and the corresponding class names to the textual encoder of CLIP. In this manner, we easily obtain the synthesized features for the remaining label-only classes. Thereafter, we fine-tune CLIP with off-the-shelf methods by combining labeled and synthesized features. Extensive experiments on base-to-new generalization, cross-dataset transfer learning, and generalized zero-shot learning demonstrate the superiority of our approach. The code is available at \url{https://github.com/mrflogs/SHIP}.

📄 PDF Abstract BibTeX arXiv:2307.07397

Code (1)

mrflogs/SHIP 공식 구현 pytorch

Tasks

Generalized Zero-Shot LearningTransfer LearningZero-shot GeneralizationZero-Shot Learning

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 제목 키워드 기반

GenCLIP: Generalizing CLIP Prompts for Zero-shot Anomaly Detection

2025-04-21 · Donghyeong Kim, Chaewon Park, Suhwan Cho, Hyeonjeong Lim 외

Zero-shot anomaly detection (ZSAD) aims to identify anomalies in unseen categories by leveraging CLIP's zero-shot capabilities to match text prompts with visual features. A key challenge in ZSAD is learning general promp…

Anomaly DetectionSpecificityzero-shot anomaly detection

Test-Time Prompt Tuning for Zero-Shot Generalization in Vision-Language Models

2022-09-15 · Manli Shu, Weili Nie, De-An Huang, Zhiding Yu 외

Pre-trained vision-language models (e.g., CLIP) have shown promising zero-shot generalization in many downstream tasks with properly designed text prompts. Instead of relying on hand-engineered prompts, recent works lear…

image-classificationImage ClassificationZero-shot Generalization

AdaCLIP: Adapting CLIP with Hybrid Learnable Prompts for Zero-Shot Anomaly Detection

2024-07-22 · Yunkang Cao, Jiangning Zhang, Luca Frittoli, Yuqi Cheng 외

Zero-shot anomaly detection (ZSAD) targets the identification of anomalies within images from arbitrary novel categories. This study introduces AdaCLIP for the ZSAD task, leveraging a pre-trained vision-language model (V…

Anomaly DetectionLanguage ModelingLanguage Modellingzero-shot anomaly detection

PSMP-CLIP: Patch-Prompt SAM and Multi-Semantic Prompting for CLIP-Based Zero-Shot Anomaly Detection

2026-09-15 · Xuezhi Xiang, Guanghao Wu, Heqi Xiang, Jiayao Liu 외 arxiv

Zero-shot anomaly detection aims to localize anomalies without target-domain samples. Existing CLIP-based methods suffer from coarse anomaly maps and limited semantic prompts. We propose PSMP-CLIP, integrating patch-prom…

Anomaly Detection

EZ-CLIP: Efficient Zeroshot Video Action Recognition

2023-12-13 · Shahzad Ahmad, Sukalpa Chanda, Yogesh S Rawat

Recent advancements in large-scale pre-training of visual-language models on paired image-text data have demonstrated impressive generalization capabilities for zero-shot tasks. Building on this success, efforts have bee…

Action RecognitionGPUTemporal Action LocalizationVisual Prompting+2