paper-with-me

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 research on evaluating the robustness of these networks against such perturbations. One particularly important robustness metric is the robustness to minimal $\ell_2$ adversarial perturbations. However, existing methods for evaluating this robustness metric are either computationally expensive or not very accurate. In this paper, we introduce a new family of adversarial attacks that strike a balance between effectiveness and computational efficiency. Our proposed attacks are generalizations of the well-known DeepFool (DF) attack, while they remain simple to understand and implement. We demonstrate that our attacks outperform existing methods in terms of both effectiveness and computational efficiency. Our proposed attacks are also suitable for evaluating the robustness of large models and can be used to perform adversarial training (AT) to achieve state-of-the-art robustness to minimal $\ell_2$ adversarial perturbations.

📄 PDF Abstract BibTeX arXiv:2303.12481

Code (1)

alirezaabdollahpour/superdeepfool 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial RobustnessComputational Efficiency

Similar Papers 제목 키워드 기반

Tailoring Adversarial Attacks on Deep Neural Networks for Targeted Class Manipulation Using DeepFool Algorithm

2023-10-18 · S. M. Fazle Rabby Labib, Joyanta Jyoti Mondal, Meem Arafat Manab, Sarfaraz Newaz 외

The susceptibility of deep neural networks (DNNs) to adversarial attacks undermines their reliability across numerous applications, underscoring the necessity for an in-depth exploration of these vulnerabilities and the …

DeepFool: a simple and accurate method to fool deep neural networks

2015-11-14 · CVPR 2016 6 · Seyed-Mohsen Moosavi-Dezfooli, Alhussein Fawzi, Pascal Frossard

State-of-the-art deep neural networks have achieved impressive results on many image classification tasks. However, these same architectures have been shown to be unstable to small, well sought, perturbations of the imag…

Adversarial AttackGeneral Classificationimage-classificationImage Classification

Improving Machine Learning Robustness via Adversarial Training

2023-09-22 · Long Dang, Thushari Hapuarachchi, Kaiqi Xiong, Jing Lin

As Machine Learning (ML) is increasingly used in solving various tasks in real-world applications, it is crucial to ensure that ML algorithms are robust to any potential worst-case noises, adversarial attacks, and highly…

Federated Learning

SDN-Based False Data Detection With Its Mitigation and Machine Learning Robustness for In-Vehicle Networks

2025-06-06 · Long Dang, Thushari Hapuarachchi, Kaiqi Xiong, Yi Li

As the development of autonomous and connected vehicles advances, the complexity of modern vehicles increases, with numerous Electronic Control Units (ECUs) integrated into the system. In an in-vehicle network, these ECU…

Universal Adversarial Attack Using Very Few Test Examples

2019-09-25 · Amit Deshpande, Sandesh Kamath, K V Subrahmanyam

Adversarial attacks such as Gradient-based attacks, Fast Gradient Sign Method (FGSM) by Goodfellow et al.(2015) and DeepFool by Moosavi-Dezfooli et al. (2016) are input-dependent, small pixel-wise perturbations of images…

Adversarial Attack