Hyperparameter Transfer Laws for Non-Recurrent Multi-Path Neural Networks
Abstract
Lay Summary
Training a deep neural network often requires many trial-and-error runs to find a good learning rate, the setting that controls how large each training step is. This becomes especially expensive when researchers make a model deeper, because a setting that works for a shallow model may not work for a deeper one. This paper studies how the learning rate should change as model depth increases. We find a simple depth-based rule that works across several common neural network designs, including models used in image recognition and modern AI systems. The rule lets researchers tune the learning rate at one depth and transfer it to another depth with much less search. Experiments show that this rule captures the main trend across different model types and datasets. The result can reduce wasted training runs, lower tuning cost, and make depth-scaling experiments more accessible.