paper-with-me

홈 › Papers

Task-generalizable Adversarial Attack based on Perceptual Metric

2018-11-22 · Muzammal Naseer, Salman H. Khan, Shafin Rahman, Fatih Porikli

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 demonstrate poor transferability to other network architectures. We propose a novel approach to create adversarial examples that can broadly fool different networks on multiple tasks. Our approach is based on the following intuition: "Perpetual metrics based on neural network features are highly generalizable and show excellent performance in measuring and stabilizing input distortions. Therefore an ideal attack that creates maximum distortions in the network feature space should realize highly transferable examples". We report extensive experiments to show how adversarial examples generalize across multiple networks for classification, object detection and segmentation tasks.

📄 PDF Abstract BibTeX arXiv:1811.09020

Code (1)

DentanJeremie/adversarialTransferts pytorch

Tasks

Adversarial Attackobject-detectionObject DetectionObject Recognition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Perceptual Adversarial Robustness: Generalizable Defenses Against Unforeseen Threat Models

2021-01-01 · ICLR 2021 1 · Cassidy Laidlaw, Sahil Singla, Soheil Feizi

A key challenge in adversarial robustness is the lack of a precise mathematical characterization of human perception, used in the definition of adversarial attacks that are imperceptible to human eyes. Most current attac…

Adversarial DefenseAdversarial RobustnessPerceptual Distance

Attacking Perceptual Similarity Metrics

2023-05-15 · Abhijay Ghildyal, Feng Liu

Perceptual similarity metrics have progressively become more correlated with human judgments on perceptual similarity; however, despite recent advances, the addition of an imperceptible distortion can still compromise th…

Adversarial AttackExperimental Design

Adversarially Robust CLIP Models Can Induce Better (Robust) Perceptual Metrics

2025-02-17 · Francesco Croce, Christian Schlarmann, Naman Deep Singh, Matthias Hein

Measuring perceptual similarity is a key tool in computer vision. In recent years perceptual metrics based on features extracted from neural networks with large and diverse training sets, e.g. CLIP, have become popular. …

Image Retrieval

Quantifying Perceptual Distortion of Adversarial Examples

2019-02-21 · Matt Jordan, Naren Manoj, Surbhi Goel, Alexandros G. Dimakis

Recent work has shown that additive threat models, which only permit the addition of bounded noise to the pixels of an image, are insufficient for fully capturing the space of imperceivable adversarial examples. For exam…

SSIM

Perceptual Regularization: Visualizing and Learning Generalizable Representations

2019-09-25 · Hongzhou Lin, Joshua Robinson, Stefanie Jegelka

A deployable machine learning model relies on a good representation. Two desirable criteria of a good representation are to be understandable, and to generalize to new tasks. We propose a technique termed perceptual regu…