arXiv study: Steps-to-failure better than loss curves for measuring adversarial robustness
20-step PGD on Fashion-MNIST shows loss trajectories can't distinguish robust models, but steps-to-failure can.
Projected Gradient Descent (PGD) is the standard tool for evaluating adversarial robustness, but researchers typically only look at final accuracy under attack. Durgule's new paper, 'Geometry Is Not Robustness: A Trajectory-Level Study of PGD Evaluation,' digs deeper by recording the full 20-step PGD attack trajectory on 3000 clean-correct samples per model, using random initialization and multiple restarts. The study compares clean-trained and adversarially-trained convolutional neural networks on Fashion-MNIST, analyzing loss evolution, gradient alignment, and steps-to-failure across four robustness regimes.
The results show a clear robustness hierarchy across models — but not from every trajectory metric. Mean loss trajectories and gradient alignment patterns were quantitatively similar across adversarially-trained models that had substantially different robust accuracies. In contrast, steps-to-failure distributions provided a much sharper separation, directly reflecting the model's functional resistance to perturbation. This suggests trajectory-level diagnostics describe the optimization geometry of the attack, not the model's intrinsic robustness. Durgule cautions that interpreting these metrics requires context around the robustness regime, attack strength, and multi-metric evaluation. The paper concludes that trajectory-level analysis should complement — not replace — standard robustness measurements.
- Study used 20-step PGD with random restarts on 3000 clean-correct Fashion-MNIST samples per CNN model
- Loss evolution and gradient alignment were nearly identical across models with significantly different robust accuracies
- Steps-to-failure distributions provided the clearest separation between robustness regimes, suggesting a better diagnostic signal
Why It Matters
Robustness evaluation should focus on steps-to-failure rather than loss curves, preventing false confidence in adversarial defenses.