English

CERSA: Cumulative Energy-Retaining Subspace Adaptation for Memory-Efficient Fine-Tuning

Machine Learning 2026-05-12 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

To mitigate the memory constraints associated with fine-tuning large pre-trained models, existing parameter-efficient fine-tuning (PEFT) methods, such as LoRA, rely on low-rank updates. However, such updates fail to fully capture the rank characteristics of the weight modifications observed in full-parameter fine-tuning, resulting in a performance gap. Furthermore, LoRA and other existing PEFT methods still require substantial memory to store the full set of frozen weights, limiting their efficiency in resource-constrained settings. To addres these limitations, we introduce Cumulative Energy-Retaining Subspace Adaptation (CERSA), a novel fine-tuning paradigm that leverages singular value decomposition (SVD) to retain only the principal components responsible for 90% to 95% of the spectral energy. By fine-tuning low-rank representations derived from this principal subspace, CERSA significantly reduces memory consumption. We conduct extensive evaluations of CERSA across models of varying scales and domains, including image recognition, text-to-image generation, and natural language understanding. Empirical results demonstrate that CERSA consistently outperforms state-of-the-art PEFT methods while achieving substantially lower memory requirements. The code will be publicly released.

Keywords

Cite

@article{arxiv.2605.08174,
  title  = {CERSA: Cumulative Energy-Retaining Subspace Adaptation for Memory-Efficient Fine-Tuning},
  author = {Jingze Ge and Xue Geng and Yun Liu and Wanqi Dong and Wang Zhe Mark and Min Wu and Ngai-Man Cheung and Bharadwaj Veeravalli and Xulei Yang},
  journal= {arXiv preprint arXiv:2605.08174},
  year   = {2026}
}

Comments

10 pages, 7 figures, supplementary material included

R2 v1 2026-07-01T12:58:29.176Z