LGFeb 27, 2025

Stochastic Rounding for LLM Training: Theory and Practice

arXiv:2502.20566v15 citationsh-index: 5AISTATS
Originality Incremental advance
AI Analysis

This work addresses the critical need for faster and more memory-efficient training of LLMs, offering a practical improvement over existing methods.

The paper tackles the problem of efficient training for large language models by using stochastic rounding to reduce numerical errors in low-precision representation, achieving up to 1.54x higher throughput, 30% less memory usage, and better validation perplexity compared to existing mixed precision strategies.

As the parameters of Large Language Models (LLMs) have scaled to hundreds of billions, the demand for efficient training methods -- balancing faster computation and reduced memory usage without sacrificing accuracy -- has become more critical than ever. In recent years, various mixed precision strategies, which involve different precision levels for optimization components, have been proposed to increase training speed with minimal accuracy degradation. However, these strategies often require manual adjustments and lack theoretical justification. In this work, we leverage stochastic rounding (SR) to address numerical errors of training with low-precision representation. We provide theoretical analyses of implicit regularization and convergence under the Adam optimizer when SR is utilized. With the insights from these analyses, we extend previous BF16 + SR strategy to be used in distributed settings, enhancing the stability and performance for large scale training. Empirical results from pre-training models with up to 6.7B parameters, for the first time, demonstrate that our BF16 with SR strategy outperforms (BF16, FP32) mixed precision strategies, achieving better validation perplexity, up to $1.54\times$ higher throughput, and $30\%$ less memory usage.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes