English

Flora: Low-Rank Adapters Are Secretly Gradient Compressors

Machine Learning 2024-06-14 v2 Artificial Intelligence Machine Learning

Abstract

Despite large neural networks demonstrating remarkable abilities to complete different tasks, they require excessive memory usage to store the optimization states for training. To alleviate this, the low-rank adaptation (LoRA) is proposed to reduce the optimization states by training fewer parameters. However, LoRA restricts overall weight update matrices to be low-rank, limiting the model performance. In this work, we investigate the dynamics of LoRA and identify that it can be approximated by a random projection. Based on this observation, we propose Flora, which is able to achieve high-rank updates by resampling the projection matrices while enjoying the sublinear space complexity of optimization states. We conduct experiments across different tasks and model architectures to verify the effectiveness of our approach.

Keywords

Cite

@article{arxiv.2402.03293,
  title  = {Flora: Low-Rank Adapters Are Secretly Gradient Compressors},
  author = {Yongchang Hao and Yanshuai Cao and Lili Mou},
  journal= {arXiv preprint arXiv:2402.03293},
  year   = {2024}
}

Comments

Accepted @ ICML 2024

R2 v1 2026-06-28T14:38:58.726Z