Home Knowledge Base FGSM

FGSM (Fast Gradient Sign Method) is the simplest and fastest adversarial attack — a single-step attack that perturbs the input in the direction of the sign of the loss gradient: $x_{adv} = x + epsilon cdot ext{sign}(\nabla_x L(f_ heta(x), y))$.

FGSM Details

Why It Matters

FGSM is the one-shot adversarial attack — the simplest, fastest method that moves the input in the worst-case gradient direction.

fgsmfgsmai safety

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.