paper-with-me

홈 › Papers

AAPL: Adding Attributes to Prompt Learning for Vision-Language Models

2024-04-25 · Gahyeon Kim, Sohee Kim, Seokju Lee

Recent advances in large pre-trained vision-language models have demonstrated remarkable performance on zero-shot downstream tasks. Building upon this, recent studies, such as CoOp and CoCoOp, have proposed the use of prompt learning, where context within a prompt is replaced with learnable vectors, leading to significant improvements over manually crafted prompts. However, the performance improvement for unseen classes is still marginal, and to tackle this problem, data augmentation has been frequently used in traditional zero-shot learning techniques. Through our experiments, we have identified important issues in CoOp and CoCoOp: the context learned through traditional image augmentation is biased toward seen classes, negatively impacting generalization to unseen classes. To address this problem, we propose adversarial token embedding to disentangle low-level visual augmentation features from high-level class information when inducing bias in learnable prompts. Through our novel mechanism called "Adding Attributes to Prompt Learning", AAPL, we guide the learnable context to effectively extract text features by focusing on high-level features for unseen classes. We have conducted experiments across 11 datasets, and overall, AAPL shows favorable performances compared to the existing methods in few-shot learning, zero-shot learning, cross-dataset, and domain generalization tasks.

📄 PDF Abstract BibTeX arXiv:2404.16804

Code (1)

Gahyeonkim09/AAPL 공식 구현 pytorch

Tasks

Data AugmentationDomain GeneralizationFew-Shot LearningImage AugmentationPrompt LearningZero-Shot Learning

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Decoupling Augmentation Bias in Prompt Learning for Vision-Language Models

2025-11-05 · Gahyeon Kim, Sohee Kim, Seokju Lee arxiv

Recent advances in large-scale vision and language models have led to significant progress in zero-shot learning tasks. Methods such as CoOp and CoCoOp have shown that replacing handcrafted prompts with learnable vectors…

Domain GeneralizationZero-Shot LearningData Augmentation

Action-Agnostic Point-Level Supervision for Temporal Action Detection

2024-12-30 · Shuhei M. Yoshida, Takashi Shibata, Makoto Terao, Takayuki Okatani 외

We propose action-agnostic point-level (AAPL) supervision for temporal action detection to achieve accurate action instance detection with a lightly annotated dataset. In the proposed scheme, a small portion of video fra…

Action Detection

FashionSAP: Symbols and Attributes Prompt for Fine-grained Fashion Vision-Language Pre-training

2023-04-11 · CVPR 2023 1 · Yunpeng Han, Lisai Zhang, Qingcai Chen, Zhijian Chen 외

Fashion vision-language pre-training models have shown efficacy for a wide range of downstream tasks. However, general vision-language pre-training models pay less attention to fine-grained domain features, while these f…

Attribute

ArGue: Attribute-Guided Prompt Tuning for Vision-Language Models

2023-11-27 · CVPR 2024 1 · Xinyu Tian, Shu Zou, Zhaoyuan Yang, Jing Zhang

Although soft prompt tuning is effective in efficiently adapting Vision-Language (V&L) models for downstream tasks, it shows limitations in dealing with distribution shifts. We address this issue with Attribute-Guided Pr…

AttributeOut-of-Distribution Generalization

Tree of Attributes Prompt Learning for Vision-Language Models

2024-10-15 · Tong Ding, Wanhua Li, Zhongqi Miao, Hanspeter Pfister

Prompt learning has proven effective in adapting vision language models for downstream tasks. However, existing methods usually append learnable prompt tokens solely with the category names to obtain textual features, wh…

AttributeKnowledge GraphsPrompt Learning