paper-with-me

홈 › Papers

Depthwise Hyperparameter Transfer in Residual Networks: Dynamics and Scaling Limit

2023-09-28 · Blake Bordelon, Lorenzo Noci, Mufan Bill Li, Boris Hanin, Cengiz Pehlevan

The cost of hyperparameter tuning in deep learning has been rising with model sizes, prompting practitioners to find new tuning methods using a proxy of smaller networks. One such proposal uses $\mu$P parameterized networks, where the optimal hyperparameters for small width networks transfer to networks with arbitrarily large width. However, in this scheme, hyperparameters do not transfer across depths. As a remedy, we study residual networks with a residual branch scale of $1/\sqrt{\text{depth}}$ in combination with the $\mu$P parameterization. We provide experiments demonstrating that residual architectures including convolutional ResNets and Vision Transformers trained with this parameterization exhibit transfer of optimal hyperparameters across width and depth on CIFAR-10 and ImageNet. Furthermore, our empirical findings are supported and motivated by theory. Using recent developments in the dynamical mean field theory (DMFT) description of neural network learning dynamics, we show that this parameterization of ResNets admits a well-defined feature learning joint infinite-width and infinite-depth limit and show convergence of finite-size network dynamics towards this limit.

📄 PDF Abstract BibTeX arXiv:2309.16620

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tensor Programs VI: Feature Learning in Infinite-Depth Neural Networks

2023-10-03 · Greg Yang, Dingli Yu, Chen Zhu, Soufiane Hayou

By classifying infinite-width neural networks and identifying the *optimal* limit, Tensor Programs IV and V demonstrated a universal way, called $\mu$P, for *widthwise hyperparameter transfer*, i.e., predicting optimal h…

Diversity

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

2026-02-07 · Shenxi Wu, Haosong Zhang, Xingjian Ma, Shirui Bian 외 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.…

Completed Hyperparameter Transfer across Modules, Width, Depth, Batch and Duration

2025-12-26 · Bruno Mlodozeniec, Pierre Ablin, Louis Béthune, Dan Busbridge 외 arxiv

Hyperparameter tuning can dramatically impact training stability and final performance of large-scale models. Recent works on neural network parameterisations, such as $μ$P, have enabled transfer of optimal global hyperp…

MLPs at the EOC: Dynamics of Feature Learning

2025-02-18 · Dávid Terjék

Since infinitely wide neural networks in the kernel regime are random feature models, the success of contemporary deep learning lies in the rich regime, where a satisfying theory should explain not only the convergence o…

Complete-muE: Optimal Hyperparameter Transfer and Scaling for MoE Models

2026-05-22 · Hongwu Peng, Ohiremen Dibua, Yuanjun Xiong, Yifan Gong 외 arxiv

We propose Complete-muE, a framework which targets hyperparameter transfer across dense FFN and any Mixture-of-Experts (MoE) setups in transformer blocks. Existing tools such as $μ$P (requires fixed architectue) or SDE (…