Weight Decay may matter more than muP for Learning Rate Transfer in Practice
Atli Kosson, Jeremy Welborn, Yang Liu, Martin Jaggi, Xi Chen
TL;DR
This work challenges the view that Maximal Update Parameterization (muP) LR scaling alone enables reliable learning rate transfer across model widths. By developing a relative-update framework with update alignment and weight alignment measures, it shows independent weight decay ultimately overrides muP's scaling and stabilizes cross-width feature learning, explaining practical LR transfer in large-scale training. Importantly, the observed benefits of muP largely arise from an implicit warmup effect, which can be replicated with stronger explicit warmup schedules, suggesting practical alternatives to muP for robust transfer. The findings have implications for hyperparameter transfer in practice and point toward matrix-level optimizers as a promising avenue for further research.
Abstract
Transferring the optimal learning rate from small to large neural networks can enable efficient training at scales where hyperparameter tuning is otherwise prohibitively expensive. To this end, the Maximal Update Parameterization (muP) proposes a learning rate scaling designed to keep the update dynamics of internal representations stable across different model widths. However, the scaling rules of muP rely on strong assumptions, particularly about the geometric alignment of a layer's inputs with both its weights and gradient updates. In this large-scale empirical investigation, we show that these assumptions hold only briefly at the start of training in the practical setups where learning rate transfer is most valuable, such as LLM training. For the remainder of training it is weight decay rather than muP that correctly stabilizes the update dynamics of internal representations across widths, facilitating learning rate transfer. This suggests muP's scaling primarily acts as a form of implicit learning rate warmup, allowing us to largely replace it with modified warmup schedules. Together these findings fundamentally challenge prevailing beliefs about learning rate transfer and can explain empirical practice such as why muP requires the independent weight decay variant for successful transfer.
