PulseAugur
EN
LIVE 08:09:46

New SkewAdam optimizer slashes MoE training memory by 97%

Researchers have developed SkewAdam, a novel optimizer designed to significantly reduce memory usage during the training of Mixture-of-Experts (MoE) models. By allocating different levels of precision for optimizer state across the MoE's distinct parameter populations (backbone, experts, and router), SkewAdam drastically cuts memory requirements from 50.6 GB to 1.29 GB. This optimization allows for the training of large MoE models on standard 40 GB accelerators without compromising accuracy, as demonstrated by SkewAdam achieving better validation perplexity than AdamW, Muon, and Lion. AI

IMPACT Enables training of larger MoE models on existing hardware, potentially accelerating research and deployment.

RANK_REASON The cluster describes a new research paper detailing a novel optimization technique for training large AI models.

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New SkewAdam optimizer slashes MoE training memory by 97%

COVERAGE [2]

  1. arXiv cs.AI TIER_1 English(EN) · Nuemaan Malik ·

    Where Should Optimizer State Live? Tiered State Allocation for Memory-Efficient Mixture-of-Experts Training

    arXiv:2607.19058v1 Announce Type: cross Abstract: Optimizer state is the largest single line item in the memory budget of mixture-of-experts (MoE) training: on a 6.78B-parameter MoE language model, AdamW keeps 50.6 GB of first and second moments to update 12.6 GB of bfloat16 weig…

  2. Hugging Face Daily Papers TIER_1 English(EN) ·

    Where Should Optimizer State Live? Tiered State Allocation for Memory-Efficient Mixture-of-Experts Training

    Optimizer state is the largest single line item in the memory budget of mixture-of-experts (MoE) training: on a 6.78B-parameter MoE language model, AdamW keeps 50.6 GB of first and second moments to update 12.6 GB of bfloat16 weights. We study SkewAdam, an optimizer built on the …