secml-torch
secml-torch copied to clipboard
Add APGD (possibly wrapped and native)
- Wrap from original implementation / robustbench
- Add custom implementation with tracking
- Eventually add other wrapped versions (e.g., adv_lib)
Implementation Plan:
- [x] Wrap APGD attack from AutoAttack: requires adding AutoAttack as Backend
- [ ] Evaluate the possibility of implementing APGD natively