New Adversarial Training Method Avoids Input Gradients.

Tiana C. Johnson, Donsub Rim· August 28, 2026 View original

Key takeaways

  • A new adversarial training method computes adversarial examples without input gradients.
  • It uses low-rank Householder expansions (LRHE) to identify perturbation directions.
  • This approach significantly reduces computational cost, equivalent to 2.8 PGD steps.
  • It matches the robustness of 3-step PGD training for small perturbation budgets.

Who benefits

CybersecurityAutomotiveHealthcareFinancial ServicesCloud Computing

Summary

This work introduces a novel adversarial training scheme that computes small-norm adversarial examples directly from network parameters using low-rank Householder expansions, eliminating the need for input gradient iterations. This method significantly reduces computational cost while matching the robustness of traditional PGD-based training for small perturbation budgets.

Adversarial training is a crucial technique for making deep neural networks robust against small, imperceptible input perturbations, known as adversarial examples. Traditionally, generating these examples involves iterative computations of input gradients, which can be computationally expensive and slow down the training process. This research proposes a new adversarial training scheme that bypasses the need for input gradient iterations entirely. It achieves this by computing adversarial examples directly from the trained network parameters using a linearization technique called the low-rank Householder expansion (LRHE). This expansion describes the composed affine map of the network and identifies perturbation directions from the activation pattern during a standard forward pass. The proposed method requires only additional forward evaluations, with weight parameters updated via the standard backward pass, effectively eliminating the inner maximization loop of typical min-max adversarial training. This results in a substantial reduction in computational cost, achieving robustness comparable to 3-step PGD adversarial training for small perturbation budgets, making adversarial training more efficient and scalable.

Why it matters

Professionals in AI security and machine learning engineering can significantly improve the efficiency of developing robust models against adversarial attacks. This method offers a faster, less computationally intensive way to implement adversarial training, making it more practical for large-scale deployments.

How to implement this in your domain

  1. 1Evaluate existing adversarial training pipelines for opportunities to replace gradient-based adversarial example generation with LRHE.
  2. 2Experiment with integrating the proposed LRHE-based adversarial training scheme into new model development workflows.
  3. 3Benchmark the computational efficiency and robustness of LRHE against traditional PGD-based adversarial training for specific applications.
  4. 4Train models with this new method to enhance their resilience against small, imperceptible adversarial perturbations.

Original post by Tiana C. Johnson, Donsub Rim

"arXiv:2608.26963v1 Announce Type: new Abstract: This work concerns adversarial training against the small-norm adversarial examples that arise from the inherent input instability of a trained deep neural network. Examples in this class are small as measured in the relative $\ell^…"

View on X

Originally posted by Tiana C. Johnson, Donsub Rim on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools