secml-torch icon indicating copy to clipboard operation
secml-torch copied to clipboard

Add APGD (possibly wrapped and native)

Open maurapintor opened this issue 6 months ago • 1 comments

  • Wrap from original implementation / robustbench
  • Add custom implementation with tracking
  • Eventually add other wrapped versions (e.g., adv_lib)

maurapintor avatar Oct 06 '25 09:10 maurapintor

Implementation Plan:

  • [x] Wrap APGD attack from AutoAttack: requires adding AutoAttack as Backend
  • [ ] Evaluate the possibility of implementing APGD natively

lucascionis avatar Nov 21 '25 16:11 lucascionis