Evaluating Adversarial Robustness: A Comparison Of FGSM, Carlini-Wagner Attacks, And The Role of Distillation as Defense Mechanism
Trilokesh Ranjan Sarkar, Nilanjan Das, Pralay Sankar Maitra, Bijoy, Some, Ritwik Saha, Orijita Adhikary, Bishal Bose, Jaydip Sen

TL;DR
This paper compares the effectiveness of FGSM and Carlini-Wagner adversarial attacks on image classifiers and evaluates defensive distillation as a countermeasure, revealing its strengths against simple attacks but vulnerabilities to more advanced ones.
Contribution
It provides a comprehensive comparison of attack methods and assesses the robustness of defensive distillation against different adversarial techniques.
Findings
Defensive distillation effectively counters FGSM attacks.
It remains vulnerable to Carlini-Wagner attacks.
The study offers detailed validation and analysis of defense mechanisms.
Abstract
This technical report delves into an in-depth exploration of adversarial attacks specifically targeted at Deep Neural Networks (DNNs) utilized for image classification. The study also investigates defense mechanisms aimed at bolstering the robustness of machine learning models. The research focuses on comprehending the ramifications of two prominent attack methodologies: the Fast Gradient Sign Method (FGSM) and the Carlini-Wagner (CW) approach. These attacks are examined concerning three pre-trained image classifiers: Resnext50_32x4d, DenseNet-201, and VGG-19, utilizing the Tiny-ImageNet dataset. Furthermore, the study proposes the robustness of defensive distillation as a defense mechanism to counter FGSM and CW attacks. This defense mechanism is evaluated using the CIFAR-10 dataset, where CNN models, specifically resnet101 and Resnext50_32x4d, serve as the teacher and student models,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
MethodsVisual Geometry Group 19 Layer CNN
