paper-with-me

Papers

Multiple Perturbation Attack: Attack Pixelwise Under Different $\ell_p$-norms For Better Adversarial Performance

2022-12-05 · Ngoc N. Tran, Anh Tuan Bui, Dinh Phung, Trung Le

Adversarial machine learning has been both a major concern and a hot topic recently, especially with the ubiquitous use of deep neural networks in the current landscape. Adversarial attacks and defenses are usually likened to a cat-and-mouse game in which defenders and attackers evolve over the time. On one hand, the goal is to develop strong and robust deep networks that are resistant to malicious actors. On the other hand, in order to achieve that, we need to devise even stronger adversarial attacks to challenge these defense models. Most of existing attacks employs a single $\ell_p$ distance (commonly, $p\in\{1,2,\infty\}$) to define the concept of closeness and performs steepest gradient ascent w.r.t. this $p$-norm to update all pixels in an adversarial example in the same way. These $\ell_p$ attacks each has its own pros and cons; and there is no single attack that can successfully break through defense models that are robust against multiple $\ell_p$ norms simultaneously. Motivated by these observations, we come up with a natural approach: combining various $\ell_p$ gradient projections on a pixel level to achieve a joint adversarial perturbation. Specifically, we learn how to perturb each pixel to maximize the attack performance, while maintaining the overall visual imperceptibility of adversarial examples. Finally, through various experiments with standardized benchmarks, we show that our method outperforms most current strong attacks across state-of-the-art defense mechanisms, while retaining its ability to remain clean visually.

📄 PDF Abstract BibTeX arXiv:2212.03069

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse and Imperceivable Adversarial Attacks

2019-09-11 · ICCV 2019 10 · Francesco Croce, Matthias Hein

Neural networks have been proven to be vulnerable to a variety of adversarial attacks. From a safety perspective, highly sparse adversarial attacks are particularly dangerous. On the other hand the pixelwise perturbation…

Robustifying deep networks for image segmentation

2019-08-01 · Zheng Liu, Jinnian Zhang, Varun Jog, Po-Ling Loh 외

Purpose: The purpose of this study is to investigate the robustness of a commonly-used convolutional neural network for image segmentation with respect to visually-subtle adversarial perturbations, and suggest new method…

Brain Tumor SegmentationData AugmentationImage SegmentationSegmentation+2

One Noise to Rule Them All: Multi-View Adversarial Attacks with Universal Perturbation

2024-04-02 · Mehmet Ergezer, Phat Duong, Christian Green, Tommy Nguyen 외

This paper presents a novel universal perturbation method for generating robust multi-view adversarial examples in 3D object recognition. Unlike conventional attacks limited to single views, our approach operates on mult…

3D Object RecognitionAllObjectObject Recognition

BESA: Boosting Encoder Stealing Attack with Perturbation Recovery

2025-06-05 · Xuhao Ren, Haotian Liang, Yajie Wang, Chuan Zhang 외

To boost the encoder stealing attack under the perturbation-based defense that hinders the attack performance, we propose a boosting encoder stealing attack with perturbation recovery named BESA. It aims to overcome pert…

GreedyFool: Multi-Factor Imperceptibility and Its Application to Designing a Black-box Adversarial Attack

2020-10-14 · Hui Liu, Bo Zhao, Minzhi Ji, Peng Liu

Adversarial examples are well-designed input samples, in which perturbations are imperceptible to the human eyes, but easily mislead the output of deep neural networks (DNNs). Existing works synthesize adversarial exampl…

Adversarial Attack