ART 1.17.0
This release of ART 1.17.0 introduces new adversarial training protocols, membership inference attacks, composite adversarial attacks for evasion and more.
Added
- Added Composite Adversarial Attack as evasion attack in PyTorch (#2287)
- Added support for black-box membership inference attacks without true labels (#2293)
- Added verbose option for progress bars in methods
fit
andpredict
of all classification estimators (#2334) - Added Oracle Aligned Adversarial Training (OAAT) in PyTorch (#2348)
Changed
[None]
Removed
[None]