LGMLJun 19, 2019

Convergence of Adversarial Training in Overparametrized Neural Networks

arXiv:1906.07916v2117 citations
Originality Incremental advance
AI Analysis

This provides theoretical justification for adversarial training, addressing robustness in machine learning models, though it is incremental as it builds on existing NTK analysis.

The paper tackles the problem of neural networks being vulnerable to adversarial examples by analyzing adversarial training, showing it converges to a network where the surrogate loss is within ε of the optimal robust loss, which is close to zero, thus finding a robust classifier.

Neural networks are vulnerable to adversarial examples, i.e. inputs that are imperceptibly perturbed from natural data and yet incorrectly classified by the network. Adversarial training, a heuristic form of robust optimization that alternates between minimization and maximization steps, has proven to be among the most successful methods to train networks to be robust against a pre-defined family of perturbations. This paper provides a partial answer to the success of adversarial training, by showing that it converges to a network where the surrogate loss with respect to the the attack algorithm is within $ε$ of the optimal robust loss. Then we show that the optimal robust loss is also close to zero, hence adversarial training finds a robust classifier. The analysis technique leverages recent work on the analysis of neural networks via Neural Tangent Kernel (NTK), combined with motivation from online-learning when the maximization is solved by a heuristic, and the expressiveness of the NTK kernel in the $\ell_\infty$-norm. In addition, we also prove that robust interpolation requires more model capacity, supporting the evidence that adversarial training requires wider networks.

Foundations

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

Your Notes