1: \begin{abstract}
2: Evaluating adversarial robustness amounts to finding the minimum perturbation needed to have an input sample misclassified.
3: The inherent complexity of the underlying optimization requires current gradient-based attacks to be carefully tuned, initialized, and possibly executed for many computationally-demanding iterations, even if specialized to a given perturbation model.
4: In this work, we overcome these limitations by proposing a fast minimum-norm (\epsPGD) attack that works with different $\ell_p$-norm perturbation models ($p=0, 1, 2, \infty$), is robust to hyperparameter choices, does not require adversarial starting points, and converges within few lightweight steps.
5: It works by iteratively finding the sample misclassified with maximum confidence within an $\ell_p$-norm constraint of size $\epsilon$, while adapting $\epsilon$ to minimize the distance of the current sample to the decision boundary.
6: Extensive experiments show that \epsPGD significantly outperforms existing attacks in terms of convergence speed and computation time, while reporting comparable or even smaller perturbation sizes.
7: \end{abstract}
8: