Formula

Inner max: PGD finds the worst case per batch. Outer min: SGD on it.

  • Costs compute and more data.
  • Clean accuracy drops (CIFAR-10: 87.3% clean, 45.8% under PGD-20); robust models ignore predictive but non-robust features.
  • Side effect: interpretable input gradients.
  • In LLMs: hard-negative mining (keep mining jailbreaks, train refusals on them); the cost shows up as overrefusal.

Appears in