ART 1.10.0 #1592
beat-buesser
announced in
Announcements
ART 1.10.0
#1592
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release of ART 1.10.0 introduces multiple poisoning attacks on image classification and deep generative models, the first attack with dynamic patches on object tracking in videos, classification certification based on zonotope representations, EoT support for object detection in image rotation and center cropping, new features for attribute inference attacks and more.
Added
art.attacks.poisoning.GradientMatchingAttack
in TensorFlow (Gradient matching (Witches' Brew) for Tensorflow #1587)projection_l1_1
andprojection_l1_2
toart.utils
for two algorithms computing orthogonal projections on L1-norm balls (Add functions for orthogonal projection on L1 balls #1586)art.attacks.evasion.AdversarialTexturePyTorch
attack to enable dynamic texture/patches (Add support for perspective transformation of texture in AdversarialTexturePyTorch #1557)art.attacks.evasion.AdversarialPatchPyTorch
(Add support for object detection in AdversarialPatchPyTorch #1535)art.estimators.certification.PytorchDeepZ
based on DeepZ for robustness certification using zonotope representations datapoints (DeepZ Certification #1531)art.attacks.evasion.RobustDpatch
(Add support for Summary Writer in RobustDPatch #1513)art.attacks.evasion.AdversarialPatch*
attacks (Add PGD-L_Inf optimizer to AdversarialPatch* attacks #1495)art.attacks.poisoning.BackdoorAttackDGMReD
and Trail inart.attacks.poisoning.BackdoorAttackDGMTrail
, targeting Deep Generative Models (Implement backdoor attacks on DGMs #1490)art.attacks.poisoning.HiddenTriggerBackdoor
(Hidden trigger Backdoor Poisoning Attack Implementation #1487)Changed
TensorFlowClassifier
to support TensorFlow v1 compatibility mode (Extend support for TensorFlow v1 compatibility mode #1560)Removed
[None]
Fixed
PixelThreshold
attack to supportscipy>=1.8
(Check scipy version for PixelThreshold attack #1589)PixelAttack
for scaled images (fix for rescale not set bug #1574)torchaudio.functional.magphase
inPyTorchDeepSpeech
to support Deep Speech 2 version 3 withtorch>=1.10
(Fixes torchaudio.functional.magphase use for Deep Speech 2 version 3 #1550)fit
ofScikitlearnRegressor
to process labels correctly (Fix ScikitlearnRegressor fit method #1537)This discussion was created from the release ART 1.10.0.
Beta Was this translation helpful? Give feedback.
All reactions