New Optimizer Accelerates LLM Pretraining with Curvature-Conditioned Momentum

Shuchen Zhu, Yuxin Fang, Mingze Wang, Kun Yuan· August 31, 2026 View original

Key takeaways

  • LLM pretraining faces challenges from noisy gradients and ill-conditioned loss landscapes.
  • A new curvature-conditioned multiscale momentum method accelerates training.
  • Sphere constraints prevent parameter inflation and stabilize learning rates.
  • The method significantly outperforms existing optimizers like Muon across various LLMs.

Who benefits

AI/ML DevelopmentCloud ComputingResearch & DevelopmentSoftware Engineering

Summary

This research proposes a curvature-conditioned multiscale momentum method with sphere constraints to accelerate large language model pretraining. It addresses challenges from noise-dominant gradients and ill-conditioned loss landscapes by enhancing progress along flat directions, significantly improving upon existing adaptive optimizers like AdamW and Muon.

Pretraining large language models (LLMs) consumes a substantial portion of computational resources, yet it faces significant hurdles due to noisy gradients and highly ill-conditioned loss landscapes. While advanced adaptive optimizers such as AdamW and Muon have achieved considerable success, their gradient normalization techniques offer limited mitigation against the challenges posed by curvature. Consequently, progress along "flat directions"—eigen-directions associated with small eigenvalues—which are crucial for final loss reduction, remains relatively slow. To tackle this, researchers introduce a novel curvature-conditioned multiscale momentum method, augmented with sphere constraints, designed to provide steady acceleration during LLM pretraining. This multiscale momentum is specifically applied to flat directions, combining a slow-decay component for effective noise reduction with a fast-decay component for rapid adaptation to curvature. This synergistic approach leverages the complementary strengths of both components. A critical aspect of this method is the use of sphere constraints, which prevent parameter inflation and an overly rapid effective learning rate decay that could otherwise arise from a straightforward combination of momentum components. Extensive experiments across various LLM architectures (dense, MoE) and sizes (0.12B to 2.3B parameters) demonstrate that this proposed method significantly accelerates Muon. Theoretical analysis further validates the acceleration effect and provides insights into the design principles behind this flat-direction multiscale momentum.

Why it matters

This new optimization method can drastically reduce the computational cost and time required for LLM pretraining, making advanced AI models more accessible and efficient to develop.

How to implement this in your domain

  1. 1Evaluate this new optimizer as an alternative to AdamW or Muon for your LLM pretraining tasks.
  2. 2Experiment with integrating curvature-conditioned multiscale momentum into your custom training frameworks.
  3. 3Benchmark the performance gains and resource savings on your specific LLM architectures and datasets.
  4. 4Consult the theoretical insights to fine-tune hyperparameter settings for optimal results.

Original post by Shuchen Zhu, Yuxin Fang, Mingze Wang, Kun Yuan

"arXiv:2608.28442v1 Announce Type: new Abstract: Pretraining accounts for a large fraction of the total computational cost in LLM training. However, noise-dominant gradients and the highly ill-conditioned loss landscape bring severe challenges. Although modern adaptive optimizers…"

View on X

Originally posted by Shuchen Zhu, Yuxin Fang, Mingze Wang, Kun Yuan on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Euclidean Fourier Neural Operators Enhance Domain Transferability

This paper introduces Euclidean Fourier Neural Operators (EFNOs) as a domain-independent alternative to traditional FNOs, addressing their limitation in transferring across different periodic domains. EFNOs achieve this by parameterizing the spectral kernel as a continuous function of the physical wavevector, enabling consistent operator learning across varying domain shapes and sizes.

Nathanael Bosch, Niklas Frederik Schmitz, Michael F. HerbstAug 31, 2026
AI Engineering & DevToolsAI Research

SymboLLM-FE Boosts Feature Engineering with LLMs and Symbolic Regression

This paper introduces SymboLLM-FE, a novel approach combining symbolic regression and large language models for automated feature engineering on tabular data. It aims to generate highly interpretable and performant features while overcoming the limitations of traditional AutoFE and LLM-based methods.

Zi-Jian Cheng, Zi-Yi Jia, Zhi Zhou, Yu-Feng Li, Lan-Zhe GuoAug 31, 2026
AI ResearchAI Engineering & DevTools

OpenEuroLLM Scaling Laws: Optimizing Learning Rates and Batch Sizes

This research investigates the scaling behavior of learning rates and batch sizes in pretraining large language models, developing a model to capture their relationships and evaluating learning rate schedules. It also characterizes the dependence of loss on model capacity and dataset size, establishing a baseline for future OpenEuroLLM development.

Niccol\`o Ajroldi, Diana Alexandra Onutu, Haider Al-Tahan, J\"org Franke, Sampo Pyysalo, Jenia Jitsev, Aaron KleinAug 31, 2026