paper-with-me

Papers

Evaluating Adversarial Robustness: A Comparison Of FGSM, Carlini-Wagner Attacks, And The Role of Distillation as Defense Mechanism

2024-04-05 · Trilokesh Ranjan Sarkar, Nilanjan Das, Pralay Sankar Maitra, Bijoy Some, Ritwik Saha, Orijita Adhikary, Bishal Bose, Jaydip Sen

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, respectively. The proposed defensive distillation model exhibits effectiveness in thwarting attacks such as FGSM. However, it is noted to remain susceptible to more sophisticated techniques like the CW attack. The document presents a meticulous validation of the proposed scheme. It provides detailed and comprehensive results, elucidating the efficacy and limitations of the defense mechanisms employed. Through rigorous experimentation and analysis, the study offers insights into the dynamics of adversarial attacks on DNNs, as well as the effectiveness of defensive strategies in mitigating their impact.

📄 PDF Abstract BibTeX arXiv:2404.04245

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustnessimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

VGG-19 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Robustness via Label-Smoothing

2019-06-27 · Morgane Goibert, Elvis Dohmatob

We study Label-Smoothing as a means for improving adversarial robustness of supervised deep-learning models. After establishing a thorough and unified framework, we propose several variations to this general method: adve…

Adversarial Robustness

Mathematical Analysis of Adversarial Attacks

2018-11-15 · Zehao Dou, Stanley J. Osher, Bao Wang

In this paper, we analyze efficacy of the fast gradient sign method (FGSM) and the Carlini-Wagner's L2 (CW-L2) attack. We prove that, within a certain regime, the untargeted FGSM can fool any convolutional neural nets (C…

General Classification

Generating Adversarial Examples with Graph Neural Networks

2021-05-30 · Florian Jaeckle, M. Pawan Kumar

Recent years have witnessed the deployment of adversarial attacks to evaluate the robustness of Neural Networks. Past work in this field has relied on traditional optimization algorithms that ignore the inherent structur…

Graph Neural Network

Bridging the Performance Gap between FGSM and PGD Adversarial Training

2020-11-07 · Tianjin Huang, Vlado Menkovski, Yulong Pei, Mykola Pechenizkiy

Deep learning achieves state-of-the-art performance in many tasks but exposes to the underlying vulnerability against adversarial examples. Across existing defense techniques, adversarial training with the projected grad…

Adversarial AttackAdversarial Robustness

Frequency Centric Defense Mechanisms against Adversarial Examples

2021-10-26 · Sanket B. Shah, Param Raval, Harin Khakhi, Mehul S. Raval

Adversarial example (AE) aims at fooling a Convolution Neural Network by introducing small perturbations in the input image.The proposed work uses the magnitude and phase of the Fourier Spectrum and the entropy of the im…

Denoising