Protecting the Neural Networks against FGSM Attack Using Machine Unlearning
Amir Hossein Khorasani, Ali Jahanian, Maryam Rastgarpour

TL;DR
This paper explores using machine unlearning techniques to enhance the robustness of LeNet neural networks against FGSM adversarial attacks by effectively removing the influence of perturbed data.
Contribution
It introduces a novel application of machine unlearning to defend neural networks specifically against FGSM adversarial attacks.
Findings
Unlearning improves LeNet's robustness to FGSM attacks.
Significant reduction in misclassification after unlearning.
Demonstrates effectiveness of unlearning in adversarial defense.
Abstract
Machine learning is a powerful tool for building predictive models. However, it is vulnerable to adversarial attacks. Fast Gradient Sign Method (FGSM) attacks are a common type of adversarial attack that adds small perturbations to input data to trick a model into misclassifying it. In response to these attacks, researchers have developed methods for "unlearning" these attacks, which involves retraining a model on the original data without the added perturbations. Machine unlearning is a technique that tries to "forget" specific data points from the training dataset, to improve the robustness of a machine learning model against adversarial attacks like FGSM. In this paper, we focus on applying unlearning techniques to the LeNet neural network, a popular architecture for image classification. We evaluate the efficacy of unlearning FGSM attacks on the LeNet network and find that it can…
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 · Explainable Artificial Intelligence (XAI) · Advanced Neural Network Applications
