paper-with-me

홈 › Papers

Hyperparameter Transfer Laws for Non-Recurrent Multi-Path Neural Networks

2026-02-07 · Shenxi Wu, Haosong Zhang, Xingjian Ma, Shirui Bian, Yichi Zhang, Xi Chen, Wei Lin arxiv

Deeper modern architectures are costly to train, making hyperparameter transfer preferable to expensive repeated tuning. Maximal Update Parametrization ($μ$P) helps explain why many hyperparameters transfer across width. Yet depth scaling is less understood for modern architectures, whose computation graphs contain multiple parallel paths and residual aggregation. To unify various non-recurrent multi-path neural networks such as CNNs, ResNets, and Transformers, we introduce a graph-based notion of effective depth. Under stabilizing initializations and a maximal-update criterion, we show that the optimal learning rate decays with effective depth following a universal -3/2 power law. Here, the maximal-update criterion maximizes the typical one-step representation change at initialization without causing instability, and effective depth is the minimal path length from input to output, counting layers and residual additions. Experiments across diverse architectures confirm the predicted slope and enable reliable zero-shot transfer of learning rates across depths and widths, turning depth scaling into a predictable hyperparameter-transfer problem.

📄 PDF Abstract BibTeX arXiv:2602.07494

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A comparative study of transformer models and recurrent neural networks for path-dependent composite materials

2026-02-17 · Petter Uvdal, Mohsen Mirkhalaf arxiv

Accurate modeling of Short Fiber Reinforced Composites (SFRCs) remains computationally expensive for full-field simulations. Data-driven surrogate models using Artificial Neural Networks (ANNs) have been proposed as an e…

Deriving Hyperparameter Scaling Laws via Modern Optimization Theory

2026-03-16 · Egor Shulgin, Dimitri von Rütte, Tianyue H. Zhang, Niccolò Ajroldi 외 arxiv

Hyperparameter transfer has become an important component of modern large-scale training recipes. Existing methods, such as muP, primarily focus on transfer between model sizes, with transfer across batch sizes and train…

Scaling Optimal LR Across Token Horizons

2024-09-30 · Johan Bjorck, Alon Benhaim, Vishrav Chaudhary, Furu Wei 외

State-of-the-art LLMs are powered by scaling -- scaling model size, dataset size and cluster size. It is economically infeasible to extensively tune hyperparameter for the largest runs. Instead, approximately optimal hyp…

$μ$pscaling small models: Principled warm starts and hyperparameter transfer

2026-02-11 · Yuxin Ma, Nan Chen, Mateo Díaz, Soufiane Hayou 외 arxiv

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 fr…

Recurrent networks improve neural response prediction and provide insights into underlying cortical circuits

2021-10-02 · Yimeng Zhang, Harold Rockwell, Sicheng Dai, Ge Huang 외

Feedforward CNN models have proven themselves in recent years as state-of-the-art models for predicting single-neuron responses to natural images in early visual cortical neurons. In this paper, we extend these models wi…