paper-with-me

홈 › Papers

Adversarial Attacks on Image Classification Models: Analysis and Defense

2023-12-28 · Jaydip Sen, Abhiraj Sen, Ananda Chatterjee

The notion of adversarial attacks on image classification models based on convolutional neural networks (CNN) is introduced in this work. To classify images, deep learning models called CNNs are frequently used. However, when the networks are subject to adversarial attacks, extremely potent and previously trained CNN models that perform quite effectively on image datasets for image classification tasks may perform poorly. In this work, one well-known adversarial attack known as the fast gradient sign method (FGSM) is explored and its adverse effects on the performances of image classification models are examined. The FGSM attack is simulated on three pre-trained image classifier CNN architectures, ResNet-101, AlexNet, and RegNetY 400MF using randomly chosen images from the ImageNet dataset. The classification accuracies of the models are computed in the absence and presence of the attack to demonstrate the detrimental effect of the attack on the performances of the classifiers. Finally, a mechanism is proposed to defend against the FGSM attack based on a modified defensive distillation-based approach. Extensive results are presented for the validation of the proposed scheme.

📄 PDF Abstract BibTeX arXiv:2312.16880

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackClassificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Sigmoid Activation 설명 없음
Squeeze-and-Excitation Block The Squeeze-and-Excitation Block is an architectural unit designed to improve the representational power of a network by enabling it to perform dynamic channel-wise feature…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…

Similar Papers 제목 키워드 기반

Anomaly Unveiled: Securing Image Classification against Adversarial Patch Attacks

2024-02-09 · Nandish Chattopadhyay, Amira Guesmi, Muhammad Shafique

Adversarial patch attacks pose a significant threat to the practical deployment of deep learning systems. However, existing research primarily focuses on image pre-processing defenses, which often result in reduced class…

Blockingimage-classificationImage Classification

AR-GAN: Generative Adversarial Network-Based Defense Method Against Adversarial Attacks on the Traffic Sign Classification System of Autonomous Vehicles

2023-12-31 · M Sabbir Salek, Abdullah Al Mamun, Mashrur Chowdhury

This study developed a generative adversarial network (GAN)-based defense method for traffic sign classification in an autonomous vehicle (AV), referred to as the attack-resilient GAN (AR-GAN). The novelty of the AR-GAN …

Adversarial AttackAdversarial DefenseAutonomous VehiclesClassification+1

Symmetry Defense Against CNN Adversarial Perturbation Attacks

2022-10-08 · Blerta Lindqvist

This paper uses symmetry to make Convolutional Neural Network classifiers (CNNs) robust against adversarial perturbation attacks. Such attacks add perturbation to original images to generate adversarial images that fool …

Adversarial RobustnessAutonomous VehiclesClassification

Encryption Inspired Adversarial Defense for Visual Classification

2020-05-16 · MaungMaung AprilPyone, Hitoshi Kiya

Conventional adversarial defenses reduce classification accuracy whether or not a model is under attacks. Moreover, most of image processing based defenses are defeated due to the problem of obfuscated gradients. In this…

Adversarial DefenseClassificationGeneral Classification

An Analysis of Adversarial Attacks and Defenses on Autonomous Driving Models

2020-02-06 · Yao Deng, Xi Zheng, Tianyi Zhang, Chen Chen 외

Nowadays, autonomous driving has attracted much attention from both industry and academia. Convolutional neural network (CNN) is a key component in autonomous driving, which is also increasingly adopted in pervasive comp…

Autonomous Driving