LGJan 13

Universal Dynamics of Warmup Stable Decay: understanding WSD beyond Transformers

arXiv:2601.09000v15 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of understanding optimization geometry for researchers, but it is incremental as it extends existing insights without major breakthroughs.

The paper investigated whether the Warmup Stable Decay (WSD) learning rate scheduler's performance is specific to transformers by comparing it on a language model and a CNN, finding similar training dynamics and sharpness, suggesting shared geometric characteristics in loss landscapes.

The Warmup Stable Decay (WSD) learning rate scheduler has recently become popular, largely due to its good performance and flexibility when training large language models. It remains an open question whether the remarkable performance of WSD - using a decaying learning rate for only a fraction of training compared to cosine decay - is a phenomenon specific to transformer-based language models that can potentially offer new theoretical insights into their training dynamics. Inspired by the usage of learning rate schedulers as a new lens into understanding landscape geometry (e.g., river valley, connected minima, progressive sharpening), in this work we compare the WSD path of the Adam optimizer on a Pythia-like language model to that of a small CNN trained to classify CIFAR10 images. We observe most training signals, optimizer path features, and sharpness dynamics to be qualitatively similar in such architectures. This consistency points to shared geometric characteristics of the loss landscapes of old and new nonconvex problems, and hints to future research questions around the geometry of high dimensional optimization problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes