Smoothed Inference for Adversarially-Trained Models
Yaniv Nemcovsky, Evgenii Zheltonozhskii, Chaim Baskin, Brian Chmiel,, Maxim Fishman, Alex M. Bronstein, Avi Mendelson

TL;DR
This paper explores the use of randomized smoothing to enhance adversarial robustness and overall accuracy of neural networks, demonstrating significant improvements against various attacks on CIFAR datasets.
Contribution
The study introduces a novel application of randomized smoothing that boosts both unperturbed accuracy and adversarial robustness, especially when combined with existing defenses.
Findings
Achieves 60.4% accuracy under PGD attack on CIFAR-10 with ResNet-20
Outperforms previous methods by 11.7% in robustness metrics
Effective against both white-box and black-box adversarial attacks
Abstract
Deep neural networks are known to be vulnerable to adversarial attacks. Current methods of defense from such attacks are based on either implicit or explicit regularization, e.g., adversarial training. Randomized smoothing, the averaging of the classifier outputs over a random distribution centered in the sample, has been shown to guarantee the performance of a classifier subject to bounded perturbations of the input. In this work, we study the application of randomized smoothing as a way to improve performance on unperturbed data as well as to increase robustness to adversarial attacks. The proposed technique can be applied on top of any existing adversarial defense, but works particularly well with the randomized approaches. We examine its performance on common white-box (PGD) and black-box (transfer and NAttack) attacks on CIFAR-10 and CIFAR-100, substantially outperforming previous…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning · Anomaly Detection Techniques and Applications
MethodsRandomized Smoothing
