BeamLoRA: Beam-Constraint Low-Rank Adaptation
Naibin Gu, Zhenyu Zhang, Xiyu Liu, Peng Fu, Zheng Lin, Shuohuan Wang, Yu Sun, Hua Wu, Weiping Wang, Haifeng Wang

TL;DR
BeamLoRA introduces a beam-search inspired method to dynamically select optimal sub-solutions within LoRA modules, significantly improving fine-tuning accuracy of large language models across diverse tasks.
Contribution
It presents a novel beam-based approach to adaptively optimize LoRA ranks during fine-tuning, addressing limitations of static rank selection.
Findings
Consistently outperforms baseline methods across multiple datasets.
Enhances fine-tuning performance without increasing model size.
Effective across various tasks like math reasoning, code generation, and commonsense reasoning.
Abstract
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 improves efficiency, there remains room for improvement in accuracy. Herein, we adopt a novel perspective to assess the characteristics of LoRA ranks. The results reveal that different ranks within the LoRA modules not only exhibit varying levels of importance but also evolve dynamically throughout the fine-tuning process, which may limit the performance of LoRA. Based on these findings, we propose BeamLoRA, which conceptualizes each LoRA module as a beam where each rank naturally corresponds to a potential sub-solution, and the fine-tuning process becomes a search for the optimal sub-solution combination. BeamLoRA dynamically eliminates underperforming sub-solutions while…
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
TopicsAntenna Design and Optimization · Photonic and Optical Devices · Advanced Fiber Optic Sensors
MethodsBalanced Selection · ADaptive gradient method with the OPTimal convergence rate
