Certified Robustness to Adversarial Examples with Differential Privacy
Mathias Lecuyer, Vaggelis Atlidakis, Roxana Geambasu, Daniel Hsu, Suman Jana
TL;DR
This work establishes a formal connection between differential privacy and robustness to norm-bounded adversarial perturbations, and leverages it to build PixelDP, a scalable certified defense. PixelDP introduces a calibrated DP noise layer to make the network's output distribution $(b5,b4)$-PixelDP, enabling exact robustness certificates for predictions against $p$-norm attacks via an expected-output stability bound. The authors demonstrate the approach on large-scale models and datasets, including Inception-v3 on ImageNet, using an autoencoder-based deployment to avoid retraining the full network, and report meaningful certified robustness alongside competitive accuracy under attack when compared to state-of-the-art defenses. The results highlight DP's post-processing flexibility and the practical potential of certified defenses for real-world, large-scale vision systems, while outlining trade-offs between noise level, certified accuracy, and computational overhead.
Abstract
Adversarial examples that fool machine learning models, particularly deep neural networks, have been a topic of intense research interest, with attacks and defenses being developed in a tight back-and-forth. Most past defenses are best effort and have been shown to be vulnerable to sophisticated attacks. Recently a set of certified defenses have been introduced, which provide guarantees of robustness to norm-bounded attacks, but they either do not scale to large datasets or are limited in the types of models they can support. This paper presents the first certified defense that both scales to large networks and datasets (such as Google's Inception network for ImageNet) and applies broadly to arbitrary model types. Our defense, called PixelDP, is based on a novel connection between robustness against adversarial examples and differential privacy, a cryptographically-inspired formalism, that provides a rigorous, generic, and flexible foundation for defense.
