paper-with-me

Papers

EAD: Elastic-Net Attacks to Deep Neural Networks via Adversarial Examples

2017-09-13 · Pin-Yu Chen, Yash Sharma, huan zhang, Jin-Feng Yi, Cho-Jui Hsieh

Recent studies have highlighted the vulnerability of deep neural networks (DNNs) to adversarial examples - a visually indistinguishable adversarial image can easily be crafted to cause a well-trained model to misclassify. Existing methods for crafting adversarial examples are based on $L_2$ and $L_\infty$ distortion metrics. However, despite the fact that $L_1$ distortion accounts for the total variation and encourages sparsity in the perturbation, little has been developed for crafting $L_1$-based adversarial examples. In this paper, we formulate the process of attacking DNNs via adversarial examples as an elastic-net regularized optimization problem. Our elastic-net attacks to DNNs (EAD) feature $L_1$-oriented adversarial examples and include the state-of-the-art $L_2$ attack as a special case. Experimental results on MNIST, CIFAR10 and ImageNet show that EAD can yield a distinct set of adversarial examples with small $L_1$ distortion and attains similar attack performance to the state-of-the-art methods in different attack scenarios. More importantly, EAD leads to improved attack transferability and complements adversarial training for DNNs, suggesting novel insights on leveraging $L_1$ distortion in adversarial machine learning and security implications of DNNs.

📄 PDF Abstract BibTeX arXiv:1709.04114

Code (6)

ysharma1126/EAD-Attack 공식 구현 tf
BorealisAI/advertorch/blob/master/advertorch/attacks/ead.py pytorch
IBM/EAD-Attack tf
Trusted-AI/adversarial-robustness-toolbox/blob/main/art/attacks/evasion/elastic_net.py pytorch
bethgelab/foolbox/blob/master/foolbox/attacks/ead.py jax
cleverhans-lab/cleverhans/blob/master/cleverhans_v3.1.0/cleverhans/attacks/elastic_net_method.py tf

Tasks

Adversarial AttackAdversarial Robustness

Similar Papers 제목 키워드 기반

Attacking the Madry Defense Model with $L_1$-based Adversarial Examples

2017-10-30 · Yash Sharma, Pin-Yu Chen

The Madry Lab recently hosted a competition designed to test the robustness of their adversarially trained MNIST model. Attacks were constrained to perturb each pixel of the input image by a scaled maximal $L_\infty$ dis…

Gotta Catch 'Em All: Using Honeypots to Catch Adversarial Attacks on Neural Networks

2019-04-18 · Shawn Shan, Emily Wenger, Bolun Wang, Bo Li 외

Deep neural networks (DNN) are known to be vulnerable to adversarial attacks. Numerous efforts either try to patch weaknesses in trained models, or try to make it difficult or costly to compute adversarial examples that …

Adversarial AttackAdversarial Attack DetectionAdversarial DefenseAll+3

Perceptually Constrained Adversarial Attacks

2021-02-14 · Muhammad Zaid Hameed, Andras Gyorgy

Motivated by previous observations that the usually applied $L_p$ norms ($p=1,2,\infty$) do not capture the perceptual quality of adversarial examples in image classification, we propose to replace these norms with the s…

image-classificationImage ClassificationSSIM

Hardening Deep Neural Networks via Adversarial Model Cascades

2018-02-02 · Deepak Vijaykeerthy, Anshuman Suri, Sameep Mehta, Ponnurangam Kumaraguru

Deep neural networks (DNNs) are vulnerable to malicious inputs crafted by an adversary to produce erroneous outputs. Works on securing neural networks against adversarial examples achieve high empirical robustness on sim…

Robust Active Learning (RoAL): Countering Dynamic Adversaries in Active Learning with Elastic Weight Consolidation

2024-08-14 · Ricky Maulana Fajri, Yulong Pei, Lu Yin, Mykola Pechenizkiy

Despite significant advancements in active learning and adversarial attacks, the intersection of these two fields remains underexplored, particularly in developing robust active learning frameworks against dynamic advers…

Active LearningAdversarial Attack