paper-with-me

홈 › Papers

Toward Patch Robustness Certification and Detection for Deep Learning Systems Beyond Consistent Samples

2025-12-05 · Qilin Zhou, Zhengyuan Wei, Haipeng Wang, Zhuo Wang, W. K. Chan arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.06123

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

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

ObjectSeeker: Certifiably Robust Object Detection against Patch Hiding Attacks via Patch-agnostic Masking

2022-02-03 · Chong Xiang, Alexander Valtchanov, Saeed Mahloujifar, Prateek Mittal

Object detectors, which are widely deployed in security-critical systems such as autonomous vehicles, have been found vulnerable to patch hiding attacks. An attacker can use a single physically-realizable adversarial pat…

Autonomous VehiclesObjectobject-detectionObject Detection+1

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…

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 predicti…