paper-with-me

Papers

GradPower: Powering Gradients for Faster Language Model Pre-Training

2025-05-30 · Mingze Wang, Jinbo Wang, JiaQi Zhang, Wei Wang, Peng Pei, Xunliang Cai, Weinan E, Lei Wu

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$, and then feeds the transformed gradient into a base optimizer. Notably, GradPower requires only a single-line code change and no modifications to the base optimizer's internal logic, including the hyperparameters. When applied to Adam (termed AdamPower), GradPower consistently achieves lower terminal loss across diverse architectures (LLaMA, Qwen2MoE), parameter scales (66M to 2B), datasets (C4, OpenWebText), and learning-rate schedules (cosine, warmup-stable-decay). The most pronounced gains are observed when training modern mixture-of-experts models with warmup-stable-decay schedules. GradPower also integrates seamlessly with other state-of-the-art optimizers, such as Muon, yielding further improvements. Finally, we provide theoretical analyses that reveal the underlying mechanism of GradPower and highlights the influence of gradient noise.

📄 PDF Abstract BibTeX arXiv:2505.24275

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMixture-of-Experts

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

TeZO: Empowering the Low-Rankness on the Temporal Dimension in the Zeroth-Order Optimization for Fine-tuning LLMs

2025-01-31 · Yan Sun, Tiansheng Huang, Liang Ding, Li Shen 외

Zeroth-order optimization (ZO) has demonstrated remarkable promise in efficient fine-tuning tasks for Large Language Models (LLMs). In particular, recent advances incorporate the low-rankness of gradients, introducing lo…

GPU

The AdEMAMix Optimizer: Better, Faster, Older

2024-09-05 · Matteo Pagliardini, Pierre Ablin, David Grangier

Momentum based optimizers are central to a wide range of machine learning applications. These typically rely on an Exponential Moving Average (EMA) of gradients, which decays exponentially the present contribution of old…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling

Empowering Convolutional Neural Nets with MetaSin Activation

2023-09-21 · NeurIPS 2023 11

ReLU networks have remained the default choice for models in the area of image prediction despite their well-established spectral bias towards learning low frequencies faster, and consequently their difficulty of reprodu…

Dialogue Shaping: Empowering Agents through NPC Interaction

2023-07-28 · Wei Zhou, Xiangyu Peng, Mark Riedl

One major challenge in reinforcement learning (RL) is the large amount of steps for the RL agent needs to converge in the training process and learn the optimal policy, especially in text-based game environments where th…

Knowledge Graphsreinforcement-learningReinforcement Learning (RL)

Structurally Sparsified Backward Propagation for Faster Long Short-Term Memory Training

2018-06-01 · Maohua Zhu, Jason Clemons, Jeff Pool, Minsoo Rhu 외

Exploiting sparsity enables hardware systems to run neural networks faster and more energy-efficiently. However, most prior sparsity-centric optimization techniques only accelerate the forward pass of neural networks and…