English

Mixed Precision DNNs: All you need is a good parametrization

Machine Learning 2020-05-25 v3 Computer Vision and Pattern Recognition Machine Learning

Abstract

Efficient deep neural network (DNN) inference on mobile or embedded devices typically involves quantization of the network parameters and activations. In particular, mixed precision networks achieve better performance than networks with homogeneous bitwidth for the same size constraint. Since choosing the optimal bitwidths is not straight forward, training methods, which can learn them, are desirable. Differentiable quantization with straight-through gradients allows to learn the quantizer's parameters using gradient methods. We show that a suited parametrization of the quantizer is the key to achieve a stable training and a good final performance. Specifically, we propose to parametrize the quantizer with the step size and dynamic range. The bitwidth can then be inferred from them. Other parametrizations, which explicitly use the bitwidth, consistently perform worse. We confirm our findings with experiments on CIFAR-10 and ImageNet and we obtain mixed precision DNNs with learned quantization parameters, achieving state-of-the-art performance.

Keywords

Cite

@article{arxiv.1905.11452,
  title  = {Mixed Precision DNNs: All you need is a good parametrization},
  author = {Stefan Uhlich and Lukas Mauch and Fabien Cardinaux and Kazuki Yoshiyama and Javier Alonso Garcia and Stephen Tiedemann and Thomas Kemp and Akira Nakamura},
  journal= {arXiv preprint arXiv:1905.11452},
  year   = {2020}
}

Comments

International Conference on Learning Representations (ICLR) 2020; Source code at https://github.com/sony/ai-research-code

R2 v1 2026-06-23T09:27:34.030Z