LGCRCVJun 18, 2021

Indicators of Attack Failure: Debugging and Improving Optimization of Adversarial Examples

arXiv:2106.09947v337 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of systematically evaluating machine learning model robustness to adversarial examples, which is incremental but provides practical tools for researchers and practitioners.

The paper tackles the problem of unreliable adversarial robustness evaluations by categorizing attack failures and proposing six novel indicators to automatically detect them, with experiments on over 15 models across three domains showing these indicators can debug and improve evaluations.

Evaluating robustness of machine-learning models to adversarial examples is a challenging problem. Many defenses have been shown to provide a false sense of robustness by causing gradient-based attacks to fail, and they have been broken under more rigorous evaluations. Although guidelines and best practices have been suggested to improve current adversarial robustness evaluations, the lack of automatic testing and debugging tools makes it difficult to apply these recommendations in a systematic manner. In this work, we overcome these limitations by: (i) categorizing attack failures based on how they affect the optimization of gradient-based attacks, while also unveiling two novel failures affecting many popular attack implementations and past evaluations; (ii) proposing six novel indicators of failure, to automatically detect the presence of such failures in the attack optimization process; and (iii) suggesting a systematic protocol to apply the corresponding fixes. Our extensive experimental analysis, involving more than 15 models in 3 distinct application domains, shows that our indicators of failure can be used to debug and improve current adversarial robustness evaluations, thereby providing a first concrete step towards automatizing and systematizing them. Our open-source code is available at: https://github.com/pralab/IndicatorsOfAttackFailure.

Code Implementations2 repos
Foundations

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

Your Notes