PeriodicLoRA: Breaking the Low-Rank Bottleneck in LoRA Optimization
Xiangdi Meng, Damai Dai, Weiyao Luo, Zhe Yang, Shaoxiang Wu, Xiaochen, Wang, Peiyi Wang, Qingxiu Dong, Liang Chen, Zhifang Sui

TL;DR
PeriodicLoRA enhances low-rank fine-tuning of large language models by accumulating updates over multiple stages, significantly improving performance without additional memory costs.
Contribution
It introduces a novel periodic accumulation method for LoRA, breaking the low-rank bottleneck and boosting fine-tuning effectiveness.
Findings
PLoRA achieves approximately 1.8 times the learning ability of standard LoRA.
It improves fine-tuning performance without increasing memory usage.
A momentum-based unloading strategy stabilizes training.
Abstract
Supervised fine-tuning is the most common method to adapt large language models (LLMs) to downstream tasks, but full fine-tuning LLMs requires massive computational resources. Recently, parameter-efficient fine-tuning (PEFT) methods have been widely studied due to its cost-effectiveness. LoRA is one of the most widely used methods, which assumes that the optimization process is essentially low-dimensional. Although LoRA fine-tuning is effective, there is still a performance gap compared to full fine-tuning, since its weight update is limited to low-rank matrices. In order to break the low-rank bottleneck in LoRA Optimization, we propose PeriodicLoRA (PLoRA), which accumulates low-rank update matrices multiple times to achieve a higher update rank. PLoRA has multiple training stages. During each stage, we still update only the LoRA weights. However, at the end of each stage, we unload…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Metaheuristic Optimization Algorithms Research · Robotics and Sensor-Based Localization
