paper-with-me

Papers

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

2024-01-05 · Stephen Obadinma, Xiaodan Zhu, Hongyu Guo

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

📄 PDF Abstract BibTeX arXiv:2401.02718

Code (1)

phenetos/calibrationattack 공식 구현 pytorch

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Uncertainty Quantification for Collaborative Object Detection Under Adversarial Attacks

2025-02-04 · Huiqun Huang, Cong Chen, Jean-Philippe Monteuuis, Jonathan Petit 외

Collaborative Object Detection (COD) and collaborative perception can integrate data or features from various entities, and improve object detection accuracy compared with individual perception. However, adversarial atta…

Adversarial RobustnessAutonomous DrivingAutonomous VehiclesConformal Prediction+4

Towards Certification of Uncertainty Calibration under Adversarial Attacks

2024-05-22 · Cornelius Emde, Francesco Pinto, Thomas Lukasiewicz, Philip H. S. Torr 외

Since neural classifiers are known to be sensitive to adversarial perturbations that alter their accuracy, \textit{certification methods} have been developed to provide provable guarantees on the insensitivity of their p…

Ensuring Calibration Robustness in Split Conformal Prediction Under Adversarial Attacks

2025-11-23 · Xunlei Qian, Yue Xing arxiv

Conformal prediction (CP) provides distribution-free, finite-sample coverage guarantees but critically relies on exchangeability, a condition often violated under distribution shift. We study the robustness of split conf…

Towards Robust Rain Removal Against Adversarial Attacks: A Comprehensive Benchmark Analysis and Beyond

2022-03-31 · CVPR 2022 1 · Yi Yu, Wenhan Yang, Yap-Peng Tan, Alex C. Kot

Rain removal aims to remove rain streaks from images/videos and reduce the disruptive effects caused by rain. It not only enhances image/video visibility but also allows many computer vision algorithms to function proper…

Rain Removal

Delving into Decision-based Black-box Attacks on Semantic Segmentation

2024-02-02 · Zhaoyu Chen, Zhengyang Shan, Jingwen Chang, Kaixun Jiang 외

Semantic segmentation is a fundamental visual task that finds extensive deployment in applications with security-sensitive considerations. Nonetheless, recent work illustrates the adversarial vulnerability of semantic se…

Adversarial RobustnessSegmentationSemantic Segmentation