Parameter-efficient fine-tuning (LoRA family)
PiSSA
PiSSA: Principal Singular Values and Singular Vectors Adaptation of Large Language Models
Heavily superseded — a standard baseline that newer methods routinely beat
14 papers critique it · 30 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites PiSSA as a baseline.
Despite its effectiveness and popularity, recent studies have underscored that LoRA and its variants face challenges such as diminishing performance~LoRA, and slower convergence~PiSSA relative to full fine-tuning, which deteriorate further as the rank declines~MoRA,HiRA.
“SVD-based initialization is computationally expensive and requires a long time”
“SVD-based initialization is only a soft constraint, allowing updates to drift away from the pretrained subspace during training”
“However, it still operates under a fixed low-rank constraint, which restricts its capacity to high-complexity tasks.”
“such SFT-oriented spectral priors can create a fundamental geometric mismatch in RLVR, whose optimization dynamics and effective update patterns differ markedly from SFT”
“they are less pluggable than LoRA, requiring extra computational pipelines and storage for SVD buffers.”
“However, PiSSA operates independently on each layer's weight matrix, missing cross-layer correlations.”
“Recently, PiSSA meng2024pissa proposes to initializing \\( A \\) and \\( B \\) to approximate the original matrix $W$, by performing SVD on $W$. Our method, however, is based on a very different idea, that is to approximate the gradient of $W$, which involves performing SVD on sampled gradients and properly scaling the initialized matrices, as detailed in Section~compare_pissa.”
“OLoRA~buyukakyuz2024olora and PiSSA~meng2024pissa ease optimization by initializing LoRA orthogonally. However, they remove important pre-trained components from the frozen base weights.”
“we enforce the rows of $A$ to be orthonormal by initializing them with right singular vectors of $BA$, which empirically stabilizes training and accelerates optimization compared to a non-orthonormal structure.”
“These approaches primarily operate in weight space and can improve optimization and generalization under moderate ranks. A common assumption underlying these methods is that task-relevant adaptation directions can be inferred directly from the pretrained weight geometry, without explicit reference to data-induced activation patterns.”
“However, these works can only solve either side of the two problems, but do not consider the trade-off between enhancing fine-tuning performance and preserving pre-trained knowledge”
Beaten on benchmarks
Head-to-head results where a newer method reports beating PiSSA. Values are copied from the source paper's tables — verify against the cited paper.
CLoRA-random-k2048 beats PiSSA
29.63 vs 20.44
CoLA beats PiSSA
36.25 vs 26.26
Accuracy · [Law domain, Llama-3.1-8B]
CoLA: Collaborative Low-Rank AdaptationCorDA beats PiSSA
19.50 vs 14.30
LoRA-GA beats PiSSA
19.81 vs 16.02
Human-eval · [Llama 2-7B rank=8]
LoRA-GA: Low-Rank Adaptation with Gradient ApproximationDropLoRA beats PiSSA
32.37 vs 26.31
Average · [LLaMA2-7B]
DropLoRA: Sparse Low-Rank Adaptation for Parameter-Efficient Fine-TuningBA-LoRA beats PiSSA
26.18 vs 21.46
LoRA-Over-MPO_R beats PiSSA
26.70 vs 21.95
Avg · [Llama 2-7B]
Strategic Over-Parameterization for Generalizable Low-Rank AdaptationCLoRA-k128 beats PiSSA
18.38 vs 15.84
BeamLoRA beats PiSSA
44.16 vs 39.41
Avg. · [LLaMA2-7B]
BeamLoRA: Beam-Constraint Low-Rank AdaptationIniLoRA beats PiSSA
22.5 vs 20.4
CTR-LoRA beats PiSSA
24.1 vs 21.9
GSM8K · [LLaMA-3.1-8B, 0.1% budget]
CTR-LoRA: Curvature-Aware and Trust-Region Guided Low-Rank Adaptation for Large Language ModelsVLA-GSE beats PiSSA
81.2 vs 74.5
Total success rate · [Comparable parameter budget (~2.5%)]
VLA-GSE: Boosting Parameter-Efficient Fine-Tuning in VLA with Generalized and Specialized Experts
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