paper-with-me

Papers

Scalable and Precise Patch Robustness Certification for Deep Learning Models with Top-k Predictions

2025-07-31 · Qilin Zhou, Haipeng Wang, Zhengyuan Wei, W. K. Chan arxiv

Patch robustness certification is an emerging verification approach for defending against adversarial patch attacks with provable guarantees for deep learning systems. Certified recovery techniques guarantee the prediction of the sole true label of a certified sample. However, existing techniques, if applicable to top-k predictions, commonly conduct pairwise comparisons on those votes between labels, failing to certify the sole true label within the top k prediction labels precisely due to the inflation on the number of votes controlled by the attacker (i.e., attack budget); yet enumerating all combinations of vote allocation suffers from the combinatorial explosion problem. We propose CostCert, a novel, scalable, and precise voting-based certified recovery defender. CostCert verifies the true label of a sample within the top k predictions without pairwise comparisons and combinatorial explosion through a novel design: whether the attack budget on the sample is infeasible to cover the smallest total additional votes on top of the votes uncontrollable by the attacker to exclude the true labels from the top k prediction labels. Experiments show that CostCert significantly outperforms the current state-of-the-art defender PatchGuard, such as retaining up to 57.3% in certified accuracy when the patch size is 96, whereas PatchGuard has already dropped to zero.

📄 PDF Abstract BibTeX arXiv:2507.23335

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Precise and Generalized Robustness Certification for Neural Networks

2023-06-11 · Yuanyuan Yuan, Shuai Wang, Zhendong Su

The objective of neural network (NN) robustness certification is to determine if a NN changes its predictions when mutations are made to its inputs. While most certification research studies pixel-level or a few geometri…

Autonomous DrivingStyle Transfer

Robustness Certification with Refinement

2019-05-01 · ICLR 2019 5 · Gagandeep Singh, Timon Gehr, Markus Püschel, Martin Vechev

We present a novel approach for verification of neural networks which combines scalable over-approximation methods with precise (mixed integer) linear programming. This results in significantly better precision than stat…

CrossCert: A Cross-Checking Detection Approach to Patch Robustness Certification for Deep Learning Models

2024-05-13 · Qilin Zhou, Zhengyuan Wei, Haipeng Wang, Bo Jiang 외

Patch robustness certification is an emerging kind of defense technique against adversarial patch attacks with provable guarantees. There are two research lines: certified recovery and certified detection. They aim to la…

A Majority Invariant Approach to Patch Robustness Certification for Deep Learning Models

2023-08-01 · Qilin Zhou, Zhengyuan Wei, Haipeng Wang, W. K. Chan

Patch robustness certification ensures no patch within a given bound on a sample can manipulate a deep learning model to predict a different label. However, existing techniques cannot certify samples that cannot meet the…

Efficient Certified Defenses Against Patch Attacks on Image Classifiers

2021-02-08 · ICLR 2021 1 · Jan Hendrik Metzen, Maksym Yatsura

Adversarial patches pose a realistic threat model for physical world attacks on autonomous systems via their perception component. Autonomous systems in safety-critical domains such as automated driving should thus conta…

GPU