github Trusted-AI/adversarial-robustness-toolbox 1.19.0
ART 1.19.0

latest release: 1.19.1
3 months ago

This release of ART 1.19.0 introduces Steal Now Attack Later and Rescaling Auto Conjugate Gradient attacks and the Be Your Own Neighbourhood Detector (BEYOND) for adversarial examples.

Added

  • Added the Steal Now Attack Later (SNAL) evasion attack (#2440)
  • Added the Rescaling Auto Conjugate Gradient (ReACG) descent evasion attack (#2460)
  • Added the Be Your Own Neighbourhood Detector (BEYOND) for adversarial examples in PyTorch (#2489)
  • Added support for scikit-learn models with multiples outputs (#2505)

Changed

  • Changed AutoAttack to allow defining number of processes used in parallel processing (#2529)

Removed

[None]

Fixed

  • Fixed use of deprecated function binom_test from scipy (#2517)
  • Fixed bug in random sampling of patch locations in masks for adversarial patch attacks in PyTorch (#2539)

Don't miss a new adversarial-robustness-toolbox release

NewReleases is sending notifications on new releases.