LGMLOct 4, 2018

Feature Prioritization and Regularization Improve Standard Accuracy and Adversarial Robustness

arXiv:1810.02424v313 citations
AI Analysis

This work addresses the problem of balancing adversarial robustness and standard accuracy for machine learning models, offering an incremental improvement over prior adversarial training techniques.

The paper tackles the trade-off between adversarial robustness and standard accuracy in adversarial training by proposing a model with feature prioritization via a nonlinear attention module and L2 feature regularization, resulting in improved robustness and accuracy compared to existing methods.

Adversarial training has been successfully applied to build robust models at a certain cost. While the robustness of a model increases, the standard classification accuracy declines. This phenomenon is suggested to be an inherent trade-off. We propose a model that employs feature prioritization by a nonlinear attention module and $L_2$ feature regularization to improve the adversarial robustness and the standard accuracy relative to adversarial training. The attention module encourages the model to rely heavily on robust features by assigning larger weights to them while suppressing non-robust features. The regularizer encourages the model to extract similar features for the natural and adversarial images, effectively ignoring the added perturbation. In addition to evaluating the robustness of our model, we provide justification for the attention module and propose a novel experimental strategy that quantitatively demonstrates that our model is almost ideally aligned with salient data characteristics. Additional experimental results illustrate the power of our model relative to the state of the art methods.

Foundations

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

Your Notes