LGOCMLMay 22, 2019

Convergence and Margin of Adversarial Training on Separable Data

arXiv:1905.09209v116 citations
Originality Incremental advance
AI Analysis

This work provides theoretical insights into the convergence of adversarial training for robust models, addressing a specific problem in machine learning security.

The paper analyzes adversarial training on linearly separable data, showing that gradient-based update rules achieve large margin in polynomially many iterations, while arbitrary empirical risk minimizers may require exponentially many iterations.

Adversarial training is a technique for training robust machine learning models. To encourage robustness, it iteratively computes adversarial examples for the model, and then re-trains on these examples via some update rule. This work analyzes the performance of adversarial training on linearly separable data, and provides bounds on the number of iterations required for large margin. We show that when the update rule is given by an arbitrary empirical risk minimizer, adversarial training may require exponentially many iterations to obtain large margin. However, if gradient or stochastic gradient update rules are used, only polynomially many iterations are required to find a large-margin separator. By contrast, without the use of adversarial examples, gradient methods may require exponentially many iterations to achieve large margin. Our results are derived by showing that adversarial training with gradient updates minimizes a robust version of the empirical risk at a $\mathcal{O}(\ln(t)^2/t)$ rate, despite non-smoothness. We corroborate our theory empirically.

Foundations

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

Your Notes