paper-with-me

Papers

Taming Curvature: Architecture Warm-Up for Stable Transformer Training

2026-06-15 · Sameera Ramasinghe, Ajanthan Thalaiyasingam, Hadi Mohaghegh Dolatabadi, Chamin Hewa Koneputugodage, Gil Avraham, Violetta Shevchenko, Yan Zuo, Karol Pajak, Alexander Long arxiv

Training billion-parameter Transformers is often brittle, with transient loss spikes and divergence that waste compute. Even though the recently developed Edge of Stability (EoS) theory provides a powerful tool to understand and control the stability of optimization methods via the (preconditioned) curvature, these curvature-controlling methods are not popular in large-scale Transformer training due to the complexity of curvature estimation. To this end, we first introduce a fast online estimator of the largest (preconditioned) Hessian eigenvalue (i.e., curvature) based on a warm-started variant for power iteration with Hessian-vector products. We show theoretically, and verify empirically, that the proposed method makes per-iteration curvature tracking feasible at billion parameter scale while being more accurate. Using this tool, we find that training instabilities coincide with surges in preconditioned curvature and that curvature grows with depth. Motivated by these observations, we propose architecture warm-up: progressively growing network depth to carefully control the preconditioned Hessian and stabilize training. Experiments on large Transformers validate that our approach enables efficient curvature tracking and reduces instabilities compared to existing state-of-the-art stabilization techniques without slowing down convergence.

📄 PDF Abstract BibTeX arXiv:2606.16768

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Why Do We Need Warm-up? A Theoretical Perspective

2025-10-03 · Foivos Alimisis, Rustem Islamov, Aurelien Lucchi arxiv

Learning rate warm-up -- increasing the learning rate at the beginning of training -- has become a ubiquitous heuristic in modern deep learning, yet its theoretical foundations remain poorly understood. In this work, we …

Taming Preconditioner Drift: Unlocking the Potential of Second-Order Optimizers for Federated Learning on Non-IID Data

2026-02-22 · Junkang Liu, Fanhua Shang, Hongying Liu, Jin Liu 외 arxiv

Second-order optimizers can significantly accelerate large-scale training, yet their naive federated variants are often unstable or even diverge on non-IID data. We show that a key culprit is \emph{preconditioner drift}:…

Federated Learning

Taming the Instability: A Robust Second-Order Optimizer for Federated Learning over Non-IID Data

2026-03-30 · Yuanqiao Zhang, Tiantian He, Yuan Gao, Yixin Wang 외 arxiv

In this paper, we present Federated Robust Curvature Optimization (FedRCO), a novel second-order optimization framework designed to improve convergence speed and reduce communication cost in Federated Learning systems un…

Federated Learning

On Layer Normalization in the Transformer Architecture

2020-02-12 · ICML 2020 1 · Ruibin Xiong, Yunchang Yang, Di He, Kai Zheng 외

The Transformer is widely used in natural language processing tasks. To train a Transformer however, one usually needs a carefully designed learning rate warm-up stage, which is shown to be crucial to the final performan…

AutoTrans: Automating Transformer Design via Reinforced Architecture Search

2020-09-04 · Wei Zhu, Xiaoling Wang, Xipeng Qiu, Yuan Ni 외

Though the transformer architectures have shown dominance in many natural language understanding tasks, there are still unsolved issues for the training of transformer models, especially the need for a principled way of …

Natural Language UnderstandingNavigate