English

A Sublinear Adversarial Training Algorithm

Machine Learning 2022-08-11 v1

Abstract

Adversarial training is a widely used strategy for making neural networks resistant to adversarial perturbations. For a neural network of width mm, nn input training data in dd dimension, it takes Ω(mnd)\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)o(m) neurons will be activated for each input data per iteration. Furthermore, we develop an algorithm for adversarial training with time cost o(mnd)o(m n d) per iteration by applying half-space reporting data structure.

Keywords

Cite

@article{arxiv.2208.05395,
  title  = {A Sublinear Adversarial Training Algorithm},
  author = {Yeqi Gao and Lianke Qin and Zhao Song and Yitan Wang},
  journal= {arXiv preprint arXiv:2208.05395},
  year   = {2022}
}
R2 v1 2026-06-25T01:37:37.176Z