paper-with-me

Papers

CoAPT: Context Attribute words for Prompt Tuning

2024-07-18 · Gun Lee, Subin An, Sungyong Baik, Soochahn Lee

We propose a novel prompt tuning method called CoAPT(Context Attribute words in Prompt Tuning) for few/zero-shot image classification. The core motivation is that attributes are descriptive words with rich information about a given concept. Thus, we aim to enrich text queries of existing prompt tuning methods, improving alignment between text and image embeddings in CLIP embedding space. To do so, CoAPT integrates attribute words as additional prompts within learnable prompt tuning and can be easily incorporated into various existing prompt tuning methods. To facilitate the incorporation of attributes into text embeddings and the alignment with image embeddings, soft prompts are trained together with an additional meta-network that generates input-image-wise feature biases from the concatenated feature encodings of the image-text combined queries. Our experiments demonstrate that CoAPT leads to considerable improvements for existing baseline methods on several few/zero-shot image classification tasks, including base-to-novel generalization, cross-dataset transfer, and domain generalization. Our findings highlight the importance of combining hard and soft prompts and pave the way for future research on the interplay between text and image latent spaces in pre-trained models.

📄 PDF Abstract BibTeX arXiv:2407.13808

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDescriptiveDomain Generalizationimage-classificationImage ClassificationZero-Shot Image Classification

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

ADEPT: A DEbiasing PrompT Framework

2022-11-10 · Ke Yang, Charles Yu, Yi Fung, Manling Li 외

Several works have proven that finetuning is an applicable approach for debiasing contextualized word embeddings. Similarly, discrete prompts with semantic meanings have shown to be effective in debiasing tasks. With unf…

AttributeLanguage ModellingWord Embeddings

Prompt Combines Paraphrase: Teaching Pre-trained Models to Understand Rare Biomedical Words

2022-09-14 · COLING 2022 10 · Haochun Wang, Chi Liu, Nuwa Xi, Sendong Zhao 외

Prompt-based fine-tuning for pre-trained models has proven effective for many natural language processing tasks under few-shot settings in general domain. However, tuning with prompt in biomedical domain has not been inv…

Natural Language Inference

DisCup: Discriminator Cooperative Unlikelihood Prompt-tuning for Controllable Text Generation

2022-10-18 · Hanqing Zhang, Dawei Song

Prompt learning with immensely large Casual Language Models (CLMs) has been shown promising for attribute-controllable text generation (CTG). However, vanilla prompt tuning tends to imitate training corpus characteristic…

AttributeDiversityPrompt LearningText Generation

Prompt-tuning with Attribute Guidance for Low-resource Entity Matching

2026-03-17 · Lihui Liu, Carl Yang arxiv

Entity Matching (EM) is an important task that determines the logical relationship between two entities, such as Same, Different, or Undecidable. Traditional EM approaches rely heavily on supervised learning, which requi…

Contrastive LearningLogical Reasoning

Improving Rare-Word Recognition of Whisper in Zero-Shot Settings

2025-02-17 · Yash Jogi, Vaibhav Aggarwal, Shabari S Nair, Yash Verma 외

Whisper, despite being trained on 680K hours of web-scaled audio data, faces difficulty in recognising rare words like domain-specific terms, with a solution being contextual biasing through prompting. To improve upon th…