CVJul 17, 2018

Bridging the Accuracy Gap for 2-bit Quantized Neural Networks (QNN)

arXiv:1807.06964v182 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of high computation cost in deep learning for practitioners by enabling efficient 2-bit quantization without sacrificing accuracy, though it is incremental as it builds on existing quantization schemes.

The paper tackles the accuracy gap in 2-bit quantized neural networks by proposing PACT for activation quantization and SAWB for weight quantization, resulting in a QNN that achieves state-of-the-art classification accuracy comparable to full precision networks across various models and datasets.

Deep learning algorithms achieve high classification accuracy at the expense of significant computation cost. In order to reduce this cost, several quantization schemes have gained attention recently with some focusing on weight quantization, and others focusing on quantizing activations. This paper proposes novel techniques that target weight and activation quantizations separately resulting in an overall quantized neural network (QNN). The activation quantization technique, PArameterized Clipping acTivation (PACT), uses an activation clipping parameter $α$ that is optimized during training to find the right quantization scale. The weight quantization scheme, statistics-aware weight binning (SAWB), finds the optimal scaling factor that minimizes the quantization error based on the statistical characteristics of the distribution of weights without the need for an exhaustive search. The combination of PACT and SAWB results in a 2-bit QNN that achieves state-of-the-art classification accuracy (comparable to full precision networks) across a range of popular models and datasets.

Foundations

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

Your Notes