LGMLMay 12, 2020

Evaluating Ensemble Robustness Against Adversarial Attacks

arXiv:2005.05750v14 citations
Originality Incremental advance
AI Analysis

This addresses security concerns for machine learning systems by improving robustness against black-box adversarial attacks, though it is incremental as it builds on existing ensemble methods.

The paper tackled the problem of adversarial example transferability between models in an ensemble by introducing a gradient-based measure to analyze and minimize it, and demonstrated that using this measure during training can increase ensemble robustness.

Adversarial examples, which are slightly perturbed inputs generated with the aim of fooling a neural network, are known to transfer between models; adversaries which are effective on one model will often fool another. This concept of transferability poses grave security concerns as it leads to the possibility of attacking models in a black box setting, during which the internal parameters of the target model are unknown. In this paper, we seek to analyze and minimize the transferability of adversaries between models within an ensemble. To this end, we introduce a gradient based measure of how effectively an ensemble's constituent models collaborate to reduce the space of adversarial examples targeting the ensemble itself. Furthermore, we demonstrate that this measure can be utilized during training as to increase an ensemble's robustness to adversarial examples.

Foundations

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

Your Notes