Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
We address the problem of stably and efficiently training a deep neural network robust to adversarial perturbations bounded by an norm. We demonstrate that achieving robustness against -bounded perturbations is more challenging than in the or cases, because adversarial training against -bounded perturbations is more likely to suffer from catastrophic overfitting and yield training instabilities. Our analysis links these issues to the coordinate descent strategy used in existing methods. We address this by introducing Fast-EG-, an efficient adversarial training algorithm based on Euclidean geometry and free of coordinate descent. Fast-EG- comes with no additional memory costs and no extra hyper-parameters to tune. Our experimental results on various datasets demonstrate that Fast-EG- yields the best and most stable robustness against -bounded adversarial attacks among the methods of comparable computational complexity. Code and the checkpoints are available at https://github.com/IVRL/FastAdvL.