paper-with-me

홈 › Papers

Does Combining Parameter-efficient Modules Improve Few-shot Transfer Accuracy?

2024-02-23 · Nader Asadi, Mahdi Beitollahi, Yasser Khalil, Yinchuan Li, Guojun Zhang, Xi Chen

Parameter-efficient fine-tuning stands as the standard for efficiently fine-tuning large language and vision models on downstream tasks. Specifically, the efficiency of low-rank adaptation has facilitated the creation and sharing of hundreds of custom LoRA modules, each trained on distinct data from various downstream tasks. In this paper, we explore the composability of LoRA modules, examining if combining these pre-trained modules enhances generalization to unseen downstream tasks. Our investigation involves evaluating two approaches: (a) uniform composition, involving averaging upstream LoRA modules with equal weights, and (b) learned composition, where we learn the weights for each upstream module and perform weighted averaging. Our experimental results on both vision and language models reveal that in few-shot settings, where only a limited number of samples are available for the downstream task, both uniform and learned composition methods result in better transfer accuracy; outperforming full fine-tuning and training a LoRA from scratch. Moreover, in full-shot settings, learned composition performs comparably to regular LoRA training with significantly fewer number of trainable parameters. Our research unveils the potential of uniform composition for enhancing transferability in low-shot settings, without introducing additional learnable parameters.

📄 PDF Abstract BibTeX arXiv:2402.15414

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Language and Task Arithmetic with Parameter-Efficient Layers for Zero-Shot Summarization

2023-11-15 · Alexandra Chronopoulou, Jonas Pfeiffer, Joshua Maynez, Xinyi Wang 외

Parameter-efficient fine-tuning (PEFT) using labeled task data can significantly improve the performance of large language models (LLMs) on the downstream task. However, there are 7000 languages in the world and many of …

Cross-Lingual Transferparameter-efficient fine-tuningTask ArithmeticText Generation+1

Learning to Route Among Specialized Experts for Zero-Shot Generalization

2024-02-08 · Mohammed Muqeeth, Haokun Liu, Yufan Liu, Colin Raffel

Recently, there has been a widespread proliferation of "expert" language models that are specialized to a specific task or domain through parameter-efficient fine-tuning. How can we recycle large collections of expert la…

parameter-efficient fine-tuningZero-shot Generalization

BLIP-Adapter: Parameter-Efficient Transfer Learning for Mobile Screenshot Captioning

2023-09-26 · Ching-Yu Chiang, I-Hua Chang, Shih-wei Liao

This study aims to explore efficient tuning methods for the screenshot captioning task. Recently, image captioning has seen significant advancements, but research in captioning tasks for mobile screens remains relatively…

Image CaptioningTransfer Learning

XtarNet: Learning to Extract Task-Adaptive Representation for Incremental Few-Shot Learning

2020-03-19 · ICML 2020 1 · Sung Whan Yoon, Do-Yeon Kim, Jun Seo, Jaekyun Moon

Learning novel concepts while preserving prior knowledge is a long-standing challenge in machine learning. The challenge gets greater when a novel task is given with only a few labeled examples, a problem known as increm…

Few-Shot LearningNovel ConceptsTAR

The UniNAS framework: combining modules in arbitrarily complex configurations with argument trees

2021-12-03 · Kevin Alexander Laube

Designing code to be simplistic yet to offer choice is a tightrope walk. Additional modules such as optimizers and data sets make a framework useful to a broader audience, but the added complexity quickly becomes a probl…

Neural Architecture Search