paper-with-me

홈 › Papers

Spectral Condition for $μ$P under Width-Depth Scaling

2026-02-28 · Chenyu Zheng, Rongzhen Wang, Xinyu Zhang, Chongxuan Li arxiv

Generative foundation models are increasingly scaled in both width and depth, posing significant challenges for stable feature learning and reliable hyperparameter (HP) transfer across model sizes. While maximal update parameterization ($μ$P) has provided a principled solution to both problems for width scaling, existing extensions to the joint width-depth scaling regime remain fragmented, architecture- and optimizer-specific, and often rely on technically involved theories. In this work, we develop a simple and unified spectral framework for $μ$P under joint width-depth scaling. For deep residual networks whose residual blocks contain $k$ transformations, the framework specifies how the norms of weights and their per-step updates should scale with width and depth. It reveals a fundamental transition from $k=1$ to $k\geq 2$, unifying previously disparate $μ$P formulations and identifying the $k\geq 2$ case as more appropriate for practical architectures with multi-transformation branches such as Transformers. Building on this framework, we derive a general recipe for implementing $μ$P across a broad class of optimizers by mapping spectral constraints to concrete HP parameterizations, recovering existing results and extending them to additional optimizers. Finally, experiments on GPT-2 style language models show that the $μ$P formulation derived from the $k\geq 2$ case achieves stable feature learning and robust HP transfer under width-depth scaling, whereas standard parameterization and $μ$P in the $k=1$ case often fail to do so. These results support the practical effectiveness of the proposed spectral framework.

📄 PDF Abstract BibTeX arXiv:2603.00541

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Spectral Condition for Feature Learning

2023-10-26 · Greg Yang, James B. Simon, Jeremy Bernstein

The push to train ever larger neural networks has motivated the study of initialization and training at large network width. A key challenge is to scale training so that a network's internal representations evolve nontri…

All

Hyperparameter Transfer Enables Consistent Gains of Matrix-Preconditioned Optimizers Across Scales

2025-12-05 · Shikai Qiu, Zixi Chen, Hoang Phan, Qi Lei 외 arxiv

Several recently introduced deep learning optimizers utilizing matrix-level preconditioning have shown promising speedups relative to the current dominant optimizer AdamW, particularly in relatively small-scale experimen…

Towards a Principled Muon under $μ\mathsf{P}$: Ensuring Spectral Conditions throughout Training

2026-01-04 · John Zhao arxiv

The $μ$-parameterization ($μ$P) provides a principled foundation for large language model (LLM) training by prescribing width-independent learning dynamics, which in turn enables predictable scaling behavior and robust h…

Extending $μ$P: Spectral Conditions for Feature Learning Across Optimizers

2026-02-24 · Akshita Gupta, Marieme Ngom, Sam Foreman, Venkatram Vishwanath arxiv

Several variations of adaptive first-order and second-order optimization methods have been proposed to accelerate and scale the training of large language models. The performance of these optimization routines is highly …

Zero-Shot Learning

The Depth Delusion: Why Transformers Should Be Wider, Not Deeper

2026-01-28 · Md Muhtasim Munif Fahim, Md Rezaul Karim arxiv

Neural scaling laws describe how language model loss decreases with parameters and data, but treat architecture as interchangeable--a billion parameters could arise from a shallow-wide model (10 layers & 8,192 hidden dim…