paper-with-me

Papers

Principled Architecture-aware Scaling of Hyperparameters

2024-02-27 · Wuyang Chen, Junru Wu, Zhangyang Wang, Boris Hanin

Training a high-quality deep neural network requires choosing suitable hyperparameters, which is a non-trivial and expensive process. Current works try to automatically optimize or design principles of hyperparameters, such that they can generalize to diverse unseen scenarios. However, most designs or optimization methods are agnostic to the choice of network structures, and thus largely ignore the impact of neural architectures on hyperparameters. In this work, we precisely characterize the dependence of initializations and maximal learning rates on the network architecture, which includes the network depth, width, convolutional kernel size, and connectivity patterns. By pursuing every parameter to be maximally updated with the same mean squared change in pre-activations, we can generalize our initialization and learning rates across MLPs (multi-layer perception) and CNNs (convolutional neural network) with sophisticated graph topologies. We verify our principles with comprehensive experiments. More importantly, our strategy further sheds light on advancing current benchmarks for architecture design. A fair comparison of AutoML algorithms requires accurate network rankings. However, we demonstrate that network rankings can be easily changed by better training networks in benchmarks with our architecture-aware learning rates and initialization.

📄 PDF Abstract BibTeX arXiv:2402.17440

Code (1)

vita-group/principled_scaling_lr_init 공식 구현 pytorch

Tasks

AutoML

Similar Papers 제목 키워드 기반

$μ$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…

Predictable Scaling Laws of Optimal Hyperparameters for LLM Continued Pre-training

2026-06-04 · Yongwei Zhou, Juncheng Diao, Junlin Shang, Peiguang Li 외 arxiv

The efficacy of continued pre-training for Large Language Models (LLMs) hinges upon hyperparameter configurations, such as learning rate and batch size. However, current practices often rely on heuristics or grid searche…

How to Scale Mixture-of-Experts: From muP to the Maximally Scale-Stable Parameterization

2026-05-13 · Leena Chennuru Vankadara, Moritz Haas, Luke Hayward, Sebastian Bordt 외 arxiv

Recent frontier large language models predominantly rely on Mixture-of-Experts (MoE) architectures. Despite empirical progress, there is still no principled understanding of how hyperparameters should scale with network …

Edge of chaos as a guiding principle for modern neural network training

2021-07-20 · Lin Zhang, Ling Feng, Kan Chen, Choy Heng Lai

The success of deep neural networks in real-world problems has prompted many attempts to explain their training dynamics and generalization performance, but more guiding principles for the training of neural networks are…

Flatter, faster: scaling momentum for optimal speedup of SGD

2022-10-28 · Aditya Cowsik, Tankut Can, Paolo Glorioso

Commonly used optimization algorithms often show a trade-off between good generalization and fast training times. For instance, stochastic gradient descent (SGD) tends to have good generalization; however, adaptive gradi…