paper-with-me

홈 › Papers

Computational Limits of Low-Rank Adaptation (LoRA) Fine-Tuning for Transformer Models

2024-06-05 · Jerry Yao-Chieh Hu, Maojiang Su, En-Jui Kuo, Zhao Song, Han Liu

We study the computational limits of Low-Rank Adaptation (LoRA) for finetuning transformer-based models using fine-grained complexity theory. Our key observation is that the existence of low-rank decompositions within the gradient computation of LoRA adaptation leads to possible algorithmic speedup. This allows us to (i) identify a phase transition behavior of efficiency assuming the Strong Exponential Time Hypothesis (SETH), and (ii) prove the existence of almost linear algorithms by controlling the LoRA update computation term by term. For the former, we identify a sharp transition in the efficiency of all possible rank-$r$ LoRA update algorithms for transformers, based on specific norms resulting from the multiplications of the input sequence $X$, pretrained weights ${W^\star}$, and adapter matrices $\alpha B A/r$. Specifically, we derive a shared upper bound threshold for such norms, and show that efficient (sub-quadratic) approximation algorithms of LoRA exist only below this threshold. For the latter, we prove the existence of almost linear approximation algorithms for LoRA adaptation by utilizing the hierarchical low-rank structures of LoRA gradients and approximating the gradients with a series of chained low-rank approximations. To showcase our theory, we consider two practical scenarios: partial (e.g., only $W_V$ and $W_Q$) and full adaptations (e.g., $W_Q$, $W_V$, and $W_K$) of weights in attention heads.

📄 PDF Abstract BibTeX arXiv:2406.03136

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

FlexLoRA: Entropy-Guided Flexible Low-Rank Adaptation

2026-01-30 · Muqing Liu, Chongjie Si, Yuheng Jia arxiv

Large pre-trained models achieve remarkable success across diverse domains, yet fully fine-tuning incurs prohibitive computational and memory costs. Parameter-efficient fine-tuning (PEFT) has thus become a mainstream par…

parameter-efficient fine-tuning

MetaLoRA: Tensor-Enhanced Adaptive Low-Rank Fine-tuning

2025-04-01 · Maolin Wang, Xiangyu Zhao

There has been a significant increase in the deployment of neural network models, presenting substantial challenges in model adaptation and fine-tuning. Efficient adaptation is crucial in maintaining model performance ac…

Computational EfficiencyMeta-Learningparameter-efficient fine-tuning

Enhancing Low-Rank Adaptation with Structured Nonlinear Transformations

2025-09-26 · Guanzhi Deng, Mingyang Liu, Dapeng Wu, Yinqiao Li 외 arxiv

Low-Rank Adaptation (LoRA) is a widely adopted parameter-efficient fine-tuning method for large language models. However, its linear nature limits expressiveness. We propose LoRAN, a non-linear extension of LoRA that app…

parameter-efficient fine-tuning

Beyond Higher Rank: Token-wise Input-Output Projections for Efficient Low-Rank Adaptation

2025-10-27 · Shiwei Li, Xiandi Luo, Haozhao Wang, Xing Tang 외 arxiv

Low-rank adaptation (LoRA) is a parameter-efficient fine-tuning (PEFT) method widely used in large language models (LLMs). LoRA essentially describes the projection of an input space into a low-dimensional output space, …

parameter-efficient fine-tuning

RandLoRA: Full-rank parameter-efficient fine-tuning of large models

2025-02-03 · Paul Albert, Frederic Z. Zhang, Hemanth Saratchandran, Cristian Rodriguez-Opazo 외

Low-Rank Adaptation (LoRA) and its variants have shown impressive results in reducing the number of trainable parameters and memory requirements of large transformer networks while maintaining fine-tuning performance. Th…

parameter-efficient fine-tuning