paper-with-me

홈 › Papers

A Unified Study of LoRA Variants: Taxonomy, Review, Codebase, and Empirical Evaluation

2026-01-30 · Haonan He, Jingqi Ye, Minglei Li, Zhengbo Wang, Tao Chen, Lei Bai, Peng Ye arxiv

Low-Rank Adaptation (LoRA) is a fundamental parameter-efficient fine-tuning method that balances efficiency and performance in large-scale neural networks. However, the proliferation of LoRA variants has led to fragmentation in methodology, theory, code, and evaluation. To this end, this work presents the first unified study of LoRA variants, offering a systematic taxonomy, unified theoretical review, structured codebase, and standardized empirical assessment. First, we categorize LoRA variants along four principal axes: rank, optimization dynamics, initialization, and integration with Mixture-of-Experts. Then, we review their relationships and evolution within a common theoretical framework focused on low-rank update dynamics. Further, we introduce LoRAFactory, a modular codebase that implements variants through a unified interface, supporting plug-and-play experimentation and fine-grained analysis. Last, using this codebase, we conduct a large-scale evaluation across natural language generation, natural language understanding, and image classification tasks, systematically exploring key hyperparameters. Our results uncover several findings, notably: LoRA and its variants exhibit pronounced sensitivity to the choices of learning rate compared to other hyperparameters; moreover, with proper hyperparameter configurations, LoRA consistently matches or surpasses the performance of most of its variants.

📄 PDF Abstract BibTeX arXiv:2601.22708

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningNatural Language UnderstandingImage Classification

Similar Papers 제목 키워드 기반

One-Class Classification: Taxonomy of Study and Review of Techniques

2013-11-30 · Shehroz S. Khan, Michael G. Madden

One-class classification (OCC) algorithms aim to build classification models when the negative class is either absent, poorly sampled or not well defined. This unique situation constrains the learning of efficient classi…

ClassificationGeneral ClassificationNovelty DetectionOne-Class Classification

Unified Taxonomy for Multivariate Time Series Anomaly Detection using Deep Learning

2026-03-19 · Bruna Alves, Armando J. Pinho, Sónia Gouveia arxiv

The topic of Multivariate Time Series Anomaly Detection (MTSAD) has grown rapidly over the past years, with a steady rise in publications and Deep Learning (DL) models becoming the dominant paradigm. To address the lack …

Time Series Anomaly Detection

Towards Continual Reinforcement Learning: A Review and Perspectives

2020-12-25 · Khimya Khetarpal, Matthew Riemer, Irina Rish, Doina Precup

In this article, we aim to provide a literature review of different formulations and approaches to continual reinforcement learning (RL), also known as lifelong or non-stationary RL. We begin by discussing our perspectiv…

Continual Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

The Role of Exploration for Task Transfer in Reinforcement Learning

2022-10-11 · Jonathan C Balloch, Julia Kim, and Jessica L Inman, Mark O Riedl

The exploration--exploitation trade-off in reinforcement learning (RL) is a well-known and much-studied problem that balances greedy action selection with novel experience, and the study of exploration methods is usually…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

SuperLoRA: Parameter-Efficient Unified Adaptation of Multi-Layer Attention Modules

2024-03-18 · Xiangyu Chen, Jing Liu, Ye Wang, Pu 외

Low-rank adaptation (LoRA) and its variants are widely employed in fine-tuning large models, including large language models for natural language processing and diffusion models for computer vision. This paper proposes a…

Transfer Learning