PDPGD: Primal-Dual Proximal Gradient Descent Adversarial Attack
Alexander Matyasko, Lap-Pui Chau

TL;DR
This paper introduces a fast, general, and accurate adversarial attack method that optimizes the original non-convex problem by simultaneously updating primal and dual variables, outperforming existing attacks across multiple datasets and norms.
Contribution
It proposes a novel primal-dual proximal gradient descent attack that effectively solves the original constrained minimisation problem for various norms, improving adversarial attack performance.
Findings
Outperforms state-of-the-art attacks on MNIST, CIFAR-10, and Restricted ImageNet.
Effective against both unregularised and adversarially trained models.
Applicable to multiple norm constraints including $l_{ extinfty}$, $l_2$, $l_1$, and $l_0$.
Abstract
State-of-the-art deep neural networks are sensitive to small input perturbations. Since the discovery of this intriguing vulnerability, many defence methods have been proposed that attempt to improve robustness to adversarial noise. Fast and accurate attacks are required to compare various defence methods. However, evaluating adversarial robustness has proven to be extremely challenging. Existing norm minimisation adversarial attacks require thousands of iterations (e.g. Carlini & Wagner attack), are limited to the specific norms (e.g. Fast Adaptive Boundary), or produce sub-optimal results (e.g. Brendel & Bethge attack). On the other hand, PGD attack, which is fast, general and accurate, ignores the norm minimisation penalty and solves a simpler perturbation-constrained problem. In this work, we introduce a fast, general and accurate adversarial attack that optimises the original…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
