English

Learnable Companding Quantization for Accurate Low-bit Neural Networks

Computer Vision and Pattern Recognition 2021-11-03 v1 Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2103.07156,
  title  = {Learnable Companding Quantization for Accurate Low-bit Neural Networks},
  author = {Kohei Yamamoto},
  journal= {arXiv preprint arXiv:2103.07156},
  year   = {2021}
}

Comments

Accepted at CVPR 2021

R2 v1 2026-06-24T00:03:04.820Z