FGSM FGSM is a method of generating noise in the direction of the cost function gradient concerning the data Given original input image x, label y, model parameter θ, and loss J. advx=x+ϵ∗sign(∇x(J(θ,x,y))) this gives us the perturbations