ART 1.9.0 #1452
beat-buesser
announced in
Announcements
ART 1.9.0
#1452
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.9.0 introduces the first evasion attack specifically designed against object tracking applications and able to distinguish foreground and background objects, the first evasion attack against image classifiers simulating attacks with laser beams on target objects, the new Summary Writer API to collect attack internal custom metrics, a defense against general poisoning attacks and tools for shadow model training to support membership inference attacks.
Added
art.attacks.inference.membership_inference.shadow_models
. (Shadow model training #1345, Introduce shadow model training for inference attacks #1395)art.experimental.estimators.classification.JaxClassifier
(Implement a classifier on Jax framework #1360)art.estimators.classification.DeepPartitionEnsemble
to defend against general poisoning attacks (Implement Deep Partition Aggregation #1397)art.attacks.evasion.LaserAttack
as a easy to realize physical evasion attack (add adversarial laser beam attack and tests #1398)art.summary_writer.SummaryWriter
to collect attack internal metrics in supported attacks providing collected metrics in TensorBoard format for analysis (Implement customizable summary writer and indicators of attack failure #1416 )art.summary_writer.SummaryWriterDefault
(Implement customizable summary writer and indicators of attack failure #1416)art.attacks.evasion.AdversarialTexturePyTorch
. The attack distinguishes foreground and background objects to create textures/patches that work even if partially covered. (Implement Adversarial Texture Attack on Object Trackers #1430)Changed
art.attacks.evasion.CarliniLInfMethod
to exactly reproduce performance of reference implementation (Updates for CarliniLInfMethod attack #1380)art.defences.preprocessor.preprocessor.PreprocessorPyTorch
to acceptdevice_type
in__init__
to set attribute_device
for all PyTorch preprocessors in a single location (Set _device parameter automatically in PreprocessorPyTorch (fixes #1442) #1444)Removed
tests.attacks.test_simba
that SimBA would not support PyTorch (Remove outdated comments in SimBA tests #1423)Fixed
art.attacks.evasion.SimBA.generate
, so far only the first sample had been attack if more than one image was provided. (Add support for multiple samples in SimBA.generate #1422)art.attacks.poisoning.perturbations.insert_image
to preserve dtype of input images in the returned output images (Adding type preservation to insert_image #1441)art.utils.check_and_transform_label_format
for argumentreturn_one_hot=True
(Update check_and_transform_label_format for index labels #1443)This discussion was created from the release ART 1.9.0.
Beta Was this translation helpful? Give feedback.
All reactions