paper-with-me

Papers

PRILoRA: Pruned and Rank-Increasing Low-Rank Adaptation

2024-01-20 · Nadav Benedek, Lior Wolf

With the proliferation of large pre-trained language models (PLMs), fine-tuning all model parameters becomes increasingly inefficient, particularly when dealing with numerous downstream tasks that entail substantial training and storage costs. Several approaches aimed at achieving parameter-efficient fine-tuning (PEFT) have been proposed. Among them, Low-Rank Adaptation (LoRA) stands out as an archetypal method, incorporating trainable rank decomposition matrices into each target module. Nevertheless, LoRA does not consider the varying importance of each layer. To address these challenges, we introduce PRILoRA, which linearly allocates a different rank for each layer, in an increasing manner, and performs pruning throughout the training process, considering both the temporary magnitude of weights and the accumulated statistics of the input to any given layer. We validate the effectiveness of PRILoRA through extensive experiments on eight GLUE benchmarks, setting a new state of the art.

📄 PDF Abstract BibTeX arXiv:2401.11316

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

RankAdaptor: Hierarchical Rank Allocation for Efficient Fine-Tuning Pruned LLMs via Performance Model

2024-06-22 · Changhai Zhou, Shijie Han, Lining Yang, Yuhua Zhou 외

The efficient compression of large language models (LLMs) has become increasingly popular. However, recovering the performance of compressed LLMs remains a major challenge. The current practice in LLM compression entails…

Incremental LearningMeta-LearningScheduling

RoRA: Efficient Fine-Tuning of LLM with Reliability Optimization for Rank Adaptation

2025-01-08 · Jun Liu, Zhenglun Kong, Peiyan Dong, Changdi Yang 외

Fine-tuning helps large language models (LLM) recover degraded information and enhance task performance. Although Low-Rank Adaptation (LoRA) is widely used and effective for fine-tuning, we have observed that its scaling…

Train Large, Deploy Compact: Structured Compression for Compact Low-Rank Adaptation

2025-09-30 · Xin Yu, Cong Xie, Ziyu Zhao, Tiantian Fan 외 arxiv

Low-rank adaptation (LoRA) has become a widely used paradigm for parameter-efficient fine-tuning of large language models, yet its representational capacity often lags behind full fine-tuning. Within the context of LoRA,…

parameter-efficient fine-tuningNatural Language UnderstandingMathematical ReasoningCode Generation

ALoRA: Allocating Low-Rank Adaptation for Fine-tuning Large Language Models

2024-03-24 · Zequan Liu, Jiawen Lyn, Wei Zhu, Xing Tian 외

Parameter-efficient fine-tuning (PEFT) is widely studied for its effectiveness and efficiency in the era of large language models. Low-rank adaptation (LoRA) has demonstrated commendable performance as a popular and repr…

parameter-efficient fine-tuning

MARS: Harmonizing Multimodal Convergence via Adaptive Rank Search

2026-02-28 · Minkyoung Cho, Insu Jang, Shuowei Jin, Zesen Zhao 외 arxiv

Fine-tuning Multimodal Large Language Models (MLLMs) with parameter-efficient methods like Low-Rank Adaptation (LoRA) is crucial for task adaptation. However, imbalanced training dynamics across modalities often lead to …