Revisiting Image Classifier Training for Improved Certified Robust Defense against Adversarial Patches
Aniruddha Saha, Shuhua Yu, Arash Norouzzadeh, Wan-Yi Lin, Chaithanya, Kumar Mummadi

TL;DR
This paper improves certifiably robust image classification against adversarial patches by introducing a worst-case masking training scheme, which enhances model invariance and boosts certified accuracy across multiple datasets.
Contribution
It proposes a greedy masking strategy for training that approximates worst-case masks, leading to improved certified robustness over existing methods.
Findings
Certified robust accuracy on ImageNet increased from 58.1% to 62.3%.
Models trained with the new method outperform those trained with random masking.
The approach is effective across various datasets and architectures.
Abstract
Certifiably robust defenses against adversarial patches for image classifiers ensure correct prediction against any changes to a constrained neighborhood of pixels. PatchCleanser arXiv:2108.09135 [cs.CV], the state-of-the-art certified defense, uses a double-masking strategy for robust classification. The success of this strategy relies heavily on the model's invariance to image pixel masking. In this paper, we take a closer look at model training schemes to improve this invariance. Instead of using Random Cutout arXiv:1708.04552v2 [cs.CV] augmentations like PatchCleanser, we introduce the notion of worst-case masking, i.e., selecting masked images which maximize classification loss. However, finding worst-case masks requires an exhaustive search, which might be prohibitively expensive to do on-the-fly during training. To solve this problem, we propose a two-round greedy masking…
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 · Anomaly Detection Techniques and Applications · Bacillus and Francisella bacterial research
MethodsCutout
