English

Training with Fewer Bits: Unlocking Edge LLMs Training with Stochastic Rounding

Machine Learning 2025-11-04 v1 Numerical Analysis Numerical Analysis

Abstract

LLM training is resource-intensive. Quantized training improves computational and memory efficiency but introduces quantization noise, which can hinder convergence and degrade model accuracy. Stochastic Rounding (SR) has emerged as a theoretically attractive alternative to deterministic rounding, offering unbiased gradient estimates. However, its interaction with other training factors -- especially batch size -- remains under explored. In this paper, we present a theoretical and empirical study of mini-batch stochastic gradient descent (SGD) with SR, showing that increased batch sizes can compensate for reduced precision during back-propagation. Furthermore, we show that quantizing weights and activations impacts gradient variance in distinct ways. Our experiments validate these theoretical insights.

Keywords

Cite

@article{arxiv.2511.00874,
  title  = {Training with Fewer Bits: Unlocking Edge LLMs Training with Stochastic Rounding},
  author = {Taowen Liu and Marta Andronic and Deniz Gündüz and George A. Constantinides},
  journal= {arXiv preprint arXiv:2511.00874},
  year   = {2025}
}
R2 v1 2026-07-01T07:17:58.403Z