LGCROct 14, 2021

DI-AA: An Interpretable White-box Attack for Fooling Deep Neural Networks

arXiv:2110.07305v143 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more interpretable and effective adversarial attacks in machine learning security, offering incremental improvements over existing methods.

The paper tackles the problem of white-box adversarial attacks lacking interpretability by proposing DI-AA, an interpretable attack method that uses deep Taylor decomposition and Lagrangian optimization to reduce perturbation; results show it achieves low perturbation comparable to AutoAttack, breaks TRADES models with the highest success rate, and reduces robust black-box model accuracy by 16% to 31% in transfer attacks.

White-box Adversarial Example (AE) attacks towards Deep Neural Networks (DNNs) have a more powerful destructive capacity than black-box AE attacks in the fields of AE strategies. However, almost all the white-box approaches lack interpretation from the point of view of DNNs. That is, adversaries did not investigate the attacks from the perspective of interpretable features, and few of these approaches considered what features the DNN actually learns. In this paper, we propose an interpretable white-box AE attack approach, DI-AA, which explores the application of the interpretable approach of the deep Taylor decomposition in the selection of the most contributing features and adopts the Lagrangian relaxation optimization of the logit output and L_p norm to further decrease the perturbation. We compare DI-AA with six baseline attacks (including the state-of-the-art attack AutoAttack) on three datasets. Experimental results reveal that our proposed approach can 1) attack non-robust models with comparatively low perturbation, where the perturbation is closer to or lower than the AutoAttack approach; 2) break the TRADES adversarial training models with the highest success rate; 3) the generated AE can reduce the robust accuracy of the robust black-box models by 16% to 31% in the black-box transfer attack.

Foundations

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

Your Notes