This release of ART 1.3.2 provides updates to ART 1.3.1.
Added
- Added verbose parameter for
CarliniL2Method
,CarliniLInfMethod
, andDeepFool
attacks to disable progress bars.
Changed
- Changed the
Wasserstein
attack to support rectangular images as input (#527) - Changed
UniversalPerturbation
attack to use true labels if provided in internal attacks (#526) - Allow
None
as input for parameter `preprocessing of estimators (#493) - Allow
eps
to be larger thaneps_step
inProjectedGradientDescent
attacks if norm is notnp.inf
(#495)
Removed
[None]
Fixed
- Fixed import path for
ProjectedGradientDescend
option inUniversalPerturbation
attack (#525) - Fixed support for arrays as
clip_values
inProjectedGradientDescentPyTorch
attack for PyTorch (#521) - Fixed success criteria for targeted attacks with
AutoProjectedGradientDescend
(#513) - Fixed success criteria for attacks used in
AutoAttack
(#508) - Fixed example for Fast-is-better-than-Free adversarial training (#506)
- Fixed dtype in
AutoProjectedGradientDescent
andSquareAttack
for testing output type of estimator (#499) - Fixed parameters in
_augment_images_with_patch
calls of attackDPatch
(#493)