Toward Patch Robustness Certification and Detection for Deep Learning Systems Beyond Consistent Samples
Qilin Zhou , Zhengyuan Wei , Haipeng Wang , Zhuo Wang , W.K. Chan
Published on arXiv
2512.06123
Input Manipulation Attack
OWASP ML Top 10 — ML01
Key Finding
HiCert certifies significantly more benign samples (including inconsistent ones), achieves a lower false silent ratio, and higher defense success ratio against actual patch attacks compared to prior certified detection methods.
HiCert
Novel technique introduced
Patch robustness certification is an emerging kind of provable defense technique against adversarial patch attacks for deep learning systems. Certified detection ensures the detection of all patched harmful versions of certified samples, which mitigates the failures of empirical defense techniques that could (easily) be compromised. However, existing certified detection methods are ineffective in certifying samples that are misclassified or whose mutants are inconsistently pre icted to different labels. This paper proposes HiCert, a novel masking-based certified detection technique. By focusing on the problem of mutants predicted with a label different from the true label with our formal analysis, HiCert formulates a novel formal relation between harmful samples generated by identified loopholes and their benign counterparts. By checking the bound of the maximum confidence among these potentially harmful (i.e., inconsistent) mutants of each benign sample, HiCert ensures that each harmful sample either has the minimum confidence among mutants that are predicted the same as the harmful sample itself below this bound, or has at least one mutant predicted with a label different from the harmful sample itself, formulated after two novel insights. As such, HiCert systematically certifies those inconsistent samples and consistent samples to a large extent. To our knowledge, HiCert is the first work capable of providing such a comprehensive patch robustness certification for certified detection. Our experiments show the high effectiveness of HiCert with a new state-of the-art performance: It certifies significantly more benign samples, including those inconsistent and consistent, and achieves significantly higher accuracy on those samples without warnings and a significantly lower false silent ratio.
Key Contributions
- HiCert: a masking-based certified detection technique that extends coverage to previously uncertifiable 'inconsistent' samples (misclassified or with mutants inconsistently predicted across labels)
- Formal analysis establishing a relation between harmful patched samples and benign counterparts via confidence bounds on inconsistent mutants, enabling two novel detection insights
- State-of-the-art certified detection performance: certifies significantly more benign samples, achieves higher accuracy on warning-free samples, lower false silent ratio, and higher defense success ratio against actual patch attacks
🛡️ Threat Analysis
Adversarial patch attacks are the core threat model — physically realizable perturbations crafted to cause misclassification at inference time. HiCert is a certified detection defense against these attacks, providing provable guarantees that all patched harmful samples are flagged.