# Low-bit Quantization of Neural Networks for Efficient Inference

**Authors:** Yoni Choukroun, Eli Kravchik, Fan Yang, Pavel Kisilev

arXiv: 1902.06822 · 2019-03-26

## TL;DR

This paper introduces a method for low-bit neural network quantization that maintains high accuracy without retraining, enabling efficient inference on resource-constrained hardware.

## Contribution

It formalizes low-bit quantization as an MMSE problem, optimizing layer-wise quantization and hardware-aware partitioning to achieve INT4 quantization with minimal accuracy loss.

## Key findings

- Achieves INT4 quantization for pretrained models.
- Maintains high accuracy with minimal loss.
- Outperforms existing quantization methods.

## Abstract

Recent machine learning methods use increasingly large deep neural networks to achieve state of the art results in various tasks. The gains in performance come at the cost of a substantial increase in computation and storage requirements. This makes real-time implementations on limited resources hardware a challenging task. One popular approach to address this challenge is to perform low-bit precision computations via neural network quantization. However, aggressive quantization generally entails a severe penalty in terms of accuracy, and often requires retraining of the network, or resorting to higher bit precision quantization. In this paper, we formalize the linear quantization task as a Minimum Mean Squared Error (MMSE) problem for both weights and activations, allowing low-bit precision inference without the need for full network retraining. The main contributions of our approach are the optimizations of the constrained MSE problem at each layer of the network, the hardware aware partitioning of the network parameters, and the use of multiple low precision quantized tensors for poorly approximated layers. The proposed approach allows 4 bits integer (INT4) quantization for deployment of pretrained models on limited hardware resources. Multiple experiments on various network architectures show that the suggested method yields state of the art results with minimal loss of tasks accuracy.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.06822/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1902.06822/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1902.06822/full.md

---
Source: https://tomesphere.com/paper/1902.06822