paper-with-me

홈 › Papers

SSMLoRA: Enhancing Low-Rank Adaptation with State Space Model

2025-02-07 · Jiayang Yu, Yihang Zhang, Bin Wang, Peiqin Lin, Yongkang Liu, Shi Feng

Fine-tuning is a key approach for adapting language models to specific downstream tasks, but updating all model parameters becomes impractical as model sizes increase. Parameter-Efficient Fine-Tuning (PEFT) methods, such as Low-Rank Adaptation (LoRA), address this challenge by introducing additional adaptation parameters into pre-trained weight matrices. However, LoRA's performance varies across different insertion points within the model, highlighting potential parameter inefficiency due to unnecessary insertions. To this end, we propose SSMLoRA (State Space Model Low-Rank Adaptation), an extension of LoRA that incorporates a State Space Model (SSM) to interconnect low-rank matrices. SSMLoRA ensures that performance is maintained even with sparser insertions. SSMLoRA allows the model to not only map inputs to a low-rank space for better feature extraction but also leverage the computations from the previous low-rank space. Our method achieves comparable performance to LoRA on the General Language Understanding Evaluation (GLUE) benchmark while using only half the parameters. Additionally, due to its structure, SSMLoRA shows promise in handling tasks with longer input sequences. .You can find our code here:https://github.com/yuhkalhic/SSMLoRA.

📄 PDF Abstract BibTeX arXiv:2502.04958

Code (1)

yuhkalhic/ssmlora 공식 구현 pytorch

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Polynomial Expansion Rank Adaptation: Enhancing Low-Rank Fine-Tuning with High-Order Interactions

2026-04-12 · Wenhao Zhang, Lin Mu, Li Ni, Peiquan Jin 외 arxiv

Low-rank adaptation (LoRA) is a widely used strategy for efficient fine-tuning of large language models (LLMs), but its strictly linear structure fundamentally limits expressive capacity. The bilinear formulation of weig…

Null-LoRA: Low-Rank Adaptation on Null Space

2025-12-17 · Yi Zhang, Yulei Kang, Haoxuan Chen, Jinxuan Li 외 arxiv

Parameter-efficient fine-tuning methods have gained considerable popularity for adapting large-scale models to downstream tasks, particularly LoRA and its variants. Existing methods perform low-rank adaptation over the f…

parameter-efficient fine-tuningVisual Question AnsweringText Retrieval

SDS-LoRA: Overcoming Anisotropic Gradient Scaling in Low-Rank Adaptation

2026-06-15 · Junghun Oh, Sungyong Baik, Kyoung Mu Lee arxiv

Low-Rank Adaptation (LoRA) enables efficient adaptation of large pretrained models to downstream tasks by parameterizing weight updates with low-rank matrices. In this paper, we investigate the limitations of the LoRA pa…

Accurate and Efficient Low-Rank Model Merging in Core Space

2025-09-22 · Aniello Panariello, Daniel Marczak, Simone Magistri, Angelo Porrello 외 arxiv

In this paper, we address the challenges associated with merging low-rank adaptations of large neural networks. With the rise of parameter-efficient adaptation techniques, such as Low-Rank Adaptation (LoRA), model fine-t…

BeamLoRA: Beam-Constraint Low-Rank Adaptation

2025-02-19 · Naibin Gu, Zhenyu Zhang, Xiyu Liu, Peng Fu 외

Due to the demand for efficient fine-tuning of large language models, Low-Rank Adaptation (LoRA) has been widely adopted as one of the most effective parameter-efficient fine-tuning methods. Nevertheless, while LoRA impr…

Code GenerationMathparameter-efficient fine-tuning