Papers
arxiv:2603.05369

Progressive Residual Warmup for Language Model Pretraining

Published on Mar 5
· Submitted by
Sky
on Mar 9
#3 Paper of the day
Authors:
Xin Xu ,
,
,
,
,

Abstract

Progressive Residual Warmup (ProRes) improves transformer language model pretraining by implementing gradual layer activation that stabilizes training and accelerates convergence.

AI-generated summary

Transformer architectures serve as the backbone for most modern Large Language Models, therefore their pretraining stability and convergence speed are of central concern. Motivated by the logical dependency of sequentially stacked layers, we propose Progressive Residual Warmup (ProRes) for language model pretraining. ProRes implements an "early layer learns first" philosophy by multiplying each layer's residual with a scalar that gradually warms up from 0 to 1, with deeper layers taking longer warmup steps. In this way, deeper layers wait for early layers to settle into a more stable regime before contributing to learning. We demonstrate the effectiveness of ProRes through pretraining experiments across various model scales, as well as normalization and initialization schemes. Comprehensive analysis shows that ProRes not only stabilizes pretraining but also introduces a unique optimization trajectory, leading to faster convergence, stronger generalization and better downstream performance. Our code is available at https://github.com/dandingsky/ProRes.

Community

Paper author Paper submitter

We show that explicitly scheduling residual contributions across depth improves Transformer optimization. Code is available at https://github.com/dandingsky/ProRes.

hot take: that simple per-layer residual scalar warmed up over training is enough to reorder optimization across depth and stabilize pretraining without exotic tricks. i kinda expected you’d need extra gymnastics, but letting shallow layers settle before deeper ones actually tracks how gradients flow in really big transformers. the breakdown on arxivlens was solid, nice quick walkthrough to sanity-check the idea: https://arxivlens.com/PaperView/Details/progressive-residual-warmup-for-language-model-pretraining-8624-0eb9f1f9

Thank you for the paper! I tried the proposed trick and it definitely improved the performance of our Protein Language Model... very simple and elegant idea!

https://github.com/peymanvahidi/nanoplm/pull/50

·

Thank you for sharing! Glad it worked on PLMs!🤗

This is an automated message from the Librarian Bot. I found the following papers similar to this paper.

The following papers were recommended by the Semantic Scholar API

Please give a thumbs up to this comment if you found it helpful!

If you want recommendations for any Paper on Hugging Face checkout this Space

You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend

Sign up or log in to comment

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2603.05369 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2603.05369 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2603.05369 in a Space README.md to link it from this page.

Collections including this paper 1