paper-with-me

Papers

IncreLoRA: Incremental Parameter Allocation Method for Parameter-Efficient Fine-tuning

2023-08-23 · Feiyu Zhang, Liangzhi Li, JunHao Chen, Zhouqiang Jiang, Bowen Wang, Yiming Qian

With the increasing size of pre-trained language models (PLMs), fine-tuning all the parameters in the model is not efficient, especially when there are a large number of downstream tasks, which incur significant training and storage costs. Many parameter-efficient fine-tuning (PEFT) approaches have been proposed, among which, Low-Rank Adaptation (LoRA) is a representative approach that injects trainable rank decomposition matrices into every target module. Yet LoRA ignores the importance of parameters in different modules. To address this problem, many works have been proposed to prune the parameters of LoRA. However, under limited training conditions, the upper bound of the rank of the pruned parameter matrix is still affected by the preset values. We, therefore, propose IncreLoRA, an incremental parameter allocation method that adaptively adds trainable parameters during training based on the importance scores of each module. This approach is different from the pruning method as it is not limited by the initial number of training parameters, and each parameter matrix has a higher rank upper bound for the same training overhead. We conduct extensive experiments on GLUE to demonstrate the effectiveness of IncreLoRA. The results show that our method owns higher parameter efficiency, especially when under the low-resource settings where our method significantly outperforms the baselines. Our code is publicly available.

📄 PDF Abstract BibTeX arXiv:2308.12043

Code (1)

feiyuzhang98/increlora 공식 구현 jax

Tasks

parameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

AdaLoRA: Adaptive Budget Allocation for Parameter-Efficient Fine-Tuning

2023-03-18 · Qingru Zhang, Minshuo Chen, Alexander Bukharin, Nikos Karampatziakis 외

Fine-tuning large pre-trained language models on downstream tasks has become an important paradigm in NLP. However, common practice fine-tunes all of the parameters in a pre-trained model, which becomes prohibitive when …

parameter-efficient fine-tuningQuestion AnsweringText Generation

HyperAdaLoRA: Accelerating LoRA Rank Allocation During Training via Hypernetworks without Sacrificing Performance

2025-10-03 · Hao Zhang, Zhenjia Li, Runfeng Bao, Yifan Gao 외 arxiv

Parameter-Efficient Fine-Tuning (PEFT), especially Low-Rank Adaptation (LoRA), has emerged as a promising approach to fine-tuning large language models(LLMs) while reducing computational and memory overhead. However, LoR…

parameter-efficient fine-tuning

Sensitivity-LoRA: Low-Load Sensitivity-Based Fine-Tuning for Large Language Models

2025-09-11 · Hao Zhang, Bo Huang, Zhenjia Li, Xi Xiao 외 arxiv

Large Language Models (LLMs) have transformed both everyday life and scientific research. However, adapting LLMs from general-purpose models to specialized tasks remains challenging, particularly in resource-constrained …

parameter-efficient fine-tuning

DLCFT: Deep Linear Continual Fine-Tuning for General Incremental Learning

2022-08-17 · Hyounguk Shon, Janghyeon Lee, Seung Hwan Kim, Junmo Kim

Pre-trained representation is one of the key elements in the success of modern deep learning. However, existing works on continual learning methods have mostly focused on learning models incrementally from scratch. In th…

class-incremental learningClass Incremental LearningContinual Learningimage-classification+2

Incremental Relaying for Power Line Communication: Performance Analysis and Power Allocation

2021-03-09 · Ankit Dubey, Chinmoy Kundu, Telex M. N. Ngatched, Octavia A. Dobre 외

In this paper, incremental decode-and-forward (IDF) and incremental selective decode-and-forward (ISDF) relaying are proposed to improve the spectral efficiency of power line communication. Contrary to the traditional de…

Form