paper-with-me

Papers

Unsupervised Prompt Learning for Vision-Language Models

2022-04-07 · Tony Huang, Jack Chu, Fangyun Wei

Contrastive vision-language models like CLIP have shown great progress in transfer learning. In the inference stage, the proper text description, also known as prompt, needs to be carefully designed to correctly classify the given images. In order to avoid laborious prompt engineering, recent works such as CoOp, CLIP-Adapter and Tip-Adapter propose to adapt vision-language models for downstream image recognition tasks on a small set of labeled data. Though promising improvements are achieved, requiring labeled data from the target datasets may restrict the scalability. In this paper, we explore a different scenario, in which the labels of the target datasets are unprovided, and we present an unsupervised prompt learning (UPL) approach to avoid prompt engineering while simultaneously improving transfer performance of CLIP-like vision-language models. As far as we know, UPL is the first work to introduce unsupervised learning into prompt learning. Experimentally, our UPL outperforms original CLIP with prompt engineering on ImageNet as well as other 10 datasets. An enhanced version of UPL is even competitive with the 8-shot CoOp and the 8-shot TIP-Adapter on most datasets. Code and models are available at https://github.com/tonyhuang2022/UPL.

📄 PDF Abstract BibTeX arXiv:2204.03649

Code (1)

tonyhuang2022/upl 공식 구현 pytorch

Tasks

Prompt EngineeringPrompt LearningTransfer Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
CoOp CoOp, or Context Optimization, is an automated prompt engineering method that avoids manual prompt tuning by modeling context words with continuous vectors that are…
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 제목 키워드 기반

Large (Vision) Language Models are Unsupervised In-Context Learners

2025-04-03 · Artyom Gadetsky, Andrei Atanov, Yulun Jiang, Zhitong Gao 외

Recent advances in large language and vision-language models have enabled zero-shot inference, allowing models to solve new tasks without task-specific training. Various adaptation techniques such as prompt engineering, …

GSM8KIn-Context LearningMathPrompt Engineering

Unsupervised Pre-training with Language-Vision Prompts for Low-Data Instance Segmentation

2024-05-22 · Dingwen Zhang, Hao Li, Diqi He, Nian Liu 외

In recent times, following the paradigm of DETR (DEtection TRansformer), query-based end-to-end instance segmentation (QEIS) methods have exhibited superior performance compared to CNN-based models, particularly when tra…

Instance SegmentationSemantic SegmentationUnsupervised Pre-training

UP-DP: Unsupervised Prompt Learning for Data Pre-Selection with Vision-Language Models

2023-07-20 · NeurIPS 2023 11

In this study, we investigate the task of data pre-selection, which aims to select instances for labeling from an unlabeled dataset through a single pass, thereby optimizing performance for undefined downstream tasks wit…

Language ModellingPrompt Learning

Exploring Low-Resource Medical Image Classification with Weakly Supervised Prompt Learning

2024-02-06 · Fudan Zheng, Jindong Cao, Weijiang Yu, Zhiguang Chen 외

Most advances in medical image recognition supporting clinical auxiliary diagnosis meet challenges due to the low-resource situation in the medical field, where annotations are highly expensive and professional. This low…

Few-Shot Learningimage-classificationImage ClassificationLanguage Modeling+4

In-context Prompt Learning for Test-time Vision Recognition with Frozen Vision-language Model

2024-03-10 · Junhui Yin, Xinyu Zhang, Lin Wu, Xiaojie Wang

Current pre-trained vision-language models, such as CLIP, have demonstrated remarkable zero-shot generalization capabilities across various downstream tasks. However, their performance significantly degrades when test in…

In-Context LearningLanguage ModelingLanguage ModellingPrompt Learning+1