MOHAQ: Multi-Objective Hardware-Aware Quantization of Recurrent Neural Networks
Nesma M. Rezk, Tomas Nordstr\"om, Dimitrios Stathis, Zain Ul-Abdin,, Eren Erdal Aksoy, Ahmed Hemani

TL;DR
This paper introduces MOHAQ, a multi-objective hardware-aware quantization method for RNNs that optimizes for hardware efficiency and accuracy, enabling significant model compression with minimal error increase.
Contribution
The paper proposes a novel two-step search method for mixed-precision quantization that efficiently evaluates hardware-aware solutions using post-training quantization and beacon-based retraining.
Findings
SRU models can be compressed up to 8x without significant error increase.
Solutions achieve 97% speedup and 86% energy savings with minor accuracy loss.
Beacon-based search improves accuracy over inference-only search.
Abstract
The compression of deep learning models is of fundamental importance in deploying such models to edge devices. The selection of compression parameters can be automated to meet changes in the hardware platform and application using optimization algorithms. This article introduces a Multi-Objective Hardware-Aware Quantization (MOHAQ) method, which considers hardware efficiency and inference error as objectives for mixed-precision quantization. The proposed method feasibly evaluates candidate solutions in a large search space by relying on two steps. First, post-training quantization is applied for fast solution evaluation (inference-only search). Second, we propose the "beacon-based search" to retrain selected solutions only and use them as beacons to know the effect of retraining on other solutions. We use a speech recognition model based on Simple Recurrent Unit (SRU) using the TIMIT…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Neural Network Applications · Adversarial Robustness in Machine Learning
MethodsSigmoid Activation · Highway Layer · SRU
