PulseAugur
EN
LIVE 09:42:42

M+Adam optimizer improves low-precision LLM training

Researchers have introduced M+Adam, a novel optimization method designed to improve the accuracy of training large language models with low-precision weights. Standard optimizers can struggle with low precision, leading to stalled progress, especially at large weight magnitudes. M+Adam addresses this by combining both additive and multiplicative update types, leveraging their complementary strengths to ensure consistent progress across various weight magnitudes and sign changes. Experiments with LLaMA-style models and different precision levels, including BF16, FP8, and FP4, demonstrate that M+Adam consistently enhances low-precision training outcomes. AI

IMPACT M+Adam could enable more efficient training of large models by reducing the precision requirements, potentially lowering computational costs and hardware demands.

RANK_REASON The cluster contains a research paper detailing a new optimization method for training machine learning models. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

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

M+Adam optimizer improves low-precision LLM training

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Xiaoyuan Liang, Sebastian Loeschcke, Mads Toftrup, Anima Anandkumar ·

    M+Adam: Low-Precision Training via Additive-Multiplicative Optimization

    arXiv:2607.10611v1 Announce Type: new Abstract: Training with quantized weights can reduce costs but often results in degraded accuracy, especially when optimization is carried out in low precision, without storing high-precision copies. We identify a key failure mode: under low …