paper-with-me

홈 › Papers

X-PEFT: eXtremely Parameter-Efficient Fine-Tuning for Extreme Multi-Profile Scenarios

2024-01-29 · Namju Kwak, Taesup Kim

Parameter-efficient fine-tuning (PEFT) techniques, such as adapter tuning, aim to fine-tune a pre-trained language model (PLM) using a minimal number of parameters for a specific task or profile. Although adapter tuning provides increased parameter efficiency compared to full-model fine-tuning, it introduces a small set of additional parameters attached to a PLM for each profile. This can become problematic in practical applications with multiple profiles, particularly when a significant increase in the number of profiles linearly boosts the total number of additional parameters. To mitigate this issue, we introduce X-PEFT, a novel PEFT method that leverages a multitude of given adapters by fine-tuning an extremely small set of compact tensors for a new profile, which serve as binary masks to adaptively select the given adapters. To efficiently validate our proposed method, we implement it using a large number of trained or untrained (random) adapters. We evaluate the performance of X-PEFT through LaMP and GLUE tasks and demonstrate that it either matches or surpasses the effectiveness of conventional adapter tuning, despite reducing the memory requirements per profile by a factor of 10,000 compared to it.

📄 PDF Abstract BibTeX arXiv:2401.16137

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modellingparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Adapter 설명 없음

Similar Papers 제목 키워드 기반

It's All About In-Context Learning! Teaching Extremely Low-Resource Languages to LLMs

2025-08-26 · Yue Li, Zhixue Zhao, Carolina Scarton arxiv

Extremely low-resource languages, especially those written in rare scripts, as shown in Figure 1, remain largely unsupported by large language models (LLMs). This is due in part to compounding factors such as the lack of…

parameter-efficient fine-tuning

Pushing Mixture of Experts to the Limit: Extremely Parameter Efficient MoE for Instruction Tuning

2023-09-11 · Ted Zadouri, Ahmet Üstün, Arash Ahmadian, Beyza Ermiş 외

The Mixture of Experts (MoE) is a widely known neural architecture where an ensemble of specialized sub-models optimizes overall performance with a constant computational cost. However, conventional MoEs pose challenges …

Mixture-of-Expertsparameter-efficient fine-tuning

Easy Adaptation: An Efficient Task-Specific Knowledge Injection Method for Large Models in Resource-Constrained Environments

2025-12-19 · Dong Chen, Zhengqing Hu, Shixing Zhao, Yibo Guo arxiv

While the enormous parameter scale endows Large Models (LMs) with unparalleled performance, it also limits their adaptability across specific tasks. Parameter-Efficient Fine-Tuning (PEFT) has emerged as a critical approa…

parameter-efficient fine-tuning

Strong Baselines for Parameter Efficient Few-Shot Fine-tuning

2023-04-04 · Samyadeep Basu, Daniela Massiceti, Shell Xu Hu, Soheil Feizi

Few-shot classification (FSC) entails learning novel classes given only a few examples per class after a pre-training (or meta-training) phase on a set of base classes. Recent works have shown that simply fine-tuning a p…

Few-Shot Image Classificationimage-classificationImage Classificationparameter-efficient fine-tuning

GPart: End-to-End Isometric Fine-Tuning via Global Parameter Partitioning

2026-05-14 · Paolo Mandica, Michał Brzozowski, Zuzanna Dubanowska, Neo Christopher Chung arxiv

Low-rank adaptation (LoRA) has become the dominant paradigm for parameter-efficient fine-tuning (PEFT) of large language models (LLMs). However, its bilinear structure introduces a critical limitation: the mapping from t…

parameter-efficient fine-tuningNatural Language UnderstandingMathematical Reasoning