MLLGDec 4, 2018

Adversarial Example Decomposition

arXiv:1812.01198v2
Originality Incremental advance
AI Analysis

This provides a theoretical framework for analyzing adversarial vulnerabilities in deep learning, which is incremental but clarifies a known bottleneck in adversarial machine learning.

The paper tackles the problem of understanding why adversarial examples transfer across deep neural networks by decomposing them into architecture-dependent, data-dependent, and noise-dependent components, showing that these components behave as expected (e.g., noise components transfer poorly) and can be recombined to improve transferability.

Research has shown that widely used deep neural networks are vulnerable to carefully crafted adversarial perturbations. Moreover, these adversarial perturbations often transfer across models. We hypothesize that adversarial weakness is composed of three sources of bias: architecture, dataset, and random initialization. We show that one can decompose adversarial examples into an architecture-dependent component, data-dependent component, and noise-dependent component and that these components behave intuitively. For example, noise-dependent components transfer poorly to all other models, while architecture-dependent components transfer better to retrained models with the same architecture. In addition, we demonstrate that these components can be recombined to improve transferability without sacrificing efficacy on the original model.

Foundations

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

Your Notes