An Underexplored Dilemma between Confidence and Calibration in Quantized Neural Networks
Guoxuan Xia, Sangwon Ha, Tiago Azevedo, Partha Maji

TL;DR
This paper investigates the relationship between confidence calibration and robustness to quantization in CNNs, revealing a trade-off where overconfidence can improve quantization robustness but worsen calibration.
Contribution
It uncovers the underexplored dilemma between confidence calibration and quantization robustness in CNNs, supported by empirical analysis on CIFAR-100 and ImageNet.
Findings
Overconfidence can enhance robustness to quantization.
Low confidence predictions are more likely to change after quantization.
High confidence predictions tend to be more accurate and stable.
Abstract
Modern convolutional neural networks (CNNs) are known to be overconfident in terms of their calibration on unseen input data. That is to say, they are more confident than they are accurate. This is undesirable if the probabilities predicted are to be used for downstream decision making. When considering accuracy, CNNs are also surprisingly robust to compression techniques, such as quantization, which aim to reduce computational and memory costs. We show that this robustness can be partially explained by the calibration behavior of modern CNNs, and may be improved with overconfidence. This is due to an intuitive result: low confidence predictions are more likely to change post-quantization, whilst being less accurate. High confidence predictions will be more accurate, but more difficult to change. Thus, a minimal drop in post-quantization accuracy is incurred. This presents a potential…
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 · Advanced Neural Network Applications · Explainable Artificial Intelligence (XAI)
