2021

Post-Training Sparsity-Aware Quantization

Shomron, Gil, Gabbay, Freddy, Kurzum, Samer et al.

Understand

Quantization is a technique used in deep neural networks (DNNs) to increase execution performance and hardware efficiency.

  • Uniform post-training quantization (PTQ) methods are common, since they can be implemented efficiently in hardware and do not require extensive hardware resources or a training set.
  • Mapping FP32 models to INT8 using uniform PTQ yields models with negligible accuracy degradation; however, reducing precision below 8 bits with PTQ is challenging, as accuracy degradation becomes noticeable, due to the increase in quantization noise.
  • In this paper, we propose a sparsity-aware quantization (SPARQ) method, in which the unstructured and dynamic activation sparsity is leveraged in different representation granularities.

Reading the bibliography…