2020

ZeroQ: A Novel Zero Shot Quantization Framework

Cai, Yaohui, Yao, Zhewei, Dong, Zhen et al.

Understand

Quantization is a promising approach for reducing the inference time and memory footprint of neural networks.

  • However, most existing quantization methods require access to the original training dataset for retraining during quantization.
  • This is often not possible for applications with sensitive or proprietary data, e.g., due to privacy and security concerns.
  • Existing zero-shot quantization methods use different heuristics to address this, but they result in poor performance, especially when quantizing to ultra-low precision.

Reading the bibliography…