Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ART 1.19.0 source code.tar.gz | 2024-12-20 | 194.7 MB | |
ART 1.19.0 source code.zip | 2024-12-20 | 195.9 MB | |
README.md | 2024-12-20 | 852 Bytes | |
Totals: 3 Items | 390.7 MB | 0 |
This release of ART 1.19.0 introduces Steal Now Attack Later and Rescaling Auto Conjugate Gradient attacks and the Be Your Own Neighbourhood Detector (BEYOND) for adversarial examples.
Added
- Added the Steal Now Attack Later (SNAL) evasion attack (#2440)
- Added the Rescaling Auto Conjugate Gradient (ReACG) descent evasion attack (#2460)
- Added the Be Your Own Neighbourhood Detector (BEYOND) for adversarial examples in PyTorch (#2489)
- Added support for scikit-learn models with multiples outputs (#2505)
Changed
- Changed AutoAttack to allow defining number of processes used in parallel processing (#2529)
Removed
[None]
Fixed
- Fixed use of deprecated function
binom_test
fromscipy
(#2517) - Fixed bug in random sampling of patch locations in masks for adversarial patch attacks in PyTorch (#2539)