You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HSJA works with two arguments (x,y) or with three arguments (x,y,x_adv_init). When running the HopSkipJump attack in ART with only (x, y) — i.e., without providing an initial adversarial example via x_adv_init — the attack consistently fails to generate adversarial images and terminates very quickly. We tested this behavior on 100 different correctly classified inputs x: In all cases, the attack ended early without creating any adversarial image and without showing any warning or error messages. This silent failure can mislead users into believing the attack succeeded when it did not. We recommend that future versions of ART add a warning or error to notify users when internal initialization fails to find a valid starting point x_adv_init.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HSJA works with two arguments (x,y) or with three arguments (x,y,x_adv_init). When running the HopSkipJump attack in ART with only (x, y) — i.e., without providing an initial adversarial example via x_adv_init — the attack consistently fails to generate adversarial images and terminates very quickly. We tested this behavior on 100 different correctly classified inputs x: In all cases, the attack ended early without creating any adversarial image and without showing any warning or error messages. This silent failure can mislead users into believing the attack succeeded when it did not. We recommend that future versions of ART add a warning or error to notify users when internal initialization fails to find a valid starting point x_adv_init.
Beta Was this translation helpful? Give feedback.
All reactions