🛰️ Daily AI Frontier
‹ back to 2026-09-01

Normalized Low-Rank Adaptation

arXiv cs.LG LLMs & Foundation Models Jiale Kang, Ziyin Yue, Zheng Zhan, Yangyi Huang, Weiyang Liu 2026-08-31

TL;DR - Normalized Low-Rank Adaptation (NoRA) normalizes LoRA’s down-projection matrices to stabilize optimization. It reportedly improves convergence, performance, and retention without adding parameters or inference-time computation.

  • Targets LoRA’s early training dynamics, which are dominated by the down-projection because the up-projection is initialized to zero.
  • Supports either continuous normalization during training or a one-time normalization at initialization.
  • Shows consistent benefits across pretraining, supervised fine-tuning, and reinforcement learning.
  • Mitigates catastrophic forgetting while preserving LoRA’s parameter and inference efficiency.

view merged work →