LoRA Family Explains LLM Weight Updates
A technical thread breaks down LoRA, LoRA-FA, VeRA, Delta-LoRA, and LoRA+ by showing which matrices stay frozen and which ones learn. It makes adapter trade-offs around memory, trainable parameters, and adaptation capacity easier to understand.
The key lesson is that “fine-tuning” describes several fundamentally different ways to constrain and apply weight updates.
- –LoRA freezes the base model and trains low-rank adapter matrices that can be swapped or merged.
- –LoRA-FA freezes one adapter matrix, reducing activation memory during training.
- –VeRA shares frozen random matrices across layers and trains only tiny scaling vectors.
- –Delta-LoRA also propagates adapter changes into the pretrained weights, trading clean modularity for greater expressiveness.
- –LoRA+ uses asymmetric learning rates, showing that optimizer configuration can matter as much as adapter rank.
DISCOVERED
1h ago
2026-08-26
PUBLISHED
2h ago
2026-08-26
RELEVANCE
AUTHOR
techNmak