2020

One Weight Bitwidth to Rule Them All

Chin, Ting-Wu, Chuang, Pierce I-Jen, Chandra, Vikas et al.

Understand

Weight quantization for deep ConvNets has shown promising results for applications such as image classification and semantic segmentation and is especially important for applications where memory storage is limited.

  • However, when aiming for quantization without accuracy degradation, different tasks may end up with different bitwidths.
  • This creates complexity for software and hardware support and the complexity accumulates when one considers mixed-precision quantization, in which case each layer's weights use a different bitwidth.
  • Our key insight is that optimizing for the least bitwidth subject to no accuracy degradation is not necessarily an optimal strategy.

Reading the bibliography…