Precision-Induced Miscalibration: Understanding and Correcting Confidence Distortion in Quantized Neural Networks
Abstract
Lay Summary
Modern AI models often run on "low-precision" math, which saves energy and memory and makes them much faster. But we found a hidden cost: low precision quietly makes a model too sure of its answers. The model still picks the right answer, but it reports a confidence value that is too high. This matters when AI is used in cars, hospitals, or banks, where trusting a wrong "I am sure" can be dangerous. We traced this problem to a simple cause in the hardware math, and because we understand the cause, we can predict which answers are at risk and gently fix them. Our method, called PACS, does this in a few tiny steps, with no extra training data and almost no extra time. As a result, the model's confidence becomes much more honest, while its accuracy stays the same.