paper-with-me

Papers

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 their strict bars at the classifier or patch region levels. This paper proposes MajorCert. MajorCert firstly finds all possible label sets manipulatable by the same patch region on the same sample across the underlying classifiers, then enumerates their combinations element-wise, and finally checks whether the majority invariant of all these combinations is intact to certify samples.

📄 PDF Abstract BibTeX arXiv:2308.00452

Code (1)

kio-cs/majorcert 공식 구현 pytorch

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

Efficient Preimage Approximation for Neural Network Certification

2025-05-28 · Anton Björklund, Mykola Zaitsev, Marta Kwiatkowska

The growing reliance on artificial intelligence in safety- and security-critical applications demands effective neural network certification. A challenging real-world use case is certification against ``patch attacks'', …

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

2025-12-05 · Qilin Zhou, Zhengyuan Wei, Haipeng Wang, Zhuo Wang 외 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 c…

PatchCensor: Patch Robustness Certification for Transformers via Exhaustive Testing

2021-11-19 · Yuheng Huang, Lei Ma, Yuanchun Li

Vision Transformer (ViT) is known to be highly nonlinear like other classical neural networks and could be easily fooled by both natural and adversarial patch perturbations. This limitation could pose a threat to the dep…