paper-with-me

홈 › Papers

Stronger and Faster Wasserstein Adversarial Attacks

2020-08-06 · ICML 2020 1 · Kaiwen Wu, Allen Houze Wang, Yao-Liang Yu

Deep models, while being extremely flexible and accurate, are surprisingly vulnerable to "small, imperceptible" perturbations known as adversarial attacks. While the majority of existing attacks focus on measuring perturbations under the $\ell_p$ metric, Wasserstein distance, which takes geometry in pixel space into account, has long been known to be a suitable metric for measuring image quality and has recently risen as a compelling alternative to the $\ell_p$ metric in adversarial attacks. However, constructing an effective attack under the Wasserstein metric is computationally much more challenging and calls for better optimization algorithms. We address this gap in two ways: (a) we develop an exact yet efficient projection operator to enable a stronger projected gradient attack; (b) we show that the Frank-Wolfe method equipped with a suitable linear minimization oracle works extremely fast under Wasserstein constraints. Our algorithms not only converge faster but also generate much stronger attacks. For instance, we decrease the accuracy of a residual network on CIFAR-10 to $3.4\%$ within a Wasserstein perturbation ball of radius $0.005$, in contrast to $65.6\%$ using the previous Wasserstein attack based on an \emph{approximate} projection operator. Furthermore, employing our stronger attacks in adversarial training significantly improves the robustness of adversarially trained models.

📄 PDF Abstract BibTeX arXiv:2008.02883

Code (1)

watml/fast-wasserstein-adversarial 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Wasserstein Smoothing: Certified Robustness against Wasserstein Adversarial Attacks

2019-10-23 · Alexander Levine, Soheil Feizi

In the last couple of years, several adversarial attack methods based on different threat models have been proposed for the image classification problem. Most existing defenses consider additive threat models in which sa…

Adversarial Attackimage-classificationImage Classification

Improved Image Wasserstein Attacks and Defenses

2020-04-26 · Edward J. Hu, Adith Swaminathan, Hadi Salman, Greg Yang

Robustness against image perturbations bounded by a $\ell_p$ ball have been well-studied in recent literature. Perturbations in the real-world, however, rarely exhibit the pixel independence that $\ell_p$ threat models a…

Poisons that are learned faster are more effective

2022-04-19 · Pedro Sandoval-Segura, Vasu Singla, Liam Fowl, Jonas Geiping 외

Imperceptible poisoning attacks on entire datasets have recently been touted as methods for protecting data privacy. However, among a number of defenses preventing the practical use of these techniques, early-stopping st…

Wasserstein Adversarial Examples on Univariant Time Series Data

2023-03-22 · Wenjie Wang, Li Xiong, Jian Lou

Adversarial examples are crafted by adding indistinguishable perturbations to normal examples in order to fool a well-trained deep learning model to misclassify. In the context of computer vision, this notion of indistin…

Adversarial AttackTime Series

Provable Robustness Against a Union of $\ell_0$ Adversarial Attacks

2023-02-22 · Zayd Hammoudeh, Daniel Lowd

Sparse or $\ell_0$ adversarial attacks arbitrarily perturb an unknown subset of the features. $\ell_0$ robustness analysis is particularly well-suited for heterogeneous (tabular) data where features have different types …