paper-with-me

홈 › Papers

Normalized Low-Rank Adaptation

2026-08-31 · Jiale Kang, Ziyin Yue, Zheng Zhan, Yangyi Huang, Weiyang Liu hf

While low-rank adaptation (LoRA) is widely used for parameter-efficient model adaptation, how to regularize its training dynamics for stable and effective optimization remains underexplored. Because LoRA initializes the up-projection to zero, its early optimization dynamics are largely governed by the down-projection. Building on this observation, we introduce Normalized Low-Rank Adaptation (NoRA), a simple yet effective method that normalizes the down-projection matrices during training. We further show that the same normalization can be applied only at initialization, improving standard LoRA without requiring repeated normalization throughout training. Across pretraining, supervised finetuning, and reinforcement learning, NoRA consistently accelerates convergence, improves performance and training stability, and mitigates catastrophic forgetting. These benefits require neither additional trainable parameters nor inference-time computation, making NoRA a simple and broadly applicable enhancement to LoRA.

📄 PDF Abstract BibTeX arXiv:2608.31036

Code (3)

Joluck/NoRA ★ 19
Nhckdvrl/interesting
Valiant-Cat/hfpaper

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

TriAdaptLoRA: Brain-Inspired Triangular Adaptive Low-Rank Adaptation for Parameter-Efficient Fine-Tuning

2025-01-14 · Yao Liang, Yuwei Wang, Yi Zeng

The fine-tuning of Large Language Models (LLMs) is pivotal for achieving optimal performance across diverse downstream tasks. However, while full fine-tuning delivers superior results, it entails significant computationa…

Natural Language Understandingparameter-efficient fine-tuning

PETRA: Transforming Web Text for Petroleum-Engineering Domain Adaptation

2026-06-23 · Kirill Dubovikov, Omar El Mansouri, Hachem Madmoun, Yanda Li 외 arxiv

Petroleum-engineering search exposes a supervision gap for strong general retrievers: relevant evidence exists in public web text, but domain relevance labels are scarce. To address this gap, we propose PETRA, a large-sc…

Domain Adaptation

Geo-LoRA: Geometry-Aware Subspace Evolution for Low-Rank Adaptation in Continual Learning

2026-08-27 · Yibo Feng arxiv

Rehearsal-free class-incremental learning (CIL) with LoRA adapters remains challenging because the low-rank subspaces updated across tasks evolve without geometric control, causing unstable shared representations and rep…

class-incremental learningContinual Learning

Adaptive Shared Experts with LoRA-Based Mixture of Experts for Multi-Task Learning

2025-10-01 · Minghao Yang, Ren Togo, Guang Li, Takahiro Ogawa 외 arxiv

Mixture-of-Experts (MoE) has emerged as a powerful framework for multi-task learning (MTL). However, existing MoE-MTL methods often rely on single-task pretrained backbones and suffer from redundant adaptation and ineffi…

Multi-Task Learning

Improved theoretical guarantee for rank aggregation via spectral method

2023-09-07 · Ziliang Samuel Zhong, Shuyang Ling

Given pairwise comparisons between multiple items, how to rank them so that the ranking matches the observations? This problem, known as rank aggregation, has found many applications in sports, recommendation systems, an…

Recommendation Systems