paper-with-me

홈 › Papers

Visual Prompt Tuning for Few-Shot Text Classification

2022-10-01 · COLING 2022 10 · Jingyuan Wen, Yutian Luo, Nanyi Fei, Guoxing Yang, Zhiwu Lu, Hao Jiang, Jie Jiang, Zhao Cao

Deploying large-scale pre-trained models in the prompt-tuning paradigm has demonstrated promising performance in few-shot learning. Particularly, vision-language pre-training models (VL-PTMs) have been intensively explored in various few-shot downstream tasks. However, most existing works only apply VL-PTMs to visual tasks like image classification, with few attempts being made on language tasks like text classification. In few-shot text classification, a feasible paradigm for deploying VL-PTMs is to align the input samples and their category names via the text encoders. However, it leads to the waste of visual information learned by the image encoders of VL-PTMs. To overcome this drawback, we propose a novel method named Visual Prompt Tuning (VPT). To our best knowledge, this method is the first attempt to deploy VL-PTM in few-shot text classification task. The main idea is to generate the image embeddings w.r.t. category names as visual prompt and then add them to the aligning process. Extensive experiments show that our VPT can achieve significant improvements under both zero-shot and few-shot settings. Importantly, our VPT even outperforms the most recent prompt-tuning methods on five public text classification datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFew-Shot LearningFew-Shot Text Classificationimage-classificationImage Classificationtext-classificationText ClassificationVisual Prompt Tuning

Similar Papers 제목 키워드 기반

Adaptive Prompt Tuning: Vision Guided Prompt Tuning with Cross-Attention for Fine-Grained Few-Shot Learning

2024-12-19 · Eric Brouwer, Jan Erik van Woerden, Gertjan Burghouts, Matias Valdenegro-Toro 외

Few-shot, fine-grained classification in computer vision poses significant challenges due to the need to differentiate subtle class distinctions with limited data. This paper presents a novel method that enhances the Con…

Few-Shot LearningVisual Prompt Tuning

LoGoPrompt: Synthetic Text Images Can Be Good Visual Prompts for Vision-Language Models

2023-09-03 · ICCV 2023 1 · Cheng Shi, Sibei Yang

Prompt engineering is a powerful tool used to enhance the performance of pre-trained models on downstream tasks. For example, providing the prompt "Let's think step by step" improved GPT-3's reasoning accuracy to 63% on …

Domain GeneralizationFew-Shot LearningPrompt EngineeringPrompt Learning+1

MSCPT: Few-shot Whole Slide Image Classification with Multi-scale and Context-focused Prompt Tuning

2024-08-21 · Minghao Han, Linhao Qu, Dingkang Yang, Xukun Zhang 외

Multiple instance learning (MIL) has become a standard paradigm for weakly supervised classification of whole slide images (WSI). However, this paradigm relies on the use of a large number of labelled WSIs for training. …

image-classificationImage ClassificationLanguage ModellingLarge Language Model+3

MVP: Meta Visual Prompt Tuning for Few-Shot Remote Sensing Image Scene Classification

2023-09-17 · Junjie Zhu, Yiying Li, Chunping Qiu, Ke Yang 외

Vision Transformer (ViT) models have recently emerged as powerful and versatile models for various visual tasks. Recently, a work called PMF has achieved promising results in few-shot image classification by utilizing pr…

Data AugmentationDiversityDomain AdaptationFew-Shot Image Classification+5

CLIP-Adapter: Better Vision-Language Models with Feature Adapters

2021-10-09 · Peng Gao, Shijie Geng, Renrui Zhang, Teli Ma 외

Large-scale contrastive vision-language pre-training has shown significant progress in visual representation learning. Unlike traditional visual systems trained by a fixed set of discrete labels, a new paradigm was intro…

Prompt EngineeringRepresentation Learning