LGMLFeb 21, 2019

Learned Step Size Quantization

arXiv:1902.08153v30.001052 citations
AI Analysis70

This addresses the challenge of power and space efficiency for deploying deep networks in resource-constrained systems, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles the problem of maintaining high accuracy in deep networks with low-precision operations at inference time by introducing Learned Step Size Quantization, which achieves state-of-the-art accuracy on ImageNet for 2-, 3-, and 4-bit quantized models and can train 3-bit models to match full-precision baseline accuracy.

Deep networks run with low precision operations at inference time offer power and space advantages over high precision alternatives, but need to overcome the challenge of maintaining high accuracy as precision decreases. Here, we present a method for training such networks, Learned Step Size Quantization, that achieves the highest accuracy to date on the ImageNet dataset when using models, from a variety of architectures, with weights and activations quantized to 2-, 3- or 4-bits of precision, and that can train 3-bit models that reach full precision baseline accuracy. Our approach builds upon existing methods for learning weights in quantized networks by improving how the quantizer itself is configured. Specifically, we introduce a novel means to estimate and scale the task loss gradient at each weight and activation layer's quantizer step size, such that it can be learned in conjunction with other network parameters. This approach works using different levels of precision as needed for a given system and requires only a simple modification of existing training code.

Code Implementations9 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes