paper-with-me

Papers

Rapid Switching and Multi-Adapter Fusion via Sparse High Rank Adapters

2024-07-22 · Kartikeya Bhardwaj, Nilesh Prasad Pandey, Sweta Priyadarshi, Viswanath Ganapathy, Rafael Esteves, Shreya Kadambi, Shubhankar Borse, Paul Whatmough, Risheek Garrepalli, Mart van Baalen, Harris Teague, Markus Nagel

In this paper, we propose Sparse High Rank Adapters (SHiRA) that directly finetune 1-2% of the base model weights while leaving others unchanged, thus, resulting in a highly sparse adapter. This high sparsity incurs no inference overhead, enables rapid switching directly in the fused mode, and significantly reduces concept-loss during multi-adapter fusion. Our extensive experiments on LVMs and LLMs demonstrate that finetuning merely 1-2% parameters in the base model is sufficient for many adapter tasks and significantly outperforms Low Rank Adaptation (LoRA). We also show that SHiRA is orthogonal to advanced LoRA methods such as DoRA and can be easily combined with existing techniques.

📄 PDF Abstract BibTeX arXiv:2407.16712

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Sparse High Rank Adapters

2024-06-19 · Kartikeya Bhardwaj, Nilesh Prasad Pandey, Sweta Priyadarshi, Viswanath Ganapathy 외

Low Rank Adaptation (LoRA) has gained massive attention in the recent generative AI research. One of the main advantages of LoRA is its ability to be fused with pretrained models, adding no overhead during inference. How…

CPUGPU

MoSA: Mixture of Sparse Adapters for Visual Efficient Tuning

2023-12-05 · Qizhe Zhang, Bocheng Zou, Ruichuan An, Jiaming Liu 외

With the rapid growth in the scale of pre-trained foundation models, parameter-efficient fine-tuning techniques have gained significant attention, among which Adapter Tuning is the most widely used. Despite achieving eff…

parameter-efficient fine-tuning

Parameter-efficient Modularised Bias Mitigation via AdapterFusion

2023-02-13 · Deepak Kumar, Oleg Lesota, George Zerveas, Daniel Cohen 외

Large pre-trained language models contain societal biases and carry along these biases to downstream tasks. Current in-processing bias mitigation approaches (like adversarial training) impose debiasing by updating a mode…

AttributeFairnessMulti-Task Learning

Adapting the adapters for code-switching in multilingual ASR

2023-10-11 · Atharva Kulkarni, Ajinkya Kulkarni, Miguel Couceiro, Hanan Aldarmaki

Recently, large pre-trained multilingual speech models have shown potential in scaling Automatic Speech Recognition (ASR) to many low-resource languages. Some of these models employ language adapters in their formulation…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Exploring Sparse Adapters for Scalable Merging of Parameter Efficient Experts

2025-07-09 · Samin Yeasar Arnob, Zhan Su, Minseon Kim, Oleksiy Ostapenko 외

Merging parameter-efficient task experts has recently gained growing attention as a way to build modular architectures that can be rapidly adapted on the fly for specific downstream tasks, without requiring additional fi…