← Search

Atli Kosson

7 accepted papers

2026

Weight Decay may matter more than µP for Learning Rate Transfer in Practice

ICLR 2026poster

Transferring the optimal learning rate from small to large neural networks can enable efficient training at scales where hyperparameter tuning is otherwise prohibitively expensive. To this end, the Maximal Update Parameterization (µP) proposes a learning rate scaling designed to keep the update dyna…

Cited by 0SourcecodeScholar
2024

Analyzing & Reducing the Need for Learning Rate Warmup in GPT Training

NeurIPS 2024poster

Learning Rate Warmup is a popular heuristic for training neural networks, especially at larger batch sizes, despite limited understanding of its benefits. Warmup decreases the update size $\Delta \mathbf{w}_t = \eta_t \mathbf{u}_t$ early in training by using lower values for the learning rate $\eta_…

Cited by 3SourcePDFScholar
2024

Rotational Equilibrium: How Weight Decay Balances Learning Across Neural Networks

ICML 2024poster

This study investigates how weight decay affects the update behavior of individual neurons in deep neural networks through a combination of applied analysis and experimentation. Weight decay can cause the expected magnitude and angular updates of a neuron's weight vector to converge to a steady stat…

Cited by 10SourcePDFScholar
2024

Scaling Laws and Compute-Optimal Training Beyond Fixed Training Durations

NeurIPS 2024spotlight

Scale has become a main ingredient in obtaining strong machine learning models. As a result, understanding a model's scaling properties is key to effectively designing both the right training setup as well as future generations of architectures. In this work, we argue that scale and training researc…

2019

Online Normalization for Training Neural Networks

NeurIPS 2019poster

Online Normalization is a new technique for normalizing the hidden activations of a neural network. Like Batch Normalization, it normalizes the sample dimension. While Online Normalization does not use batches, it is as accurate as Batch Normalization. We resolve a theoretical limitation of Batch No…