AutoAdversary: A Pixel Pruning Method for Sparse Adversarial Attack
Jinqiao Li, Xiaotao Liu, Jian Zhao, Furao Shen

TL;DR
AutoAdversary introduces an end-to-end neural network-based method for generating sparse adversarial examples by automatically selecting critical pixels, improving efficiency and effectiveness over heuristic approaches.
Contribution
It proposes a novel integrated approach combining pixel selection and adversarial attack into a single trainable framework, unlike prior heuristic methods.
Findings
Outperforms state-of-the-art sparse attack methods.
Maintains efficiency with increasing image size.
Automatically identifies critical pixels for perturbation.
Abstract
Deep neural networks (DNNs) have been proven to be vulnerable to adversarial examples. A special branch of adversarial examples, namely sparse adversarial examples, can fool the target DNNs by perturbing only a few pixels. However, many existing sparse adversarial attacks use heuristic methods to select the pixels to be perturbed, and regard the pixel selection and the adversarial attack as two separate steps. From the perspective of neural network pruning, we propose a novel end-to-end sparse adversarial attack method, namely AutoAdversary, which can find the most important pixels automatically by integrating the pixel selection into the adversarial attack. Specifically, our method utilizes a trainable neural network to generate a binary mask for the pixel selection. After jointly optimizing the adversarial perturbation and the neural network, only the pixels corresponding to the value…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI) · Generative Adversarial Networks and Image Synthesis
