Skip to content

ART 1.13.1

Choose a tag to compare

@beat-buesser beat-buesser released this 16 Feb 13:07
· 1895 commits to main since this release

This release of ART 1.13.1 provides updates to ART 1.13

Added

[None]

Changed

  • Changed PDTP privacy metric to support two comparison: ratio (default) and new difference mode (#1984)
  • Changed default parameters for apply_fit and apply_predict for the Data Augmentation defenses CutMix*, CutOut*, and MixUp* (#1987)

Removed

[None]

Fixed

  • Fixed bug in PixelThreshold attack to support batches of a single sample (#1982)
  • Fixed type error in DPInstaHideTrainer for PyTorchClassifier by casting random noise to correct type (#1987)
  • Added missing classes to union types OBJECT_DETECTOR_TYPE, PYTORCH_ESTIMATOR_TYPE, and TENSORFLOWV2_ESTIMATOR_TYPE (#1999)
  • Fixed audio perturbations going out of clip values in insert_tone_trigger and insert_audio_trigger (#2016)
  • Fixed missing transfer to device in FeatureAdversariesPyTorch to enable running on GPUs (#2021)
  • Fixed missing covnersion to float to support floor() on GPUs in PyTorchClassifier (#2022)
  • Fixed incorrect integer return type in check_and_transform_label_format (#2025)