Adversarial Examples: Difference between revisions

No edit summary
Line 7: Line 7:
==Attacks==
==Attacks==
===L-BFGS===
===L-BFGS===
Limited memory Broyden-FletcherGoldfarb-Shanno (L-BFGS)<br>
Limited memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)<br>
This is used by Szegedy et al in their paper.
This is used by Szegedy et al in their paper.
===Fast Gradient Sign Method===
===Fast Gradient Sign Method===
The fast gradient sign method (FGSM) using the sign of the gradient times a unit vector as the perturbation.<br>
The fast gradient sign method (FGSM) using the sign of the gradient times a unit vector as the perturbation.<br>