We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ab40c commit c381971Copy full SHA for c381971
art/attacks/poisoning/one_pixel_shortcut_attack.py
@@ -34,11 +34,7 @@ class OnePixelShortcutAttack(PoisoningAttackBlackBox):
34
for each class by maximizing a mean-minus-variance objective over that class's
35
images. The found pixel coordinate and color are applied to all images of the class
36
(labels remain unchanged). Reference: Wu et al. (ICLR 2023).
37
-<<<<<<< HEAD
38
-
39
-=======
40
41
->>>>>>> 4461f324a (Update the one-pixel shortcut attack and its unit tests based on review)
42
| Paper link: https://arxiv.org/abs/2205.12141
43
"""
44
0 commit comments