Regularization properties of adversarially-trained linear regression
Ant\^onio H. Ribeiro, Dave Zachariah, Francis Bach, Thomas B. Sch\"on

TL;DR
This paper analyzes how adversarial training in linear regression acts as a regularizer, revealing its equivalence to minimum-norm solutions and shrinkage methods, with implications for over- and under-parameterized models.
Contribution
It provides a theoretical comparison of adversarial training with traditional regularization methods in linear regression, highlighting its properties and regimes of equivalence.
Findings
Adversarial training yields minimum-norm interpolating solutions in overparameterized regimes.
In underparameterized regimes, adversarial training can be equivalent to ridge and Lasso regression.
Optimal adversarial radius in -infinity training does not depend on noise variance.
Abstract
State-of-the-art machine learning models can be vulnerable to very small input perturbations that are adversarially constructed. Adversarial training is an effective approach to defend against it. Formulated as a min-max problem, it searches for the best solution when the training data were corrupted by the worst-case attacks. Linear models are among the simple models where vulnerabilities can be observed and are the focus of our study. In this case, adversarial training leads to a convex optimization problem which can be formulated as the minimization of a finite sum. We provide a comparative analysis between the solution of adversarial training in linear regression and other regularization methods. Our main findings are that: (A) Adversarial training yields the minimum-norm interpolating solution in the overparameterized regime (more parameters than data), as long as the maximum…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning
MethodsFocus · Linear Regression
