Meta-Adapter: Parameter Efficient Few-Shot Learning through Meta-Learning
With consistent improvements in the representational capacity of large pre-trained transformers, it has become increasingly viable to serve these models as shared backbones that enable modeling a large number of tasks simultaneously. However, fine-tuning the entire model for every task of interest makes a copy of all the model parameters, rendering such scenarios highly impractical. Recently introduced Adapter methods propose a promising alternative, one where only a small number of additional parameters are introduced per task specifically for fine-tuning. However, Adapter often require large amounts of task-specific data for good performance and don't work well in data-scarce few-shot scenarios. In this paper, we take a meta-learning viewpoint for parameter-efficient fine-tuning in few-shot settings. We introduce Meta-Adapter, which are small blocks of meta-learned adapter layers inserted in a pre-trained model that re-purpose a frozen pre-trained model into a parameter-efficient few-shot learner. Meta-Adapter perform competitively with state-of-the-art few-shot learning methods, that require full fine-tuning, while only fine-tuning 0.6\% of the parameters. We evaluate Meta-Adapter along with multiple transfer learning baselines on an evaluation suite of 17 classification tasks and find that they improve few-shot learning accuracy by a large margin over competitive parameter-efficient methods while requiring significantly lesser parameters for fine-tuning.
Code (0)
등록된 구현이 없습니다.
Tasks
Few-Shot LearningMeta-Learningparameter-efficient fine-tuningTransfer LearningMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Meta-Adapters: Parameter Efficient Few-shot Fine-tuning through Meta-Learning
Consistent improvements in the representational capacity of large pre-trained transformers has made it increasingly viable to serve these models as shared priors that can be fine-tuned on a large number of downstream tas…
Few-Shot LearningMeta-Learningparameter-efficient fine-tuningTransfer LearningContext-Aware Adapter Tuning for Few-Shot Relation Learning in Knowledge Graphs
Knowledge graphs (KGs) are instrumental in various real-world applications, yet they often suffer from incompleteness due to missing relations. To predict instances for novel relations with limited training examples, few…
Knowledge GraphsMeta-LearningRelationMeta-Adapter: An Online Few-shot Learner for Vision-Language Model
The contrastive vision-language pre-training, known as CLIP, demonstrates remarkable potential in perceiving open-world visual concepts, enabling effective zero-shot image recognition. Nevertheless, few-shot learning met…
Few-Shot Learningimage-classificationImage ClassificationLanguage Modeling+5MetaTroll: Few-shot Detection of State-Sponsored Trolls with Transformer Adapters
State-sponsored trolls are the main actors of influence campaigns on social media and automatic troll detection is important to combat misinformation at scale. Existing troll detection models are developed based on train…
Few-Shot Text ClassificationMeta-LearningMisinformationtext-classification+1MetaTT: A Global Tensor-Train Adapter for Parameter-Efficient Fine-Tuning
We present MetaTT, a unified Tensor Train (TT) adapter framework for global low-rank fine-tuning of pre-trained transformers. Unlike LoRA, which fine-tunes each weight matrix independently, MetaTT uses a single shared TT…
Language ModelingLanguage Modellingparameter-efficient fine-tuningTensor Decomposition