LGCRJan 5, 2024

Calibration Attacks: A Comprehensive Study of Adversarial Attacks on Model Confidence

arXiv:2401.02718v33 citationsh-index: 4Has CodeTrans. Mach. Learn. Res.
Originality Highly original
AI Analysis

This study addresses a critical vulnerability in model trustworthiness for AI practitioners, as it is the first comprehensive investigation into calibration-focused attacks, highlighting their potential serious damages.

The paper tackles the problem of calibration attacks, which aim to miscalibrate model confidence without altering predicted labels, and finds that these attacks are highly effective, skewing confidence with a small number of queries while maintaining predictive performance.

In this work, we highlight and perform a comprehensive study on calibration attacks, a form of adversarial attacks that aim to trap victim models to be heavily miscalibrated without altering their predicted labels, hence endangering the trustworthiness of the models and follow-up decision making based on their confidence. We propose four typical forms of calibration attacks: underconfidence, overconfidence, maximum miscalibration, and random confidence attacks, conducted in both black-box and white-box setups. We demonstrate that the attacks are highly effective on both convolutional and attention-based models: with a small number of queries, they seriously skew confidence without changing the predictive performance. Given the potential danger, we further investigate the effectiveness of a wide range of adversarial defence and recalibration methods, including our proposed defences specifically designed for calibration attacks to mitigate the harm. From the ECE and KS scores, we observe that there are still significant limitations in handling calibration attacks. To the best of our knowledge, this is the first dedicated study that provides a comprehensive investigation on calibration-focused attacks. We hope this study helps attract more attention to these types of attacks and hence hamper their potential serious damages. To this end, this work also provides detailed analyses to understand the characteristics of the attacks. Our code is available at https://github.com/PhenetOs/CalibrationAttack

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes