paper-with-me

Papers

Learning to Compose Soft Prompts for Compositional Zero-Shot Learning

2022-04-07 · Nihal V. Nayak, Peilin Yu, Stephen H. Bach

We introduce compositional soft prompting (CSP), a parameter-efficient learning technique to improve the zero-shot compositionality of large-scale pretrained vision-language models (VLMs) like CLIP. We develop CSP for compositional zero-shot learning, the task of predicting unseen attribute-object compositions (e.g., old cat and young tiger). VLMs have a flexible text encoder that can represent arbitrary classes as natural language prompts but they often underperform task-specific architectures on the compositional zero-shot benchmark datasets. CSP treats the attributes and objects that define classes as learnable tokens of vocabulary. During training, the vocabulary is tuned to recognize classes that compose tokens in multiple ways (e.g., old cat and white cat). At test time, we recompose the learned attribute-object vocabulary in new combinations to recognize novel classes. We show that CSP outperforms the CLIP on benchmark datasets by an average of 10.9 percentage points on AUC. CSP also outperforms CoOp, a soft prompting method that fine-tunes the prefix context tokens, by an average of 5.8 percentage points on AUC. We perform additional experiments to show that CSP improves generalization to higher-order attribute-attribute-object compositions (e.g., old white cat) and combinations of pretrained attributes and fine-tuned objects. The code is available at https://github.com/BatsResearch/csp.

📄 PDF Abstract BibTeX arXiv:2204.03574

Code (1)

batsresearch/csp 공식 구현 pytorch

Tasks

AttributeCompositional Zero-Shot LearningObjectZero-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 제목 키워드 기반

Decomposed Soft Prompt Guided Fusion Enhancing for Compositional Zero-Shot Learning

2022-11-19 · CVPR 2023 1 · Xiaocheng Lu, Ziming Liu, Song Guo, Jingcai Guo

Compositional Zero-Shot Learning (CZSL) aims to recognize novel concepts formed by known states and objects during training. Existing methods either learn the combined state-object representation, challenging the general…

Compositional Zero-Shot LearningNovel ConceptsObjectZero-Shot Learning

SEQZERO: Few-shot Compositional Semantic Parsing with Sequential Prompts and Zero-shot Models

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Recent research showed promising results on combining pretrained language models (LMs) with canonical utterance for few-shot semantic parsing.The canonical utterance is often lengthy and complex due to the compositional …

Out-of-Distribution GeneralizationSemantic Parsing

SeqZero: Few-shot Compositional Semantic Parsing with Sequential Prompts and Zero-shot Models

2022-05-15 · Findings (NAACL) 2022 7 · Jingfeng Yang, Haoming Jiang, Qingyu Yin, Danqing Zhang 외

Recent research showed promising results on combining pretrained language models (LMs) with canonical utterance for few-shot semantic parsing. The canonical utterance is often lengthy and complex due to the compositional…

Out-of-Distribution GeneralizationSemantic Parsing

GIPCOL: Graph-Injected Soft Prompting for Compositional Zero-Shot Learning

2023-11-09 · Guangyue Xu, Joyce Chai, Parisa Kordjamshidi

Pre-trained vision-language models (VLMs) have achieved promising success in many fields, especially with prompt learning paradigm. In this work, we propose GIP-COL (Graph-Injected Soft Prompting for COmpositional Learni…

AttributeCompositional Zero-Shot LearningPrompt LearningZero-Shot Learning

DRPT: Disentangled and Recurrent Prompt Tuning for Compositional Zero-Shot Learning

2023-05-02 · Xiaocheng Lu, Ziming Liu, Song Guo, Jingcai Guo 외

Compositional Zero-shot Learning (CZSL) aims to recognize novel concepts composed of known knowledge without training samples. Standard CZSL either identifies visual primitives or enhances unseen composed entities, and a…

Compositional Zero-Shot LearningNovel ConceptsObjectZero-Shot Learning