arXiv:2505.01043cs.LGcs.AI2025-05TPAMI被引 14

系统梳理大模型低精度训练方法与挑战,助力高效训练。

Low-Precision Training of Large Language Models: Methods, Challenges, and Opportunities

  • 按数值格式分为定点、浮点和自定义三类,统一研究框架。
  • 揭示低精度下模型鲁棒性与部署可靠性问题,提出改进方向。
  • 适合关注大模型训练效率与硬件适配的研究者参考。

大语言模型在多个领域表现卓越,但其训练所需大量硬件资源成为效率与可扩展性的主要障碍。为缓解此问题,低精度训练技术被广泛采用,显著提升了训练效率。然而,权重、激活值和梯度等组件可采用不同数值格式,导致研究碎片化,难以形成统一认知。本文对现有低精度训练方法进行全面综述,基于底层数值格式将其分为三类:(1)定点与整数方法,(2)浮点方法,(3)自定义格式方法。同时讨论量化感知训练,其前向传播与低精度训练具相似性。除效率外,还分析低精度下的鲁棒性与部署可靠性。最后,提出若干有前景的研究方向。文中涉及论文汇总于 https://github.com/Hao840/Awesome-Low-Precision-Training。

原文摘要 · Abstract (English)

Large language models (LLMs) have achieved impressive performance across various domains. However, the substantial hardware resources required for their training present a significant barrier to efficiency and scalability. To mitigate this challenge, low-precision training techniques have been widely adopted, leading to notable advancements in training efficiency. Despite these gains, low-precision training involves several components, such as weights, activations, and gradients, each of which can be represented in different numerical formats. The resulting diversity has created a fragmented landscape in low-precision training research, making it difficult for researchers to gain a unified overview of the field. This survey provides a comprehensive review of existing low-precision training methods. To systematically organize these approaches, we categorize them into three primary groups based on their underlying numerical formats, which is a key factor influencing hardware compatibility, computational efficiency, and ease of reference for readers. The categories are (1) fixed-point and integer-based methods, (2) floating-point-based methods, and (3) customized format-based methods. Additionally, we discuss quantization-aware training approaches, which share key similarities with low-precision training during forward propagation. Beyond efficiency, we examine robustness and deployment reliability under low precision. Finally, we highlight several promising research directions to advance this field. A collection of papers discussed in this survey is provided in https://github.com/Hao840/Awesome-Low-Precision-Training.

大模型低精度训练量化效率优化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。