Beyond Higher Rank: Token-Wise Input-Output Projections for Efficient Low-Rank Adaptation
Abstract
Low-rank adaptation (LoRA) is a parameter-efficient fine-tuning (PEFT) method widely used in large language models (LLMs). LoRA essentially describes the projection of an input space into a low-dimensional output space, with the dimensionality determined by the LoRA rank. In standard LoRA, all input tokens share the same weights and undergo an identical input-output projection. This limits LoRA's ability to capture token-specific information due to the inherent semantic differences among tokens. To address this limitation, we propose **Token-wise Projected Low-Rank Adaptation (TopLoRA)**, which dynamically adjusts LoRA weights according to the input token, thereby learning token-wise input-output projections in an end-to-end manner. Formally, the weights of TopLoRA can be expressed as $B\Sigma_X A$, where $A$ and $B$ are low-rank matrices (as in standard LoRA), and $\Sigma_X$ is a diagonal matrix generated from each input token $X$. Notably, TopLoRA does not increase the rank of LoRA weights but achieves more granular adaptation by learning token-wise LoRA weights (i.e., token-wise input-output projections). Extensive experiments across multiple models and datasets demonstrate that TopLoRA consistently outperforms LoRA and its variants. The code is available at https://github.com/Leopold1423/toplora-neurips25.
Cite
Text
Li et al. "Beyond Higher Rank: Token-Wise Input-Output Projections for Efficient Low-Rank Adaptation." Advances in Neural Information Processing Systems, 2025.Markdown
[Li et al. "Beyond Higher Rank: Token-Wise Input-Output Projections for Efficient Low-Rank Adaptation." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/li2025neurips-beyond-a/)BibTeX
@inproceedings{li2025neurips-beyond-a,
title = {{Beyond Higher Rank: Token-Wise Input-Output Projections for Efficient Low-Rank Adaptation}},
author = {Li, Shiwei and Luo, Xiandi and Wang, Haozhao and Tang, Xing and Cui, Ziqiang and Liu, Dugang and Li, Yuhua and He, Xiuqiang and Li, Ruixuan},
booktitle = {Advances in Neural Information Processing Systems},
year = {2025},
url = {https://mlanthology.org/neurips/2025/li2025neurips-beyond-a/}
}