paper-with-me

Papers

From PEFT to DEFT: Parameter Efficient Finetuning for Reducing Activation Density in Transformers

2024-02-02 · Bharat Runwal, Tejaswini Pedapati, Pin-Yu Chen

Pretrained Language Models (PLMs) have become the de facto starting point for fine-tuning on downstream tasks. However, as model sizes continue to increase, traditional fine-tuning of all the parameters becomes challenging. To address this, parameter-efficient fine-tuning (PEFT) methods have gained popularity as a means to adapt PLMs effectively. In parallel, recent studies have revealed the presence of activation sparsity within the intermediate outputs of the multilayer perceptron (MLP) blocks in transformers. Low activation density enables efficient model inference on sparsity-aware hardware. Building upon this insight, in this work, we propose a novel density loss that encourages higher activation sparsity (equivalently, lower activation density) in the pre-trained models. We demonstrate the effectiveness of our approach by utilizing mainstream PEFT techniques, including QLoRA, LoRA, Adapter, and Prompt/Prefix Tuning, to facilitate efficient model adaptation across diverse downstream tasks. Experiments show that our proposed method, \textbf{DEFT} (Density-Efficient Fine-Tuning), can consistently reduce activation density by up to \textbf{44.94\%} on RoBERTa$_\mathrm{Large}$ and by \textbf{53.19\%} (encoder density) and \textbf{90.60\%} (decoder density) on Flan-T5$_\mathrm{XXL}$ (\textbf{11B}) compared to PEFT, using GLUE and QA (SQuAD) benchmarks respectively. We also introduce \textbf{ADA-DEFT}, an adaptive variant of our DEFT approach, which achieves significant memory and runtime savings during inference. For instance, ADA-DEFT reduces runtime by \textbf{8.79\%}and memory usage by \textbf{17.46\%} in Flan-T5$_\mathrm{XL}$, and by \textbf{2.79\%} and \textbf{2.54\%} respectively in Flan-T5$_\mathrm{XXL}$. Additionally, we showcase that DEFT works complementarily with quantized and pruned models.

📄 PDF Abstract BibTeX arXiv:2402.01911

Code (1)

ibm/deft 공식 구현 pytorch

Tasks

Decoderparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

PEFT-Arena: Understanding Parameter-Efficient Finetuning from a Stability-Plasticity Perspective

2026-05-27 · Yangyi Huang, Ruotian Peng, Zeju Qiu, Jiale Kang 외 arxiv

Parameter-efficient finetuning (PEFT) has become the standard approach for adapting large language models, yet evaluations largely emphasize downstream accuracy while overlooking the retention of pretrained capabilities.…

Multi-Point Positional Insertion Tuning for Small Object Detection

2024-12-24 · Kanoko Goto, Takumi Karasawa, Takumi Hirose, Rei Kawakami 외

Small object detection aims to localize and classify small objects within images. With recent advances in large-scale vision-language pretraining, finetuning pretrained object detection models has emerged as a promising …

Objectobject-detectionObject DetectionSmall Object Detection

DEFT-VTON: Efficient Virtual Try-On with Consistent Generalised H-Transform

2025-09-16 · Xingzi Xu, Qi Li, Shuwen Qiu, Julien Han 외 arxiv

Diffusion models enable high-quality virtual try-on (VTO) with their established image synthesis abilities. Despite the extensive end-to-end training of large pre-trained models involved in current VTO methods, real-worl…

parameter-efficient fine-tuningVirtual Try-on

Parameter Efficient Finetuning for Speech Emotion Recognition and Domain Adaptation

2024-02-19 · Nineli Lashkarashvili, Wen Wu, Guangzhi Sun, Philip C. Woodland

Foundation models have shown superior performance for speech emotion recognition (SER). However, given the limited data in emotion corpora, finetuning all parameters of large pre-trained models for SER can be both resour…

Cross-corpusDomain AdaptationEmotion RecognitionSpeech Emotion Recognition

DeLoRA: Decoupling Angles and Strength in Low-rank Adaptation

2025-03-23 · Massimo Bini, Leander Girrbach, Zeynep Akata

Parameter-Efficient FineTuning (PEFT) methods have recently gained significant popularity thanks to the widespread availability of large-scale pretrained models. These methods allow for quick adaptation to downstream tas…

Image GenerationNatural Language Understanding