PulseAugur
EN
LIVE 05:53:20

New FP4 training method enables stable LLM training with reduced precision

Researchers have developed a novel method for training large language models (LLMs) using 4-bit floating-point precision (FP4), a significant reduction from the standard bfloat16 or FP8. This technique addresses the instability issues previously encountered with FP4 training by introducing a 2D block quantization approach that ensures consistent scaling factors between forward and backward passes, even after tensor transpositions. The method also incorporates truncation-free scaling and stochastic rounding to manage quantization errors and maintain unbiased gradients. When applied to LLMs up to 7 billion parameters and a 30 billion parameter Mixture-of-Experts model, this FP4 training achieved performance comparable to bfloat16, with less than 1.3% degradation in perplexity and downstream accuracy. AI

IMPACT Enables more efficient LLM training by reducing computational and memory requirements through lower precision.

RANK_REASON Academic paper detailing a new technical method for LLM training. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

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

New FP4 training method enables stable LLM training with reduced precision

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Mehdi Rahimifar, Amin Darabi, Mehran Taghian Jazi, Xing Huang, Yao Wang, Zhijun Tu, Yufei Cui, Yunke Peng, Hongliang Li ·

    Stable FP4 Training via Transposition-Invariant Block Quantization

    arXiv:2607.24953v1 Announce Type: cross Abstract: Reducing training precision is a key lever for improving the e ciency of large language model (LLM) training, but pushing beyond FP8 to 4-bit oating point (FP4) remains challenging due to instability during optimization. We identi…