LGCRCVMLFeb 22, 2019

On the Sensitivity of Adversarial Robustness to Input Data Distributions

arXiv:1902.08336v166 citations
Originality Incremental advance
AI Analysis

This reveals a counter-intuitive sensitivity in adversarial robustness evaluation, which is important for researchers and practitioners in machine learning security, though it is incremental as it builds on existing robust training methods.

The paper demonstrates that adversarial robustness, unlike clean accuracy, is sensitive to input data distribution, showing that semantics-preserving transformations can cause significantly different robustness in adversarially trained models, with empirical evidence from MNIST and CIFAR10 variants.

Neural networks are vulnerable to small adversarial perturbations. Existing literature largely focused on understanding and mitigating the vulnerability of learned models. In this paper, we demonstrate an intriguing phenomenon about the most popular robust training method in the literature, adversarial training: Adversarial robustness, unlike clean accuracy, is sensitive to the input data distribution. Even a semantics-preserving transformations on the input data distribution can cause a significantly different robustness for the adversarial trained model that is both trained and evaluated on the new distribution. Our discovery of such sensitivity on data distribution is based on a study which disentangles the behaviors of clean accuracy and robust accuracy of the Bayes classifier. Empirical investigations further confirm our finding. We construct semantically-identical variants for MNIST and CIFAR10 respectively, and show that standardly trained models achieve comparable clean accuracies on them, but adversarially trained models achieve significantly different robustness accuracies. This counter-intuitive phenomenon indicates that input data distribution alone can affect the adversarial robustness of trained neural networks, not necessarily the tasks themselves. Lastly, we discuss the practical implications on evaluating adversarial robustness, and make initial attempts to understand this complex phenomenon.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes