paper-with-me

Papers

EMPL: A novel Efficient Meta Prompt Learning Framework for Few-shot Unsupervised Domain Adaptation

2024-07-04 · Wanqi Yang, Haoran Wang, Lei Wang, Ge Song, Yang Gao

Few-shot unsupervised domain adaptation (FS-UDA) utilizes few-shot labeled source domain data to realize effective classification in unlabeled target domain. However, current FS-UDA methods are still suffer from two issues: 1) the data from different domains can not be effectively aligned by few-shot labeled data due to the large domain gaps, 2) it is unstable and time-consuming to generalize to new FS-UDA tasks.To address this issue, we put forward a novel Efficient Meta Prompt Learning Framework for FS-UDA. Within this framework, we use pre-trained CLIP model as the feature learning base model. First, we design domain-shared prompt learning vectors composed of virtual tokens, which mainly learns the meta knowledge from a large number of meta tasks to mitigate domain gaps. Secondly, we also design a task-shared prompt learning network to adaptively learn specific prompt vectors for each task, which aims to realize fast adaptation and task generalization. Thirdly, we learn a task-specific cross-domain alignment projection and a task-specific classifier with closed-form solutions for each meta task, which can efficiently adapt the model to new tasks in one step. The whole learning process is formulated as a bilevel optimization problem, and a good initialization of model parameters is learned through meta-learning. Extensive experimental study demonstrates the promising performance of our framework on benchmark datasets. Our method has the large improvement of at least 15.4% on 5-way 1-shot and 8.7% on 5-way 5-shot, compared with the state-of-the-art methods. Also, the performance of our method on all the test tasks is more stable than the other methods.

📄 PDF Abstract BibTeX arXiv:2407.04066

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel OptimizationDomain AdaptationMeta-LearningPrompt LearningUnsupervised Domain Adaptation

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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

TransPrompt: Towards an Automatic Transferable Prompting Framework for Few-shot Text Classification

2021-11-01 · EMNLP 2021 11 · Chengyu Wang, Jianing Wang, Minghui Qiu, Jun Huang 외

Recent studies have shown that prompts improve the performance of large pre-trained language models for few-shot text classification. Yet, it is unclear how the prompting knowledge can be transferred across similar NLP t…

Few-Shot LearningFew-Shot Text Classificationtext-classificationText Classification

Learning a Better Initialization for Soft Prompts via Meta-Learning

2022-05-25 · Yukun Huang, Kun Qian, Zhou Yu

Prompt tuning (PT) is an effective approach to adapting pre-trained language models to downstream tasks. Without a good initialization, prompt tuning doesn't perform well under few-shot settings. So pre-trained prompt tu…

Meta-Learning

Is Meta-Learning Out? Rethinking Unsupervised Few-Shot Classification with Limited Entropy

2025-09-16 · Yunchuan Guan, Yu Liu, Ke Zhou, Zhiqi Shen 외 arxiv

Meta-learning is a powerful paradigm for tackling few-shot tasks. However, recent studies indicate that models trained with the whole-class training strategy can achieve comparable performance to those trained with meta-…

Prompted Meta-Learning for Few-shot Knowledge Graph Completion

2025-05-08 · Han Wu, Jie Yin

Few-shot knowledge graph completion (KGC) has obtained significant attention due to its practical applications in real-world scenarios, where new knowledge often emerges with limited available data. While most existing m…

Knowledge Graph CompletionMeta-LearningTransfer Learning

TransPrompt v2: A Transferable Prompting Framework for Cross-task Text Classification

2023-08-29 · Jianing Wang, Chengyu Wang, Cen Chen, Ming Gao 외

Text classification is one of the most imperative tasks in natural language processing (NLP). Recent advances with pre-trained language models (PLMs) have shown remarkable success on this task. However, the satisfying re…

Few-Shot LearningFew-Shot Text Classificationtext-classificationText Classification