2018

Fast Adjustable Threshold For Uniform Neural Network Quantization (Winning solution of LPIRC-II)

Goncharenko, Alexander, Denisov, Andrey, Alyamkin, Sergey et al.

Understand

Neural network quantization procedure is the necessary step for porting of neural networks to mobile devices.

  • Quantization allows accelerating the inference, reducing memory consumption and model size.
  • It can be performed without fine-tuning using calibration procedure (calculation of parameters necessary for quantization), or it is possible to train the network with quantization from scratch.
  • Training with quantization from scratch on the labeled data is rather long and resource-consuming procedure.

Reading the bibliography…