Constraint Guided Model Quantization of Neural Networks
Quinten Van Baelen, Peter Karsmakers

TL;DR
This paper introduces CGMQ, a novel quantization aware training method that reduces neural network complexity for edge deployment by using resource constraints without hyperparameter tuning.
Contribution
CGMQ is a new quantization method that guarantees computational resource limits without hyperparameter tuning, unlike previous approaches.
Findings
Competitive performance on MNIST and CIFAR10
Guarantees upper bound on computational complexity
Does not require hyperparameter tuning
Abstract
Deploying neural networks on the edge has become increasingly important as deep learning is being applied in an increasing amount of applications. At the edge computing hardware typically has limited resources disallowing to run neural networks with high complexity. To reduce the complexity of neural networks a wide range of quantization methods have been proposed in recent years. This work proposes Constraint Guided Model Quantization (CGMQ), which is a quantization aware training algorithm that uses an upper bound on the computational resources and reduces the bit-widths of the parameters of the neural network. CGMQ does not require the tuning of a hyperparameter to result in a mixed precision neural network that satisfies the predefined computational cost constraint, while prior work does. It is shown on MNIST and CIFAR10 that the performance of CGMQ is competitive with…
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
TopicsNeural Networks and Applications
MethodsAttentive Walk-Aggregating Graph Neural Network
