Scalable and Precise Patch Robustness Certification for Deep Learning Models with Top-k Predictions
Qilin Zhou, Haipeng Wang, Zhengyuan Wei, W.K. Chan

TL;DR
This paper introduces CostCert, a scalable and precise certification method for deep learning models' top-k predictions, effectively defending against adversarial patches without combinatorial complexity.
Contribution
CostCert provides a novel, scalable approach to certify the true label within top-k predictions without pairwise comparisons or combinatorial explosion, improving robustness verification.
Findings
CostCert outperforms PatchGuard in certified accuracy, retaining up to 57.3% at patch size 96.
CostCert is scalable and precise, avoiding combinatorial explosion in certification.
Experiments demonstrate significant robustness improvements over existing methods.
Abstract
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…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Fault Detection and Control Systems
