WAGEUBN trains ResNet models on ImageNet using 8-bit integers for weights, activations, gradients, errors, batch normalization, and the Momentum optimizer, with moderate accuracy loss.
Per-Tensor Fixed-Point Quantization of the Back-Propagation Algorithm
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
The high computational and parameter complexity of neural networks makes their training very slow and difficult to deploy on energy and storage-constrained computing systems. Many network complexity reduction techniques have been proposed including fixed-point implementation. However, a systematic approach for designing full fixed-point training and inference of deep neural networks remains elusive. We describe a precision assignment methodology for neural network training in which all network parameters, i.e., activations and weights in the feedforward path, gradients and weight accumulators in the feedback path, are assigned close to minimal precision. The precision assignment is derived analytically and enables tracking the convergence behavior of the full precision training, known to converge a priori. Thus, our work leads to a systematic methodology of determining suitable precision for fixed-point training. The near optimality (minimality) of the resulting precision assignment is validated empirically for four networks on the CIFAR-10, CIFAR-100, and SVHN datasets. The complexity reduction arising from our approach is compared with other fixed-point neural network designs.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2019 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Training High-Performance and Large-Scale Deep Neural Networks with Full 8-bit Integers
WAGEUBN trains ResNet models on ImageNet using 8-bit integers for weights, activations, gradients, errors, batch normalization, and the Momentum optimizer, with moderate accuracy loss.