paper-with-me

홈 › Papers

Meta-Adapter: Parameter Efficient Few-Shot Learning through Meta-Learning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningMeta-Learningparameter-efficient fine-tuningTransfer Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Meta-Adapters: Parameter Efficient Few-shot Fine-tuning through Meta-Learning

2022-09-19 · Proceedings of the First International Conference on Automated Machine Learning 2022 9 · Trapit Bansal, Salaheddin Alzubi, Tong Wang, Jay-Yoon Lee 외

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 Learning

Context-Aware Adapter Tuning for Few-Shot Relation Learning in Knowledge Graphs

2024-10-11 · Ran Liu, Zhongzhou Liu, XiaoLi Li, Yuan Fang

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-LearningRelation

Meta-Adapter: An Online Few-shot Learner for Vision-Language Model

2023-11-07 · NeurIPS 2023 11 · Cheng Cheng, Lin Song, Ruoyi Xue, Hang Wang 외

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+5

MetaTroll: Few-shot Detection of State-Sponsored Trolls with Transformer Adapters

2023-03-13 · Lin Tian, Xiuzhen Zhang, Jey Han Lau

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+1

MetaTT: A Global Tensor-Train Adapter for Parameter-Efficient Fine-Tuning

2025-06-10 · Javier Lopez-Piqueres, Pranav Deshpande, Archan Ray, Mattia J. Villani 외

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