2020

Efficient Bitwidth Search for Practical Mixed Precision Neural Network

Li, Yuhang, Wang, Wei, Bai, Haoli et al.

Understand

Network quantization has rapidly become one of the most widely used methods to compress and accelerate deep neural networks.

  • Recent efforts propose to quantize weights and activations from different layers with different precision to improve the overall performance.
  • However, it is challenging to find the optimal bitwidth (i.e., precision) for weights and activations of each layer efficiently.
  • Meanwhile, it is yet unclear how to perform convolution for weights and activations of different precision efficiently on generic hardware platforms.

Reading the bibliography…