paper-with-me

Papers

Towards Evaluating the Robustness of Neural Networks

2016-08-16 · Nicholas Carlini, David Wagner

Neural networks provide state-of-the-art results for most machine learning tasks. Unfortunately, neural networks are vulnerable to adversarial examples: given an input $x$ and any target classification $t$, it is possible to find a new input $x'$ that is similar to $x$ but classified as $t$. This makes it difficult to apply neural networks in security-critical areas. Defensive distillation is a recently proposed approach that can take an arbitrary neural network, and increase its robustness, reducing the success rate of current attacks' ability to find adversarial examples from $95\%$ to $0.5\%$. In this paper, we demonstrate that defensive distillation does not significantly increase the robustness of neural networks by introducing three new attack algorithms that are successful on both distilled and undistilled neural networks with $100\%$ probability. Our attacks are tailored to three distance metrics used previously in the literature, and when compared to previous adversarial example generation algorithms, our attacks are often much more effective (and never worse). Furthermore, we propose using high-confidence adversarial examples in a simple transferability test we show can also be used to break defensive distillation. We hope our attacks will be used as a benchmark in future defense attempts to create neural networks that resist adversarial examples.

📄 PDF Abstract BibTeX arXiv:1608.04644

Code (27)

B-Yassine/Carlini-and-Wagner_InceptionV3_Imagenet tf
Bhushan-Jagtap-2013/Adversarial_Attack_on_RNN tf
Carco-git/CW_Attack_on_MNIST pytorch
KevinHuang841006/AI_Security_training tf
LeMinhThong/blackbox-attack pytorch
MadryLab/cifar10_challenge tf
OwenSec/DeepDetector tf
PerryXDeng/adversarial_mnist_attacks
SifatMd/Research-Papers
abahram77/mnistChallenge tf
abahram77/mnist_challenge tf
bethgelab/cifar10_challenge tf
carlini/nn_robust_attacks tf
dacostaHugo/Adversarial_attacks
hope-yao/robust_attention_cifar tf
inspire-group/advml-traffic-sign
jeromerony/adversarial-library pytorch
jfc43/pixel-discretization tf
jfc43/robust-attribution-regularization tf
khieu/cifar10_challenge tf
kkew3/pytorch-cw2 pytorch
matanbt/attack-tabular
taranO/defending-adversarial-attacks-by-RD tf
tataiani/enhanced_regularizers_attributional_robustness tf
ukky17/invert_MV_pytorch pytorch
yevgm/deepadv3d pytorch
zetongqi/attacking_neural_networks tf

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Revisiting DeepFool: generalization and improvement

2023-03-22 · Alireza Abdollahpoorrostam, Mahed Abroshan, Seyed-Mohsen Moosavi-Dezfooli

Deep neural networks have been known to be vulnerable to adversarial examples, which are inputs that are modified slightly to fool the network into making incorrect predictions. This has led to a significant amount of re…

Adversarial AttackAdversarial RobustnessComputational Efficiency

Noisy Learning for Neural ODEs Acts as a Robustness Locus Widening

2022-06-16 · Martin Gonzalez, Hatem Hajri, Loic Cantat, Mihaly Petreczky

We investigate the problems and challenges of evaluating the robustness of Differential Equation-based (DE) networks against synthetic distribution shifts. We propose a novel and simple accuracy metric which can be used …

Data Augmentation

Evaluating Adversarial Robustness with Expected Viable Performance

2023-09-18 · Ryan McCoppin, Colin Dawson, Sean M. Kennedy, Leslie M. Blaha

We introduce a metric for evaluating the robustness of a classifier, with particular attention to adversarial perturbations, in terms of expected functionality with respect to possible adversarial perturbations. A classi…

Adversarial Robustness

Rethinking Robustness: A New Approach to Evaluating Feature Attribution Methods

2025-12-07 · Panagiota Kiourti, Anu Singh, Preeti Duraipandian, Weichao Zhou 외 arxiv

This paper studies the robustness of feature attribution methods for deep neural networks. It challenges the current notion of attributional robustness that largely ignores the difference in the model's outputs and intro…

SelfPrompt: Autonomously Evaluating LLM Robustness via Domain-Constrained Knowledge Guidelines and Refined Adversarial Prompts

2024-12-01 · Aihua Pei, Zehua Yang, Shunan Zhu, Ruoxi Cheng 외

Traditional methods for evaluating the robustness of large language models (LLMs) often rely on standardized benchmarks, which can escalate costs and limit evaluations across varied domains. This paper introduces a novel…

DescriptiveKnowledge Graphs