CVOct 14, 2016

Are Accuracy and Robustness Correlated?

arXiv:1610.04563v262 citations
AI Analysis

This work addresses the security and reliability of machine learning models for practitioners, though it is incremental as it builds on existing adversarial example research.

The paper investigates the relationship between model accuracy and robustness to adversarial examples, finding that better-performing models are less vulnerable to such attacks, with adversarial examples being mostly transferable across similar network topologies.

Machine learning models are vulnerable to adversarial examples formed by applying small carefully chosen perturbations to inputs that cause unexpected classification errors. In this paper, we perform experiments on various adversarial example generation approaches with multiple deep convolutional neural networks including Residual Networks, the best performing models on ImageNet Large-Scale Visual Recognition Challenge 2015. We compare the adversarial example generation techniques with respect to the quality of the produced images, and measure the robustness of the tested machine learning models to adversarial examples. Finally, we conduct large-scale experiments on cross-model adversarial portability. We find that adversarial examples are mostly transferable across similar network topologies, and we demonstrate that better machine learning models are less vulnerable 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