ART 1.11.0 #1765
beat-buesser
announced in
Announcements
ART 1.11.0
#1765
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This release of ART 1.11.0 introduces estimators for YOLO object detection and regression models, the first audio poisoning attack, new quey-efficient black-box evasion attacks, certified defenses against adversarial patch attacks, metrics quantifying membership inference and more.
Added
MomentumIterativeMethodand added optional momentum to loss gradients inProjectedGradientDescent*attacks. (Add MIFGSM #1614)PyTorchYolo. (Add Estimator for YOLO object detection models in PyTorch #1715)PyTorchDeRandomizedSmoothingandTensorFlowV2DeRandomizedSmoothing. (Derandomized smoothing #1729)SignOPTAttack. (Implement SIGN-OPT: A Query-Efficient Hard-label Black-box Attack #1730)SleeperAgentAttack. (Implement sleeper agent hidden trigger backdoor attack in PyTorch #1736)ActivationDefence. (Exclusionary Reclassification #1738)art.attacks.poisoning.perturbations.audio_perturbations. (Dirty-Label Backdoor Poisoning Attack for Audio #1740)PyTorchRegressorandKerasRegressorfor PyTorch and Keras. (Regression support for pytorch and keras #1651)AdversarialPatchandAdversarialPatchNumpy. (Add targeted option to AdversarialPatch and AdversarialPatchNumpy #1759)Changed
check_and_transform_label_formatfornb_classes=Noneto automatically determine the number of classes in the provided labels. (Label fixes #1747)ZOOAttackand cleaned up the code of methodcompare. (Zoo documentation #1648)nb_epochsinAdversarialTrainerMadryPGDto match 80'000 training steps of Madry et al. (Update default value for nb_epochs in AdversarialTrainerMadryPGD #1758)Removed
[None]
Fixed
PyTorchClassifier.clone_fore_refittingby deleting optimizer from parameters before callingset_param()to avoid creating the cloned model with the old optimizer. (PyTorchClassifier: delete optimizer before calling set_param() #1742)nb_classesto methodcheck_and_transform_label_formatin inference attacks. (Send nb_classes to check_and_transform_label_format in inference attacks #1713)This discussion was created from the release ART 1.11.0.
Beta Was this translation helpful? Give feedback.
All reactions