CVDec 24, 2018

Precision Highway for Ultra Low-Precision Quantization

arXiv:1812.09818v17 citations
Originality Highly original
AI Analysis

This addresses the challenge of deploying efficient neural networks on resource-constrained hardware by enabling ultra-low precision quantization with minimal accuracy loss, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles the problem of accumulated quantization error in neural network quantization, which hinders ultra-low precision (e.g., 2-3 bits), by proposing a precision highway method that maintains high-precision information flow; it achieves 3-bit quantization with no accuracy loss and 2-bit with only a 2.45% top-1 accuracy loss in ResNet-50, and outperforms existing methods in LSTM language modeling.

Neural network quantization has an inherent problem called accumulated quantization error, which is the key obstacle towards ultra-low precision, e.g., 2- or 3-bit precision. To resolve this problem, we propose precision highway, which forms an end-to-end high-precision information flow while performing the ultra low-precision computation. First, we describe how the precision highway reduce the accumulated quantization error in both convolutional and recurrent neural networks. We also provide the quantitative analysis of the benefit of precision highway and evaluate the overhead on the state-of-the-art hardware accelerator. In the experiments, our proposed method outperforms the best existing quantization methods while offering 3-bit weight/activation quantization with no accuracy loss and 2-bit quantization with a 2.45 % top-1 accuracy loss in ResNet-50. We also report that the proposed method significantly outperforms the existing method in the 2-bit quantization of an LSTM for language modeling.

Foundations

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

Your Notes