SOTAVerified

HMQ: Hardware Friendly Mixed Precision Quantization Block for CNNs

2020-07-20ECCV 2020Code Available1· sign in to hype

Hai Victor Habi, Roy H. Jennings, Arnon Netzer

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent work in network quantization produced state-of-the-art results using mixed precision quantization. An imperative requirement for many efficient edge device hardware implementations is that their quantizers are uniform and with power-of-two thresholds. In this work, we introduce the Hardware Friendly Mixed Precision Quantization Block (HMQ) in order to meet this requirement. The HMQ is a mixed precision quantization block that repurposes the Gumbel-Softmax estimator into a smooth estimator of a pair of quantization parameters, namely, bit-width and threshold. HMQs use this to search over a finite space of quantization schemes. Empirically, we apply HMQs to quantize classification models trained on CIFAR10 and ImageNet. For ImageNet, we quantize four different architectures and show that, in spite of the added restrictions to our quantization scheme, we achieve competitive and, in some cases, state-of-the-art results.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNetEfficientNet-B0-W8A8Top-1 Accuracy (%)76.4Unverified
ImageNetEfficientNet-B0-W4A4Top-1 Accuracy (%)76Unverified
ImageNetResNet50-W3A4Top-1 Accuracy (%)75.45Unverified
ImageNetMobileNetV2Top-1 Accuracy (%)70.9Unverified

Reproductions