GradPower: Powering Gradients for Faster Language Model Pre-Training
- lab CatalyzeX
- lab DagsHub
- lab Gotit.pub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
A team of researchers has introduced GradPower, a lightweight gradient-transformation technique that accelerates language model pre-training by applying an elementwise sign-power transformation to the gradient vector, requiring only a single-line code change and no alterations to the base optimizer's hyperparameters [1]. The method, detailed in a paper submitted to ICLR 2026, transforms a raw gradient vector by raising its absolute values to a fixed power while preserving the original sign, then feeds the result into a standard optimizer [2][4]. When integrated with AdamW, the resulting optimizer—termed AdamWPower—consistently achieves lower terminal loss across a range of architectures, including LLaMA and Qwen2MoE, at parameter scales from 66 million to 2 billion [1][5]. The authors tested the technique on the C4 and OpenWebText corpora under both cosine-decay and warmup-stable-decay learning-rate schedules, with the most significant performance gains appearing in modern mixture-of-experts models using warmup-stable-decay schedules [1][5]. The approach also integrates with other optimizers. The paper reports that combining GradPower with Muon yields further improvements, demonstrating compatibility beyond the Adam family [1][3]. The technique operates on the gradient before it reaches the optimizer, a design that leaves the optimizer's internal logic untouched. This contrasts with normalization methods commonly used in deep learning, which typically rescale activations or input data to stabilize training and reduce sensitivity to feature scales [7]. The submission history shows the paper was first posted on 30 May 2025, with revisions on 2 April 2026, 20 May 2026, and a final version on 13 June 2026 [1]. The authors—Mingze Wang, Jinbo Wang, Jiaqi Zhang, Wei Wang, Peng Pei, Xunliang Cai, Weinan E, and Lei Wu—provide theoretical analyses that examine the influence of gradient noise on the transformation's mechanism [3][4]. The work was submitted under the primary area of optimization to the ICLR 2026 conference [4].
research-paperbenchmark
Background sources we checked (10)
- arxiv.org ↗ We propose GradPower, a lightweight gradient-transformation technique for accelerating language model pre-training. Given a gradient vector $g=(g_i)_i$, GradPower first applies the elementwise sign-power transformation: $\varphi_p(g)=({\rm sign}(g_i)|g_i|^p)_{i}$ for a fixed $p>0…
- arxiv.org ↗ [2505.24275] GradPower: Powering Gradients for Faster Language Model Pre-Training ... # Title:GradPower: Powering Gradients for Faster Language Model Pre-Training ... Authors: Mingze Wang, Jinbo Wang, Jiaqi Zhang, Wei Wang, Peng Pei, Xunliang Cai, Weinan E, Lei Wu ... > Abstract:…
- openreview.net ↗ GradPower: Powering Gradients for Faster Language Model Pre-Training | OpenReview ## GradPower: Powering Gradients for Faster Language Model Pre-Training ### Mingze Wang, Jinbo Wang, Jiaqi Zhang, Peng Pei, Wei Wang, Xunliang Cai, Weinan E, Lei Wu Submitted to ICLR 2026Everyone…
- arxiv.org ↗ We propose GradPower, a lightweight gradient-transformation technique for accelerating language model pre-training. Given a gradient vector $\bm{g}=(g_{i})_{i}$ , GradPower first applies the elementwise sign-power transformation $\varphi_{p}(\bm{g})=\left(\operatorname{sign}(g_{i…
- en.wikipedia.org ↗ Federated learning (also known as collaborative learning) is a machine learning technique in a setting where multiple entities (often called clients) collaboratively train a model while keeping their data decentralized, rather than centrally stored. A defining characteristic of f…
- en.wikipedia.org ↗ In machine learning, normalization is a statistical technique with various applications. There are two main forms of normalization, namely data normalization and activation normalization. Data normalization (or feature scaling) includes methods that rescale input data so that the…
- en.wikipedia.org ↗ James Arthur Lovell Jr. ( LUV-əl; March 25, 1928 – August 7, 2025) was an American astronaut, naval aviator, test pilot, and mechanical engineer. In 1968, as command module pilot of Apollo 8, he, along with Frank Borman and William Anders, became one of the first three astronaut…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
- arxiv.org ↗ With the creation of new datasets, the question arises of whether the data in them is complementary to other datasets for training ML models (see recent reviews for a perspective of catalysts informatics22, 23, 24). This is especially important when consolidating data with a vari…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) ... DagsHub Toggle ... DagsHub (What is DagsHub?)…
Sources covering this (2)
- export.arxiv.org — GradPower: Powering Gradients for Faster Language Model Pre-Training ↗
- export.arxiv.org — Data Augmentations for Data-Constrained Language Model Pretraining · Global