Pith. sign in

Scalable Methods for 8-bit Training of Neural Networks

1 Pith paper cite this work, alongside 129 external citations. Polarity classification is still indexing.

1 Pith paper citing it
129 external citations · Pith
abstract

Quantized Neural Networks (QNNs) are often used to improve network efficiency during the inference phase, i.e. after the network has been trained. Extensive research in the field suggests many different quantization schemes. Still, the number of bits required, as well as the best quantization scheme, are yet unknown. Our theoretical analysis suggests that most of the training process is robust to substantial precision reduction, and points to only a few specific operations that require higher precision. Armed with this knowledge, we quantize the model parameters, activations and layer gradients to 8-bit, leaving at a higher precision only the final step in the computation of the weight gradients. Additionally, as QNNs require batch-normalization to be trained at high precision, we introduce Range Batch-Normalization (BN) which has significantly higher tolerance to quantization noise and improved computational complexity. Our simulations show that Range BN is equivalent to the traditional batch norm if a precise scale adjustment, which can be approximated analytically, is applied. To the best of the authors' knowledge, this work is the first to quantize the weights, activations, as well as a substantial volume of the gradients stream, in all layers (including batch normalization) to 8-bit while showing state-of-the-art results over the ImageNet-1K dataset.

fields

cs.NE 1

years

2025 1

verdicts

CONDITIONAL 1

representative citing papers

citing papers explorer

Showing 1 of 1 citing paper.

  • Full Integer Arithmetic Online Training for Spiking Neural Networks cs.NE · 2025-09-08 · conditional · none · ref 20 · internal anchor

    An integer-only, online training algorithm for spiking neural networks uses mixed-precision shadow weights and bit-shift operations to match full-precision accuracy with over 60% lower memory usage.