Task-generalizable Adversarial Attack based on Perceptual Metric
Muzammal Naseer, Salman H. Khan, Shafin Rahman, Fatih Porikli

TL;DR
This paper introduces a new adversarial attack method based on perceptual metrics that creates transferable examples capable of fooling various neural networks across multiple tasks, addressing limitations of task-specific and architecture-dependent attacks.
Contribution
The paper proposes a task-generalizable adversarial attack leveraging neural network feature-based perceptual metrics, improving transferability across different models and tasks.
Findings
Adversarial examples effectively transfer across multiple network architectures.
The method generalizes well to classification, detection, and segmentation tasks.
Extensive experiments demonstrate high transferability and task generalization.
Abstract
Deep neural networks (DNNs) can be easily fooled by adding human imperceptible perturbations to the images. These perturbed images are known as `adversarial examples' and pose a serious threat to security and safety critical systems. A litmus test for the strength of adversarial examples is their transferability across different DNN models in a black box setting (i.e. when the target model's architecture and parameters are not known to attacker). Current attack algorithms that seek to enhance adversarial transferability work on the decision level i.e. generate perturbations that alter the network decisions. This leads to two key limitations: (a) An attack is dependent on the task-specific loss function (e.g. softmax cross-entropy for object recognition) and therefore does not generalize beyond its original task. (b) The adversarial examples are specific to the network architecture and…
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 · Anomaly Detection Techniques and Applications · Advanced Malware Detection Techniques
MethodsSoftmax
