Characterizing and Understanding the Behavior of Quantized Models for Reliable Deployment
Qiang Hu, Yuejun Guo, Maxime Cordy, Xiaofei Xie, Wei Ma, Mike, Papadakis, Yves Le Traon

TL;DR
This paper provides a comprehensive analysis of quantized deep neural networks, revealing how distribution shifts affect their reliability and proposing insights into their behavior across various datasets and architectures.
Contribution
It offers a detailed characterization of quantized model behaviors under distribution shifts and introduces a new benchmark for future research.
Findings
Distribution shifts increase disagreements in quantized models.
Quantization-aware training improves model stability.
Margin is a better indicator for disagreements than other metrics.
Abstract
Deep Neural Networks (DNNs) have gained considerable attention in the past decades due to their astounding performance in different applications, such as natural language modeling, self-driving assistance, and source code understanding. With rapid exploration, more and more complex DNN architectures have been proposed along with huge pre-trained model parameters. The common way to use such DNN models in user-friendly devices (e.g., mobile phones) is to perform model compression before deployment. However, recent research has demonstrated that model compression, e.g., model quantization, yields accuracy degradation as well as outputs disagreements when tested on unseen data. Since the unseen data always include distribution shifts and often appear in the wild, the quality and reliability of quantized models are not ensured. In this paper, we conduct a comprehensive study to characterize…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · COVID-19 diagnosis using AI
MethodsMixup
