SPARKLING: Balancing Signal Preservation and Symmetry Breaking for Width-Progressive Learning
Qifan Yu, Xinyu Ma, Zhijian Zhuo, Minrui Wang, Deyi Liu, Shiyi Zhan, Yiyuan Ma, Liang Xiang, Xingyan Bin, Di He
TL;DR
Progressive Learning can dramatically reduce pre-training cost by gradually expanding model width, but mid-stage width growth faces instability from activation statistics shifts and gradient symmetry. SPARKLING introduces a dual-pronged framework: RMS-scale consistency to preserve activation statistics during expansion, and asymmetric optimization interventions (optimizer-state resets and learning-rate re-warmups) to break gradient symmetry when copy-based expansion is used. Across MoE-based transformers and multiple width axes, SPARKLING consistently outperforms training from scratch while reducing compute by up to 35% at 2× width and delivering strong downstream performance. This work enables practical mid-stage width growth, with potential extensions to joint width-depth expansion and μP-style hyperparameter transfer.
Abstract
Progressive Learning (PL) reduces pre-training computational overhead by gradually increasing model scale. While prior work has extensively explored depth expansion, width expansion remains significantly understudied, with the few existing methods limited to the early stages of training. However, expanding width during the mid-stage is essential for maximizing computational savings, yet it remains a formidable challenge due to severe training instabilities. Empirically, we show that naive initialization at this stage disrupts activation statistics, triggering loss spikes, while copy-based initialization introduces gradient symmetry that hinders feature diversity. To address these issues, we propose SPARKLING (balancing {S}ignal {P}reservation {A}nd symmet{R}y brea{K}ing for width-progressive {L}earn{ING}), a novel framework for mid-stage width expansion. Our method achieves signal preservation via RMS-scale consistency, stabilizing activation statistics during expansion. Symmetry breaking is ensured through asymmetric optimizer state resetting and learning rate re-warmup. Extensive experiments on Mixture-of-Experts (MoE) models demonstrate that, across multiple width axes and optimizer families, SPARKLING consistently outperforms training from scratch and reduces training cost by up to 35% under $2\times$ width expansion.
