@article{Hu2026, 
author = {Yuxuan Hu and Tian Tian and Xiaodong Chen and Zhe Zhao and Tao Tao and Weifang Zhang and Yuanfeng Li and Yuhang Liang and Cuiping Li and Hong Chen and Jing Zhang},
title = {Efficient Low-Rank Adaptation for Sparse Large Language Model},
year = {2026},
journal = {Tsinghua Science and Technology},
volume = {31},
number = {4},
pages = {2292-2303},
keywords = {pruning, Large Language Model (LLM), Parameter-Efficient Fine-Tuning (PEFT)},
url = {https://www.sciopen.com/article/10.26599/TST.2025.9010174},
doi = {10.26599/TST.2025.9010174},
abstract = {Existing Low-Rank Adaptation (LoRA) methods face challenges on sparse Large Language Models (LLMs) due to the inability to maintain sparsity. Recent works introduce methods that maintain sparsity by augmenting LoRA techniques with additional masking mechanisms. Despite these successes, such approaches suffer from an increased memory and computation overhead, which affects the efficiency of LoRA methods. In response to this limitation, we introduce Low Rank adaptation method for Sparse LLM (LoRS), an innovative method designed to achieve both memory and computation efficiency when fine-tuning sparse LLMs. To mitigate the substantial memory and computation demands associated with preserving sparsity, our approach incorporates strategies of weight recomputing and computational graph rearrangement. In addition, we also improve the effectiveness of LoRS through better adapter initialization. These innovations lead to a notable reduction in memory and computation consumption during the fine-tuning phase, while achieving performance levels that outperform existing LoRA approaches.}
}