CertMask: Certifiable Defense Against Adversarial Patches via Theoretically Optimal Mask Coverage
Xuntao Lyu, Ching-Chi Lin, Abdullah Al Arafat, Georg von der Br\"uggen, Jian-Jia Chen, Zhishan Guo

TL;DR
CertMask is a provably robust defense against adversarial patches that uses an efficient, theoretically grounded masking strategy to improve certified robustness with minimal computational overhead.
Contribution
We introduce CertMask, a novel certifiably robust defense that constructs a minimal set of masks with strong theoretical guarantees, outperforming prior methods in efficiency and robustness.
Findings
CertMask improves certified robust accuracy by up to +13.4% over PatchCleanser.
It maintains clean accuracy close to the original model.
CertMask reduces inference complexity from O(n^2) to O(n).
Abstract
Adversarial patch attacks inject localized perturbations into images to mislead deep vision models. These attacks can be physically deployed, posing serious risks to real-world applications. In this paper, we propose CertMask, a certifiably robust defense that constructs a provably sufficient set of binary masks to neutralize patch effects with strong theoretical guarantees. While the state-of-the-art approach (PatchCleanser) requires two rounds of masking and incurs inference cost, CertMask performs only a single round of masking with time complexity, where is the cardinality of the mask set to cover an input image. Our proposed mask set is computed using a mathematically rigorous coverage strategy that ensures each possible patch location is covered at least times, providing both efficiency and robustness. We offer a theoretical analysis of the coverage…
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
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Generative Adversarial Networks and Image Synthesis · Advanced Neural Network Applications
