Normalized Low-Rank Adaptation
LoRA is the dominant adapter method, and any improvement that has zero inference overhead is worth auditing. This paper shows measurable gains across pretraining, supervised finetuning, and RL without added parameters or latency. If you're shipping LoRA-based fine-tuning for any scale, normalizing the down-projection is a free upgrade. The implementation is trivial and the gains are real.