CVLGMar 12, 2021

Learnable Companding Quantization for Accurate Low-bit Neural Networks

arXiv:2103.07156v186 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of deploying accurate low-bit models on resource-constrained devices, representing an incremental improvement in quantization techniques.

The paper tackles the problem of accuracy degradation in extremely low-bit neural network quantization by proposing learnable companding quantization (LCQ), a non-uniform method for 2-, 3-, and 4-bit models, which achieves a top-1 accuracy of 75.1% for 2-bit ResNet-50 on ImageNet, reducing the gap to full-precision models to 1.7%.

Quantizing deep neural networks is an effective method for reducing memory consumption and improving inference speed, and is thus useful for implementation in resource-constrained devices. However, it is still hard for extremely low-bit models to achieve accuracy comparable with that of full-precision models. To address this issue, we propose learnable companding quantization (LCQ) as a novel non-uniform quantization method for 2-, 3-, and 4-bit models. LCQ jointly optimizes model weights and learnable companding functions that can flexibly and non-uniformly control the quantization levels of weights and activations. We also present a new weight normalization technique that allows more stable training for quantization. Experimental results show that LCQ outperforms conventional state-of-the-art methods and narrows the gap between quantized and full-precision models for image classification and object detection tasks. Notably, the 2-bit ResNet-50 model on ImageNet achieves top-1 accuracy of 75.1% and reduces the gap to 1.7%, allowing LCQ to further exploit the potential of non-uniform quantization.

Foundations

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

Your Notes