ICLR 2024poster26 citations
A Sublinear Adversarial Training Algorithm
Yeqi Gao, Lianke Qin, Zhao Song, Yitan Wang
Abstract
Adversarial training is a widely used strategy for making neural networks resistant to adversarial perturbations. For a neural network of width $m$, $n$ input training data in $d$ dimension, it takes $\Omega(mnd)$ time cost per training iteration for the forward and backward computation. In this paper we analyze the convergence guarantee of adversarial training procedure on a two-layer neural network with shifted ReLU activation, and shows that only $o(m)$ neurons will be activated for each input data per iteration. Furthermore, we develop an algorithm for adversarial training with time cost $o(m n d)$ per iteration by applying half-space reporting data structure.
Adversarial training
BibTeX
@inproceedings{
gao2024a,
title={A Sublinear Adversarial Training Algorithm},
author={Yeqi Gao and Lianke Qin and Zhao Song and Yitan Wang},
booktitle={The Twelfth International Conference on Learning Representations},
year={2024},
url={https://openreview.net/forum?id=N2WchST43h}
}