Parameter-efficient fine-tuning (LoRA family)
O-LoRA
OLoRA: Orthonormal Low-Rank Adaptation of Large Language Models
Superseded — cited as a baseline and beaten by newer methods
6 papers critique it · 6 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites O-LoRA as a baseline.
However, this work does not provide an effective way for LoRA composition.
“While O-LoRA mitigates interference via orthogonal gradient updates, its additive updates ($W + \Delta W$) can distort the intrinsic geometry of LLM parameters”
“The internal gauge freedom, scale ambiguity, and rank collapse of the $BA^$ structure persist throughout training.”
“Our proposed CLoRA imposes orthogonal regularization similar to O-LoRA, but the regularization matrix is not restricted to be the previous learned parameter, thus CLoRA can be used for one-stage continued training whereas O-LoRA not.”
“In contrast to O-LoRA, we preserve the magnitude of updates through Fisher-based penalties, providing insights that may inform the broader application of regularization techniques within PECL—an area that remains underexplored in the current literature.”
“While both approaches are effective, they differ in managing parameter updates. MoE-based approaches aggregate task-specific LoRA weights via attention mechanisms, whereas orthogonality-based methods regulate LoRA parameter updates by constraining gradient update directions. However, neither method directly examines how parameter shifts evolve across tasks (i.e., the internal dynamics of parameter space), which is a crucial yet underexplored factor in model forgetting.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating O-LoRA. Values are copied from the source paper's tables — verify against the cited paper.
GainLoRA(O-LoRA) beats O-LoRA
2.26 vs 19.15
FT · [Order 1, T5-large]
Gated Integration of Low-Rank Adaptation for Continual Learning of Large Language ModelsCL-LoRA beats O-LoRA
70.15 vs 55.02
Average Accuracy · [ImageNet-A T=10]
CL-LoRA: Continual Low-Rank Adaptation for Rehearsal-Free Class-Incremental LearningACE-LoRA beats O-LoRA
8.8639 vs 7.7231
Overall Score · [Avg. metric]
ACE-LoRA: Adaptive Orthogonal Decoupling for Continual Image EditingPS-LoRA beats O-LoRA
75.5 vs 69.8
Acc · [T5-Large, Long (N=15)]
Resolving Conflicts in Lifelong Learning via Aligning Updates in SubspacesOLieRA beats O-LoRA
79.6 vs 75.8
Average Accuracy · [Standard CL Benchmark, T5-large]
Orthogonal Low-rank Adaptation in Lie Groups for Continual Learning of Large Language ModelsCLoRA beats O-LoRA
79.0 vs 75.8
avg. · [Standard CL Benchmark]
Controlled Low-Rank Adaptation with Subspace Regularization for Continued Training on Large Language Models
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.
- G2LoRAG2LoRA: Gradient Orthogonal Low-Rank Adaptation Framework for Graph Continual Learning on Text-Attributed GraphsJun 1, 2026
- CoDyRATake Only What You Need: Rank Minimization as an Implicit Forgetting Regularizer in Continual LearningMay 27, 2026
- May 27, 2026
- May 26, 2026
- Beyond Feature FusionBeyond Feature Fusion: Contextual Bayesian PEFT for Multimodal Uncertainty EstimationApr 17, 2026
- Sequential Fine-Tuning with LoRASimple Recipe Works: Vision-Language-Action Models are Natural Continual Learners with Reinforcement LearningMar 12, 2026
- MAGE (Mixture and Aggregation of General LoRA and Expert LoRA)Continual-NExT: A Unified Comprehension And Generation Continual Learning FrameworkFeb 20, 2026
- Feb 19, 2026
- PS-LoRA (Parameter Stability LoRA)Resolving Conflicts in Lifelong Learning via Aligning Updates in SubspacesNov 28, 2025