In this paper, we introduce Symmetric Low-Rank Adapters, an optimized variant of LoRA with even fewer weights. This method utilizes Low-Rank Symmetric Weight Matrices to learn downstream tasks more efficiently. Traditional LoRA accumulates fine-tuning weights with the original pre-trained weights via a Singular Value Decomposition (SVD) like approach, i.e., model weights are fine-tuned via updates of the form BA (where B∈Rn×r, A∈Rr×n, and r is the rank of the merged weight matrix). In contrast, our approach, named SymLoRA, represents fine-tuning weights as a Spectral Decomposition, i.e., Qdiag(Λ)QT, where Q∈Rn×r and Λ∈Rr. SymLoRA requires approximately half of the finetuning weights. Here, we show that this approach has negligible losses in downstream efficacy.
@article{arxiv.2504.03719,
title = {Towards Symmetric Low-Rank Adapters},
author = {Tales Panoutsos and Rodrygo L. T. Santos and Flavio Figueiredo},
journal= {arXiv preprint arXiv:2504.03719},
year = {2025}
}