MLCRLGOCOct 16, 2024

Efficient Optimization Algorithms for Linear Adversarial Training

arXiv:2410.12677v23 citationsh-index: 4AISTATS
Originality Incremental advance
AI Analysis

This work addresses scalability issues in adversarial training for linear models, making it more tractable for large-scale applications, though it is incremental as it builds on existing convex optimization frameworks.

The paper tackled the inefficiency of generic convex solvers for large-scale adversarial training of linear models by proposing tailored optimization algorithms, achieving significantly faster convergence rates for regression and classification problems.

Adversarial training can be used to learn models that are robust against perturbations. For linear models, it can be formulated as a convex optimization problem. Compared to methods proposed in the context of deep learning, leveraging the optimization structure allows significantly faster convergence rates. Still, the use of generic convex solvers can be inefficient for large-scale problems. Here, we propose tailored optimization algorithms for the adversarial training of linear models, which render large-scale regression and classification problems more tractable. For regression problems, we propose a family of solvers based on iterative ridge regression and, for classification, a family of solvers based on projected gradient descent. The methods are based on extended variable reformulations of the original problem. We illustrate their efficiency in numerical 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