NEAILGJul 12, 2022

Adversarial Robustness Assessment of NeuroEvolution Approaches

arXiv:2207.05451v11 citationsh-index: 18
Originality Synthesis-oriented
AI Analysis

This work addresses the vulnerability of automated neural network designs to adversarial attacks, which is critical for security-sensitive applications, but it is incremental as it evaluates existing methods without proposing new solutions.

The paper assessed the adversarial robustness of two NeuroEvolution models (DENSER and NSGA-Net) on CIFAR-10, finding that most models' accuracy drops to near zero under iterative attacks, except DENSER which dropped from 93.70% to 18.10% under L2 attacks.

NeuroEvolution automates the generation of Artificial Neural Networks through the application of techniques from Evolutionary Computation. The main goal of these approaches is to build models that maximize predictive performance, sometimes with an additional objective of minimizing computational complexity. Although the evolved models achieve competitive results performance-wise, their robustness to adversarial examples, which becomes a concern in security-critical scenarios, has received limited attention. In this paper, we evaluate the adversarial robustness of models found by two prominent NeuroEvolution approaches on the CIFAR-10 image classification task: DENSER and NSGA-Net. Since the models are publicly available, we consider white-box untargeted attacks, where the perturbations are bounded by either the L2 or the Linfinity-norm. Similarly to manually-designed networks, our results show that when the evolved models are attacked with iterative methods, their accuracy usually drops to, or close to, zero under both distance metrics. The DENSER model is an exception to this trend, showing some resistance under the L2 threat model, where its accuracy only drops from 93.70% to 18.10% even with iterative attacks. Additionally, we analyzed the impact of pre-processing applied to the data before the first layer of the network. Our observations suggest that some of these techniques can exacerbate the perturbations added to the original inputs, potentially harming robustness. Thus, this choice should not be neglected when automatically designing networks for applications where adversarial attacks are prone to occur.

Foundations

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

Your Notes