English

How Low Can We Go: Trading Memory for Error in Low-Precision Training

Machine Learning 2022-03-18 v3 Artificial Intelligence

Abstract

Low-precision arithmetic trains deep learning models using less energy, less memory and less time. However, we pay a price for the savings: lower precision may yield larger round-off error and hence larger prediction error. As applications proliferate, users must choose which precision to use to train a new model, and chip manufacturers must decide which precisions to manufacture. We view these precision choices as a hyperparameter tuning problem, and borrow ideas from meta-learning to learn the tradeoff between memory and error. In this paper, we introduce Pareto Estimation to Pick the Perfect Precision (PEPPP). We use matrix factorization to find non-dominated configurations (the Pareto frontier) with a limited number of network evaluations. For any given memory budget, the precision that minimizes error is a point on this frontier. Practitioners can use the frontier to trade memory for error and choose the best precision for their goals.

Keywords

Cite

@article{arxiv.2106.09686,
  title  = {How Low Can We Go: Trading Memory for Error in Low-Precision Training},
  author = {Chengrun Yang and Ziyang Wu and Jerry Chee and Christopher De Sa and Madeleine Udell},
  journal= {arXiv preprint arXiv:2106.09686},
  year   = {2022}
}

Comments

ICLR 2022

R2 v1 2026-06-24T03:19:43.248Z