paper-with-me

홈 › Papers

A Comprehensive Analysis of Adapter Efficiency

2023-05-12 · Nandini Mundra, Sumanth Doddapaneni, Raj Dabre, Anoop Kunchukuttan, Ratish Puduppully, Mitesh M. Khapra

Adapters have been positioned as a parameter-efficient fine-tuning (PEFT) approach, whereby a minimal number of parameters are added to the model and fine-tuned. However, adapters have not been sufficiently analyzed to understand if PEFT translates to benefits in training/deployment efficiency and maintainability/extensibility. Through extensive experiments on many adapters, tasks, and languages in supervised and cross-lingual zero-shot settings, we clearly show that for Natural Language Understanding (NLU) tasks, the parameter efficiency in adapters does not translate to efficiency gains compared to full fine-tuning of models. More precisely, adapters are relatively expensive to train and have slightly higher deployment latency. Furthermore, the maintainability/extensibility benefits of adapters can be achieved with simpler approaches like multi-task training via full fine-tuning, which also provide relatively faster training times. We, therefore, recommend that for moderately sized models for NLU tasks, practitioners should rely on full fine-tuning or multi-task training rather than using adapters. Our code is available at https://github.com/AI4Bharat/adapter-efficiency.

📄 PDF Abstract BibTeX arXiv:2305.07491

Code (2)

AI4Bharat/adapter-efficiency 공식 구현 pytorch
varungumma/fairseq pytorch

Tasks

Natural Language Understandingparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Multi-Adapter PPO: A Cross-Attention Enhanced Wavelength Selection Framework for LIBS Quantitative Analysis

2026-06-16 · Hao Li, Man Fung Zhuo arxiv

Laser-induced breakdown spectroscopy (LIBS) quantitative analysis faces critical challenges in wavelength selection due to high-dimensional spectral data and the fundamental trade-off between prediction accuracy and feat…

Computational EfficiencyReinforcement Learning

Generalizability of Mixture of Domain-Specific Adapters from the Lens of Signed Weight Directions and its Application to Effective Model Pruning

2024-02-16 · Tuc Nguyen, Thai Le

Several parameter-efficient fine-tuning methods based on adapters have been proposed as a streamlined approach to incorporate not only a single specialized knowledge into existing Pre-Trained Language Models (PLMs) but a…

Computational Efficiencyparameter-efficient fine-tuning

EffEval: A Comprehensive Evaluation of Efficiency for MT Evaluation Metrics

2022-09-20 · Daniil Larionov, Jens Grünwald, Christoph Leiter, Steffen Eger

Efficiency is a key property to foster inclusiveness and reduce environmental costs, especially in an era of LLMs. In this work, we provide a comprehensive evaluation of efficiency for MT evaluation metrics. Our approach…

CPUGPUMachine Translationnlg evaluation+3

VL-Adapter: Parameter-Efficient Transfer Learning for Vision-and-Language Tasks

2021-12-13 · CVPR 2022 1 · Yi-Lin Sung, Jaemin Cho, Mohit Bansal

Recently, fine-tuning language models pre-trained on large text corpora have provided huge improvements on vision-and-language (V&L) tasks as well as on pure language tasks. However, fine-tuning the entire parameter set …

Image CaptioningTransfer Learning

PLoP: Precise LoRA Placement for Efficient Finetuning of Large Models

2025-06-25 · Soufiane Hayou, Nikhil Ghosh, Bin Yu

Low-Rank Adaptation (LoRA) is a widely used finetuning method for large models. Its small memory footprint allows practitioners to adapt large models to specific tasks at a fraction of the cost of full finetuning. Differ…