LGCRCVMLMar 3, 2022

Why adversarial training can hurt robust accuracy

arXiv:2203.02006v122 citationsh-index: 17
Originality Incremental advance
AI Analysis

This reveals a counterintuitive limitation of adversarial training for robust machine learning, which is incremental as it builds on existing understanding but highlights a specific failure case.

The paper tackles the problem of adversarial training potentially harming robust accuracy, showing that while it helps with sufficient data, it can hurt robust generalization in small sample regimes, with experiments on image datasets confirming this behavior for perceptible attacks like mask attacks and object corruptions.

Machine learning classifiers with high test accuracy often perform poorly under adversarial attacks. It is commonly believed that adversarial training alleviates this issue. In this paper, we demonstrate that, surprisingly, the opposite may be true -- Even though adversarial training helps when enough data is available, it may hurt robust generalization in the small sample size regime. We first prove this phenomenon for a high-dimensional linear classification setting with noiseless observations. Our proof provides explanatory insights that may also transfer to feature learning models. Further, we observe in experiments on standard image datasets that the same behavior occurs for perceptible attacks that effectively reduce class information such as mask attacks and object corruptions.

Foundations

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

Your Notes