TensorX
返回文献探索

Paper · arXiv 2306.11987

Training Transformers with 4-bit Integers

Haocheng Xi, Changhao Li, Jianfei Chen, Jun Zhu

23 upvotesJune 21, 2023arXiv 预印本
AI 摘要

A novel method for training transformers with 4-bit quantization achieves competitive accuracy and accelerates training on current GPUs.

activation quantizationweight quantizationgradient quantizationINT4 arithmeticHadamard quantizerbit splittingscore samplingstructural sparsitynatural language understandingmachine translationimage classificationFP16 counterparts

Abstract

Quantizing the activation, weight, and gradient to 4-bit is promising to accelerate neural network training. However, existing 4-bit training methods require custom numerical formats which are not supported by contemporary hardware. In this work, we propose a training method for transformers with all matrix multiplications implemented with the INT4 arithmetic. Training with an ultra-low INT4 precision is challenging. To achieve this, we carefully analyze the specific structures of activation and gradients in transformers to propose dedicated quantizers for them. For forward propagation, we identify the challenge of outliers and propose a Hadamard quantizer to suppress the outliers. For backpropagation, we leverage the structural sparsity of gradients by proposing bit splitting and leverage score sampling techniques to quantize gradients accurately. Our algorithm achieves competitive accuracy on a wide range of tasks including natural language understanding, machine translation, and image classification. Unlike previous 4-bit training methods, our algorithm can be implemented on the current generation of GPUs. Our prototypical linear operator implementation is up to 2.2 times faster than the FP16 counterparts and speeds up the training by up to 35.1%.

北京市昌平区探索星信息技术及软件开发工作室

京ICP备2026059466号
Training Transformers with 4-bit Integers | TensorX