Parameter-efficient fine-tuning (LoRA family)
AdaLoRA
AdaLoRA: Adaptive Budget Allocation for Parameter-Efficient Fine-Tuning
Heavily superseded — a standard baseline that newer methods routinely beat
29 papers critique it · 54 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites AdaLoRA as a baseline.
AdaLoRA uses a single dataset to simultaneously learn rank-1 matrices and their importance scores, which can easily lead to overfitting.
“leaves pretraining and finetuning completely intact. There is no need for additional objectives or regularizers, which can slow down convergence and affect the training optimum reached.”
“However, the scoring mechanism in AdaLoRA is primarily based on instantaneous gradient signals, which fail to capture long-term parameter contributions and inter-layer interactions.”
“Methods such as AdaLoRA Zhang2023AdaptiveBA rely on sensitivity-based importance scores that are unreliable as they only consider how a single parameter change affects the model under the assumption that no other parameters change.”
“LoRA and AdaLoRA still clearly overfit the training data as fine-tuning advances, with decreases in training losses but increases in test losses.”
“However, it is worth noting that AdaLoRA entails additional computational overhead and necessitates a higher initial budget of trainable parameters, making it less suitable for low-resource scenarios.”
“AdaLoRA zhang2023adalora redistributes per-layer rank dynamically but recomputes SVD-based importance at every step and introduces multiple schedule hyperparameters.”
“As fine-tuning progresses, the disparity between training and testing losses in both LoRA and AdaLoRA becomes more pronounced. Beyond a certain number of iterations, we observe an increase in test losses alongside a continued decrease in training losses, clearly indicating a tendency for LoRA and AdaLoRA to overfit to the training data.”
“they do not couple rank allocation to changes in dense computation, and therefore do not directly optimize for inference efficiency.”
“Although these approaches reduce redundancy and improve efficiency, they remain constrained by fixed ranks and show limited flexibility and generalization across datasets and architectures.”
“introduces orthogonal regularization to ensure that the low-rank projection matrices comply with Singular Value Decomposition (SVD), thus avoiding the reliance on incremental updates, albeit at the cost of increased computational complexity.”
“This is a form of structured pruning that tackles the symptom of wasted capacity caused by rank collapse. In contrast, our approach aims to prevent rank collapse by construction.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating AdaLoRA. Values are copied from the source paper's tables — verify against the cited paper.
LoRA-SP beats AdaLoRA
86.7 vs 6.7
success_rate_open · [SmolVLA multi-task]
Adaptive Capacity Allocation for Vision Language Action Fine-tuningTemporalDoRA beats AdaLoRA
0.326 vs 0.047
Acc · [EndoVis18-VQA, Qwen3-VL-2B, Out-of-Template]
TemporalDoRA: Temporal PEFT for Robust Surgical Video Question AnsweringLDP beats AdaLoRA
0.591 vs 0.243
BLEU-2 · [MMEndo polyp dataset]
LDP: Parameter-Efficient Fine-Tuning of Multimodal LLM for Medical Report GenerationPARA beats AdaLoRA
83.84 vs 50.86
Accuracy · [MNLI(M)]
Post-Optimization Adaptive Rank Allocation for LoRAQuIC beats AdaLoRA
28.14 vs 17.18
Pareto · [DeBERTaV3-base]
QuIC: Quantum-Inspired Compound Adapters for Parameter Efficient Fine-TuningSeLoRA beats AdaLoRA
205.54 vs 489.24
FID · [Montgomery County CXR]
SeLoRA: Self-Expanding Low-Rank Adaptation of Latent Diffusion Model for Medical Image SynthesisBA-LoRA beats AdaLoRA
26.18 vs 18.25
GOLA-B beats AdaLoRA
61.6 vs 44.4
RoseLoRA beats AdaLoRA
73.7 vs 55.6
GeoLoRA beats AdaLoRA
8.3 vs 6.7
Training speed · [DeBERTaV3-base GLUE training speed SST-2]
GeoLoRA: Geometric integration for parameter efficient fine-tuningARD-LoRA (adaptive rank) beats AdaLoRA
0.32 vs 0.40
Parameters · [Parameter Efficiency]
ARD-LoRA: Dynamic Rank Allocation for Parameter-Efficient Fine-Tuning of Foundation Models with Heterogeneous Adaptation NeedsChunkWise LoRA beats AdaLoRA
14.9 vs 17.8
What to use instead
Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.
- May 29, 2026
- May 28, 2026
- May 19, 2026
- May 15, 2026
- May 12, 2026
- May 11, 2026
- May 11, 2026
- May 8, 2026
- May 5, 2026
- May 5, 2026
- May 5, 2026
- RDP LoRARDP LoRA: Geometry-Driven Identification for Parameter-Efficient Adaptation in Large Language ModelsApr 21, 2026