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

latest releases: 1.19.1, 1.19.0, 1.18.2...
2 years ago

This release of ART 1.12.0 introduces the first black-box adversarial patch attack, overlapping shadow datasets for membership inference, certified adversarial training, and more.

Added

  • Added Sleeper Agent poisoning attack in TensorFlow in art.attacks.poisoning.SleeperAgentAttack (#1769)
  • Added support for overlapping shadow models and black-box model predictions as input in membership inference attacks (#1778)
  • Added adversarial accuracy as a metric (#1779)
  • Added function art.utils.uniform_sample_from_sphere_or_ball to sample uniformly from either the ball or the sphere with a given norm and radii (#1804)
  • Added GRAPHITE, black- and white-box evasion attacks generating adversarial patches (#1828)
  • Added certified adversarial training (#1841)

Changed

  • Changed art.attacks.evasion.DPatch to accept true labels (#1780)
  • Changed art.utils.random_sphere to use a different, faster algorithm for norm=1 based on exponential distribution (#1805)

Removed

[None]

Fixed

[None]

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

NewReleases is sending notifications on new releases.