Foolbox FGSM Adversarial Attack

Upload an image and apply an adversarial FGSM attack with your chosen epsilon.



Original

Adversarial



Download Adversarial Image

๐Ÿงช Lab Instructions: Foolbox FGSM

๐Ÿ” What is FGSM?

The Fast Gradient Sign Method (FGSM) is a simple and efficient adversarial attack. It works by adding small perturbations to an image in the direction of the gradient of the loss function with respect to the input. This causes the model to misclassify the image while making only minimal changes to it.