Skip to content

ART Summary Writer

Beat Buesser edited this page Dec 16, 2021 · 10 revisions

[wiki work in progress]

Default Summary Writer

Attacks supporting Summary Writer

  • art.attacks.evasion.ProjectedGradientDescent*
  • art.attacks.evasion.AdversarialPatch*
  • art.attacks.evasion.AdversrialTexture*

Default Metrics (so far)

  • All metrics as function of iteration step

1. Total Loss and available loss components per sample

2. Norms of gradients per mini-batch

3. Adversarial Patch and Texture

4. Indicators of Attack Failure per sample (Pintor et al., 2021)

  • Silent Success (I1)

Tracks if adversarial example switches back to benign.

  • Break-point Angle (I2)

Quantifies attack convergence.

  • Increasing Loss (I3)

Quantifies attack convergence rate.

  • Zero Gradients (I4)

Checks quality of loss gradients.

Custom Summary Writer

Clone this wiki locally