A Single Linear Layer Yields Task-Adapted Low-Rank Matrices
Hwichan Kim, Shota Sasaki, Sho Hoshino, Ukyo Honda

TL;DR
This paper demonstrates that a single linear layer can generate task-specific low-rank matrices for efficient model adaptation, matching the performance of traditional methods while using fewer parameters.
Contribution
The study introduces CondLoRA, a novel method that uses a single linear layer to produce low-rank matrices for task adaptation, simplifying the process.
Findings
CondLoRA achieves comparable performance to LoRA.
Conversion matrices are similar across layers.
Fewer trainable parameters in CondLoRA.
Abstract
Low-Rank Adaptation (LoRA) is a widely used Parameter-Efficient Fine-Tuning (PEFT) method that updates an initial weight matrix with a delta matrix consisted by two low-rank matrices and . A previous study suggested that there is correlation between and . In this study, we aim to delve deeper into relationships between and low-rank matrices and to further comprehend the behavior of LoRA. In particular, we analyze a conversion matrix that transform into low-rank matrices, which encapsulates information about the relationships. Our analysis reveals that the conversion matrices are similar across each layer. Inspired by these findings, we hypothesize that a single linear layer, which takes each layer's as input, can yield task-adapted low-rank matrices. To confirm this hypothesis, we devise a method named Conditionally…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMatrix Theory and Algorithms · Neural Networks and Applications · graph theory and CDMA systems
MethodsLinear Layer
