$μ$pscaling small models: Principled warm starts and hyperparameter transfer
Yuxin Ma, Nan Chen, Mateo Díaz, Soufiane Hayou, Dmitriy Kunisky, Soledad Villar
TL;DR
This work tackles efficient multi-size model deployment by principled width upscaling, enabling warm-starts for larger models while preserving training dynamics. It builds a theory of static and dynamic equivalence across widths within a unified Tensor Program/Ne$\otimes$or$\top$ framework and links widening to $\mu$P, yielding a practical upscaling algorithm that injects width-aware noise and enables near-zero-shot hyperparameter transfer. By analyzing the infinite-width limit with Tensor Programs, the authors characterize how upscaled training behaves and how hyperparameters transfer across widths. Empirically, they show faster convergence and competitive performance across MLPs, ResNets, and GPT-2, while also highlighting architecture-dependent limitations and the need for careful noise and hyperparameter tuning during upscaling.
Abstract
Modern large-scale neural networks are often trained and released in multiple sizes to accommodate diverse inference budgets. To improve efficiency, recent work has explored model upscaling: initializing larger models from trained smaller ones in order to transfer knowledge and accelerate convergence. However, this method can be sensitive to hyperparameters that need to be tuned at the target upscaled model size, which is prohibitively costly to do directly. It remains unclear whether the most common workaround -- tuning on smaller models and extrapolating via hyperparameter scaling laws -- is still sound when using upscaling. We address this with principled approaches to upscaling with respect to model widths and efficiently tuning hyperparameters in this setting. First, motivated by $μ$P and any-dimensional architectures, we introduce a general upscaling method applicable to a broad range of architectures and optimizers, backed by theory guaranteeing that models are equivalent to their widened versions and allowing for rigorous analysis of infinite-width limits. Second, we extend the theory of $μ$Transfer to a hyperparameter transfer technique for models upscaled using our method and empirically demonstrate that this method is effective on realistic datasets and architectures.
