Datasets:
Venkata Pydipalli
commited on
Commit
·
3cfc838
1
Parent(s):
6b0f55f
Format changed for the dataset.
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +80 -50
- dataset.json +662 -364
- perturbations/perturbation_0_Boundary_Attack.png +0 -0
- perturbations/perturbation_0_Enhanced_Square_Attack.png +0 -0
- perturbations/perturbation_0_HopSkipJump_Attack.png +0 -0
- perturbations/perturbation_0_SimBA.png +0 -0
- perturbations/perturbation_0_SpatialTransformation_Attack.png +0 -0
- perturbations/perturbation_0_Zoo_Attack.png +0 -0
- perturbations/perturbation_1_Boundary_Attack.png +0 -0
- perturbations/perturbation_1_Enhanced_Square_Attack.png +0 -0
- perturbations/perturbation_1_HopSkipJump_Attack.png +0 -0
- perturbations/perturbation_1_SimBA.png +0 -0
- perturbations/perturbation_1_SpatialTransformation_Attack.png +0 -0
- perturbations/perturbation_1_Zoo_Attack.png +0 -0
- perturbations/perturbation_2_Boundary_Attack.png +0 -0
- perturbations/perturbation_2_Enhanced_Square_Attack.png +0 -0
- perturbations/perturbation_2_HopSkipJump_Attack.png +0 -0
- perturbations/perturbation_2_SimBA.png +0 -0
- perturbations/perturbation_2_SpatialTransformation_Attack.png +0 -0
- perturbations/perturbation_2_Zoo_Attack.png +0 -0
- perturbations/perturbation_3_Boundary_Attack.png +0 -0
- perturbations/perturbation_3_Enhanced_Square_Attack.png +0 -0
- perturbations/perturbation_3_HopSkipJump_Attack.png +0 -0
- perturbations/perturbation_3_SimBA.png +0 -0
- perturbations/perturbation_3_SpatialTransformation_Attack.png +0 -0
- perturbations/perturbation_3_Zoo_Attack.png +0 -0
- perturbations/perturbation_4_Boundary_Attack.png +0 -0
- perturbations/perturbation_4_Enhanced_Square_Attack.png +0 -0
- perturbations/perturbation_4_HopSkipJump_Attack.png +0 -0
- perturbations/perturbation_4_SimBA.png +0 -0
- perturbations/perturbation_4_SpatialTransformation_Attack.png +0 -0
- perturbations/perturbation_4_Zoo_Attack.png +0 -0
- perturbations/perturbation_5_Boundary_Attack.png +0 -0
- perturbations/perturbation_5_Enhanced_Square_Attack.png +0 -0
- perturbations/perturbation_5_HopSkipJump_Attack.png +0 -0
- perturbations/perturbation_5_SimBA.png +0 -0
- perturbations/perturbation_5_SpatialTransformation_Attack.png +0 -0
- perturbations/perturbation_5_Zoo_Attack.png +0 -0
- perturbations/perturbation_6_Boundary_Attack.png +0 -0
- perturbations/perturbation_6_Enhanced_Square_Attack.png +0 -0
- perturbations/perturbation_6_HopSkipJump_Attack.png +0 -0
- perturbations/perturbation_6_SimBA.png +0 -0
- perturbations/perturbation_6_SpatialTransformation_Attack.png +0 -0
- perturbations/perturbation_6_Zoo_Attack.png +0 -0
- perturbations/perturbation_7_Boundary_Attack.png +0 -0
- perturbations/perturbation_7_Enhanced_Square_Attack.png +0 -0
- perturbations/perturbation_7_HopSkipJump_Attack.png +0 -0
- perturbations/perturbation_7_SimBA.png +0 -0
- perturbations/perturbation_7_SpatialTransformation_Attack.png +0 -0
- perturbations/perturbation_7_Zoo_Attack.png +0 -0
README.md
CHANGED
@@ -1,4 +1,16 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- adversarial
|
4 |
- image-classification
|
@@ -16,80 +28,101 @@ This dataset contains adversarial examples generated using various attack techni
|
|
16 |
**[lens-ai/clip-vit-base-patch32_pcam_finetuned](https://huggingface.co/lens-ai/clip-vit-base-patch32_pcam_finetuned)**.
|
17 |
|
18 |
Researchers and engineers can use this dataset to:
|
19 |
-
- Evaluate model robustness against adversarial attacks
|
20 |
-
- Train models with adversarial data for improved resilience
|
21 |
-
- Benchmark new adversarial defense mechanisms
|
22 |
|
23 |
---
|
24 |
|
25 |
## **📂 Dataset Structure**
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
---
|
37 |
|
38 |
-
## **🔹 Attack Types
|
39 |
-
The dataset contains
|
40 |
|
41 |
-
### **1️⃣ Black-Box Attacks
|
42 |
-
These attacks do
|
43 |
|
44 |
#### **🔹 HopSkipJump Attack**
|
45 |
-
-
|
46 |
-
- Based on
|
47 |
-
|
48 |
-
#### **🔹 Square Attack**
|
49 |
-
- A score-based black-box attack that applies **random pixel perturbations**.
|
50 |
-
- Works well in high-dimensional spaces.
|
51 |
-
|
52 |
-
#### **🔹 SimBA (Simple Black-box Attack)**
|
53 |
-
- Uses **random perturbations** to mislead the model while reducing query complexity.
|
54 |
|
55 |
#### **🔹 Zoo Attack**
|
56 |
-
-
|
|
|
57 |
|
58 |
-
|
|
|
59 |
|
60 |
-
|
61 |
-
|
|
|
62 |
|
63 |
#### **🔹 Boundary Attack**
|
64 |
-
-
|
|
|
65 |
|
66 |
#### **🔹 Spatial Transformation Attack**
|
67 |
-
- Uses
|
68 |
-
|
69 |
-
#### **🔹 Pixel Attack**
|
70 |
-
- Modifies only a **few pixels** in the image to change the model’s prediction.
|
71 |
|
72 |
---
|
73 |
|
74 |
-
## Usage
|
75 |
|
76 |
```python
|
77 |
-
|
78 |
from datasets import load_dataset
|
79 |
import torch
|
80 |
from torchvision import transforms
|
81 |
from PIL import Image
|
82 |
|
83 |
-
# Load the dataset
|
84 |
-
dataset = load_dataset("
|
85 |
|
86 |
-
# Define transformation
|
87 |
transform = transforms.Compose([
|
88 |
transforms.Resize((224, 224)),
|
89 |
transforms.ToTensor()
|
90 |
])
|
91 |
|
92 |
-
#
|
93 |
def process_sample(example):
|
94 |
img = Image.open(example["image"]).convert("RGB")
|
95 |
return {"image": transform(img), "label": example["label"]}
|
@@ -103,29 +136,26 @@ label = dataset["train"][0]["label"]
|
|
103 |
|
104 |
print("Label:", label)
|
105 |
print("Image shape:", img_tensor.shape) # Should be (3, 224, 224)
|
106 |
-
|
107 |
```
|
108 |
|
109 |
-
|
110 |
## **📊 Attack Success Rates**
|
111 |
-
|
112 |
-
- **Success rates for each attack** on `clip-vit-base-patch32_pcam_finetuned`.
|
113 |
-
- Average confidence scores before and after attack.
|
114 |
-
|
115 |
-
Example:
|
116 |
```json
|
117 |
{
|
118 |
"HopSkipJump": {"success_rate": 14},
|
119 |
-
"
|
120 |
-
"
|
121 |
-
"
|
122 |
-
"SpatialTransformation_Attack": 99}
|
123 |
}
|
|
|
124 |
|
|
|
|
|
125 |
@article{lensai2025adversarial,
|
126 |
title={Adversarial PCAM Dataset},
|
127 |
author={LensAI Team},
|
128 |
year={2025},
|
129 |
url={https://huggingface.co/datasets/lens-ai/adversarial_pcam}
|
130 |
}
|
131 |
-
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- adversarial
|
4 |
+
- image-classification
|
5 |
+
- robustness
|
6 |
+
- deep-learning
|
7 |
+
- computer-vision
|
8 |
+
task_categories:
|
9 |
+
- image-classification
|
10 |
+
model:
|
11 |
+
- lens-ai/clip-vit-base-patch32_pcam_finetuned
|
12 |
+
---
|
13 |
+
---
|
14 |
tags:
|
15 |
- adversarial
|
16 |
- image-classification
|
|
|
28 |
**[lens-ai/clip-vit-base-patch32_pcam_finetuned](https://huggingface.co/lens-ai/clip-vit-base-patch32_pcam_finetuned)**.
|
29 |
|
30 |
Researchers and engineers can use this dataset to:
|
31 |
+
- Evaluate model robustness against adversarial attacks
|
32 |
+
- Train models with adversarial data for improved resilience
|
33 |
+
- Benchmark new adversarial defense mechanisms
|
34 |
|
35 |
---
|
36 |
|
37 |
## **📂 Dataset Structure**
|
38 |
+
```
|
39 |
+
organized_dataset/
|
40 |
+
├── train/
|
41 |
+
│ ├── 0/ # Negative samples
|
42 |
+
│ │ ├── adv_0_labelfalse_pred1_SquareAttack.png
|
43 |
+
│ │ ├── orig_0_labelfalse_SquareAttack.png
|
44 |
+
│ │ └── ...
|
45 |
+
│ └── 1/ # Positive samples
|
46 |
+
│ ├── adv_1_labeltrue_pred0_SquareAttack.png
|
47 |
+
│ ├── orig_1_labeltrue_SquareAttack.png
|
48 |
+
│ └── ...
|
49 |
+
├── perturbations/
|
50 |
+
│ ├── perturbation_0_SquareAttack.png
|
51 |
+
│ ├── perturbation_1_SquareAttack.png
|
52 |
+
│ └── ...
|
53 |
+
└── dataset.json
|
54 |
+
```
|
55 |
|
56 |
+
Each adversarial example consists of:
|
57 |
+
- `adv_{id}_label{true/false}_pred{pred_label}_{attack_name}.png` → **Adversarial image** with model prediction
|
58 |
+
- `orig_{id}_label{true/false}_{attack_name}.png` → **Original image** before perturbation
|
59 |
+
- `perturbation_{id}_{attack_name}.png` → **The perturbation applied** to the original image
|
60 |
+
- **Attack name in filename** indicates which method was used
|
61 |
|
62 |
+
The `dataset.json` file contains detailed metadata for each sample, including:
|
63 |
+
```json
|
64 |
+
{
|
65 |
+
"attack": "SquareAttack",
|
66 |
+
"type": "black_box_attacks",
|
67 |
+
"perturbation": "perturbations/perturbation_1_SquareAttack.png",
|
68 |
+
"adversarial": "train/0/adv_1_labelfalse_pred1_SquareAttack.png",
|
69 |
+
"original": ["train/0/orig_1_labelfalse_SquareAttack.png"],
|
70 |
+
"label": 0,
|
71 |
+
"prediction": 1
|
72 |
+
}
|
73 |
+
```
|
74 |
|
75 |
---
|
76 |
|
77 |
+
## **🔹 Attack Types**
|
78 |
+
The dataset contains both black-box and non-black-box adversarial attacks.
|
79 |
|
80 |
+
### **1️⃣ Black-Box Attacks**
|
81 |
+
These attacks do not require access to model gradients:
|
82 |
|
83 |
#### **🔹 HopSkipJump Attack**
|
84 |
+
- Query-efficient black-box attack that estimates gradients
|
85 |
+
- Based on decision boundary approximation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
#### **🔹 Zoo Attack**
|
88 |
+
- Zeroth-order optimization (ZOO) attack
|
89 |
+
- Estimates gradients via finite-difference methods
|
90 |
|
91 |
+
### **2️⃣ Non-Black-Box Attacks**
|
92 |
+
These attacks require access to model gradients:
|
93 |
|
94 |
+
#### **🔹 SimBA (Simple Black-box Attack)**
|
95 |
+
- Uses random perturbations to mislead the model
|
96 |
+
- Reduces query complexity
|
97 |
|
98 |
#### **🔹 Boundary Attack**
|
99 |
+
- Query-efficient attack moving along decision boundary
|
100 |
+
- Minimizes perturbation size
|
101 |
|
102 |
#### **🔹 Spatial Transformation Attack**
|
103 |
+
- Uses rotation, scaling, and translation
|
104 |
+
- No pixel-level perturbations required
|
|
|
|
|
105 |
|
106 |
---
|
107 |
|
108 |
+
## Usage
|
109 |
|
110 |
```python
|
|
|
111 |
from datasets import load_dataset
|
112 |
import torch
|
113 |
from torchvision import transforms
|
114 |
from PIL import Image
|
115 |
|
116 |
+
# Load the dataset
|
117 |
+
dataset = load_dataset("your-org/adversarial_pcam")
|
118 |
|
119 |
+
# Define transformation
|
120 |
transform = transforms.Compose([
|
121 |
transforms.Resize((224, 224)),
|
122 |
transforms.ToTensor()
|
123 |
])
|
124 |
|
125 |
+
# Process samples
|
126 |
def process_sample(example):
|
127 |
img = Image.open(example["image"]).convert("RGB")
|
128 |
return {"image": transform(img), "label": example["label"]}
|
|
|
136 |
|
137 |
print("Label:", label)
|
138 |
print("Image shape:", img_tensor.shape) # Should be (3, 224, 224)
|
|
|
139 |
```
|
140 |
|
|
|
141 |
## **📊 Attack Success Rates**
|
142 |
+
Success rates for each attack on the target model:
|
|
|
|
|
|
|
|
|
143 |
```json
|
144 |
{
|
145 |
"HopSkipJump": {"success_rate": 14},
|
146 |
+
"Zoo_Attack": {"success_rate": 22},
|
147 |
+
"SimBA": {"success_rate": 99},
|
148 |
+
"Boundary_Attack": {"success_rate": 98},
|
149 |
+
"SpatialTransformation_Attack": {"success_rate": 99}
|
150 |
}
|
151 |
+
```
|
152 |
|
153 |
+
## Citation
|
154 |
+
```bibtex
|
155 |
@article{lensai2025adversarial,
|
156 |
title={Adversarial PCAM Dataset},
|
157 |
author={LensAI Team},
|
158 |
year={2025},
|
159 |
url={https://huggingface.co/datasets/lens-ai/adversarial_pcam}
|
160 |
}
|
161 |
+
```
|
dataset.json
CHANGED
@@ -1,364 +1,662 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
"
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
"
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
"
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
"
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
"
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
"
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
"
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
"
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
"
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
"
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
"
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
"
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
"
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
"
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
"
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
"
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
"
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
"
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"attack": "SimBA",
|
4 |
+
"type": "black_box_attacks",
|
5 |
+
"perturbation": "perturbations/perturbation_2_SimBA.png",
|
6 |
+
"adversarial": "train/1/adv_2_SimBA.png",
|
7 |
+
"original": [
|
8 |
+
"train/1/orig_2_SimBA.png"
|
9 |
+
],
|
10 |
+
"label": 1,
|
11 |
+
"prediction": 0
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"attack": "SimBA",
|
15 |
+
"type": "black_box_attacks",
|
16 |
+
"perturbation": "perturbations/perturbation_1_SimBA.png",
|
17 |
+
"adversarial": "train/1/adv_1_SimBA.png",
|
18 |
+
"original": [
|
19 |
+
"train/1/orig_1_SimBA.png"
|
20 |
+
],
|
21 |
+
"label": 1,
|
22 |
+
"prediction": 0
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"attack": "SimBA",
|
26 |
+
"type": "black_box_attacks",
|
27 |
+
"perturbation": "perturbations/perturbation_0_SimBA.png",
|
28 |
+
"adversarial": "train/1/adv_0_SimBA.png",
|
29 |
+
"original": [
|
30 |
+
"train/1/orig_0_SimBA.png"
|
31 |
+
],
|
32 |
+
"label": 1,
|
33 |
+
"prediction": 0
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"attack": "SimBA",
|
37 |
+
"type": "black_box_attacks",
|
38 |
+
"perturbation": "perturbations/perturbation_3_SimBA.png",
|
39 |
+
"adversarial": "train/1/adv_3_SimBA.png",
|
40 |
+
"original": [
|
41 |
+
"train/1/orig_3_SimBA.png"
|
42 |
+
],
|
43 |
+
"label": 1,
|
44 |
+
"prediction": 0
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"attack": "SimBA",
|
48 |
+
"type": "black_box_attacks",
|
49 |
+
"perturbation": "perturbations/perturbation_4_SimBA.png",
|
50 |
+
"adversarial": "train/1/adv_4_SimBA.png",
|
51 |
+
"original": [
|
52 |
+
"train/1/orig_4_SimBA.png"
|
53 |
+
],
|
54 |
+
"label": 1,
|
55 |
+
"prediction": 0
|
56 |
+
},
|
57 |
+
{
|
58 |
+
"attack": "SimBA",
|
59 |
+
"type": "black_box_attacks",
|
60 |
+
"perturbation": "perturbations/perturbation_5_SimBA.png",
|
61 |
+
"adversarial": "train/1/adv_5_SimBA.png",
|
62 |
+
"original": [
|
63 |
+
"train/1/orig_5_SimBA.png"
|
64 |
+
],
|
65 |
+
"label": 1,
|
66 |
+
"prediction": 0
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"attack": "SimBA",
|
70 |
+
"type": "black_box_attacks",
|
71 |
+
"perturbation": "perturbations/perturbation_7_SimBA.png",
|
72 |
+
"adversarial": "train/1/adv_7_SimBA.png",
|
73 |
+
"original": [
|
74 |
+
"train/1/orig_7_SimBA.png"
|
75 |
+
],
|
76 |
+
"label": 1,
|
77 |
+
"prediction": 0
|
78 |
+
},
|
79 |
+
{
|
80 |
+
"attack": "SimBA",
|
81 |
+
"type": "black_box_attacks",
|
82 |
+
"perturbation": "perturbations/perturbation_6_SimBA.png",
|
83 |
+
"adversarial": "train/1/adv_6_SimBA.png",
|
84 |
+
"original": [
|
85 |
+
"train/1/orig_6_SimBA.png"
|
86 |
+
],
|
87 |
+
"label": 1,
|
88 |
+
"prediction": 0
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"attack": "SimBA",
|
92 |
+
"type": "black_box_attacks",
|
93 |
+
"perturbation": "perturbations/perturbation_9_SimBA.png",
|
94 |
+
"adversarial": "train/1/adv_9_SimBA.png",
|
95 |
+
"original": [
|
96 |
+
"train/1/orig_9_SimBA.png"
|
97 |
+
],
|
98 |
+
"label": 1,
|
99 |
+
"prediction": 0
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"attack": "SimBA",
|
103 |
+
"type": "black_box_attacks",
|
104 |
+
"perturbation": "perturbations/perturbation_8_SimBA.png",
|
105 |
+
"adversarial": "train/1/adv_8_SimBA.png",
|
106 |
+
"original": [
|
107 |
+
"train/1/orig_8_SimBA.png"
|
108 |
+
],
|
109 |
+
"label": 1,
|
110 |
+
"prediction": 0
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"attack": "Boundary_Attack",
|
114 |
+
"type": "black_box_attacks",
|
115 |
+
"perturbation": "perturbations/perturbation_2_Boundary_Attack.png",
|
116 |
+
"adversarial": "train/1/adv_2_Boundary_Attack.png",
|
117 |
+
"original": [
|
118 |
+
"train/1/orig_2_Boundary_Attack.png"
|
119 |
+
],
|
120 |
+
"label": 1,
|
121 |
+
"prediction": 0
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"attack": "Boundary_Attack",
|
125 |
+
"type": "black_box_attacks",
|
126 |
+
"perturbation": "perturbations/perturbation_0_Boundary_Attack.png",
|
127 |
+
"adversarial": "train/1/adv_0_Boundary_Attack.png",
|
128 |
+
"original": [
|
129 |
+
"train/1/orig_0_Boundary_Attack.png"
|
130 |
+
],
|
131 |
+
"label": 1,
|
132 |
+
"prediction": 0
|
133 |
+
},
|
134 |
+
{
|
135 |
+
"attack": "Boundary_Attack",
|
136 |
+
"type": "black_box_attacks",
|
137 |
+
"perturbation": "perturbations/perturbation_1_Boundary_Attack.png",
|
138 |
+
"adversarial": "train/1/adv_1_Boundary_Attack.png",
|
139 |
+
"original": [
|
140 |
+
"train/1/orig_1_Boundary_Attack.png"
|
141 |
+
],
|
142 |
+
"label": 1,
|
143 |
+
"prediction": 0
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"attack": "Boundary_Attack",
|
147 |
+
"type": "black_box_attacks",
|
148 |
+
"perturbation": "perturbations/perturbation_3_Boundary_Attack.png",
|
149 |
+
"adversarial": "train/1/adv_3_Boundary_Attack.png",
|
150 |
+
"original": [
|
151 |
+
"train/1/orig_3_Boundary_Attack.png"
|
152 |
+
],
|
153 |
+
"label": 1,
|
154 |
+
"prediction": 0
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"attack": "Boundary_Attack",
|
158 |
+
"type": "black_box_attacks",
|
159 |
+
"perturbation": "perturbations/perturbation_4_Boundary_Attack.png",
|
160 |
+
"adversarial": "train/1/adv_4_Boundary_Attack.png",
|
161 |
+
"original": [
|
162 |
+
"train/1/orig_4_Boundary_Attack.png"
|
163 |
+
],
|
164 |
+
"label": 1,
|
165 |
+
"prediction": 0
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"attack": "Boundary_Attack",
|
169 |
+
"type": "black_box_attacks",
|
170 |
+
"perturbation": "perturbations/perturbation_5_Boundary_Attack.png",
|
171 |
+
"adversarial": "train/1/adv_5_Boundary_Attack.png",
|
172 |
+
"original": [
|
173 |
+
"train/1/orig_5_Boundary_Attack.png"
|
174 |
+
],
|
175 |
+
"label": 1,
|
176 |
+
"prediction": 0
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"attack": "Boundary_Attack",
|
180 |
+
"type": "black_box_attacks",
|
181 |
+
"perturbation": "perturbations/perturbation_7_Boundary_Attack.png",
|
182 |
+
"adversarial": "train/1/adv_7_Boundary_Attack.png",
|
183 |
+
"original": [
|
184 |
+
"train/1/orig_7_Boundary_Attack.png"
|
185 |
+
],
|
186 |
+
"label": 1,
|
187 |
+
"prediction": 0
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"attack": "Boundary_Attack",
|
191 |
+
"type": "black_box_attacks",
|
192 |
+
"perturbation": "perturbations/perturbation_6_Boundary_Attack.png",
|
193 |
+
"adversarial": "train/1/adv_6_Boundary_Attack.png",
|
194 |
+
"original": [
|
195 |
+
"train/1/orig_6_Boundary_Attack.png"
|
196 |
+
],
|
197 |
+
"label": 1,
|
198 |
+
"prediction": 0
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"attack": "Boundary_Attack",
|
202 |
+
"type": "black_box_attacks",
|
203 |
+
"perturbation": "perturbations/perturbation_9_Boundary_Attack.png",
|
204 |
+
"adversarial": "train/1/adv_9_Boundary_Attack.png",
|
205 |
+
"original": [
|
206 |
+
"train/1/orig_9_Boundary_Attack.png"
|
207 |
+
],
|
208 |
+
"label": 1,
|
209 |
+
"prediction": 0
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"attack": "Boundary_Attack",
|
213 |
+
"type": "black_box_attacks",
|
214 |
+
"perturbation": "perturbations/perturbation_8_Boundary_Attack.png",
|
215 |
+
"adversarial": "train/1/adv_8_Boundary_Attack.png",
|
216 |
+
"original": [
|
217 |
+
"train/1/orig_8_Boundary_Attack.png"
|
218 |
+
],
|
219 |
+
"label": 1,
|
220 |
+
"prediction": 0
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"attack": "SpatialTransformation_Attack",
|
224 |
+
"type": "black_box_attacks",
|
225 |
+
"perturbation": "perturbations/perturbation_2_SpatialTransformation_Attack.png",
|
226 |
+
"adversarial": "train/1/adv_2_SpatialTransformation_Attack.png",
|
227 |
+
"original": [
|
228 |
+
"train/1/orig_2_SpatialTransformation_Attack.png"
|
229 |
+
],
|
230 |
+
"label": 1,
|
231 |
+
"prediction": 0
|
232 |
+
},
|
233 |
+
{
|
234 |
+
"attack": "SpatialTransformation_Attack",
|
235 |
+
"type": "black_box_attacks",
|
236 |
+
"perturbation": "perturbations/perturbation_0_SpatialTransformation_Attack.png",
|
237 |
+
"adversarial": "train/1/adv_0_SpatialTransformation_Attack.png",
|
238 |
+
"original": [
|
239 |
+
"train/1/orig_0_SpatialTransformation_Attack.png"
|
240 |
+
],
|
241 |
+
"label": 1,
|
242 |
+
"prediction": 0
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"attack": "SpatialTransformation_Attack",
|
246 |
+
"type": "black_box_attacks",
|
247 |
+
"perturbation": "perturbations/perturbation_1_SpatialTransformation_Attack.png",
|
248 |
+
"adversarial": "train/1/adv_1_SpatialTransformation_Attack.png",
|
249 |
+
"original": [
|
250 |
+
"train/1/orig_1_SpatialTransformation_Attack.png"
|
251 |
+
],
|
252 |
+
"label": 1,
|
253 |
+
"prediction": 0
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"attack": "SpatialTransformation_Attack",
|
257 |
+
"type": "black_box_attacks",
|
258 |
+
"perturbation": "perturbations/perturbation_3_SpatialTransformation_Attack.png",
|
259 |
+
"adversarial": "train/1/adv_3_SpatialTransformation_Attack.png",
|
260 |
+
"original": [
|
261 |
+
"train/1/orig_3_SpatialTransformation_Attack.png"
|
262 |
+
],
|
263 |
+
"label": 1,
|
264 |
+
"prediction": 0
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"attack": "SpatialTransformation_Attack",
|
268 |
+
"type": "black_box_attacks",
|
269 |
+
"perturbation": "perturbations/perturbation_4_SpatialTransformation_Attack.png",
|
270 |
+
"adversarial": "train/1/adv_4_SpatialTransformation_Attack.png",
|
271 |
+
"original": [
|
272 |
+
"train/1/orig_4_SpatialTransformation_Attack.png"
|
273 |
+
],
|
274 |
+
"label": 1,
|
275 |
+
"prediction": 0
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"attack": "SpatialTransformation_Attack",
|
279 |
+
"type": "black_box_attacks",
|
280 |
+
"perturbation": "perturbations/perturbation_5_SpatialTransformation_Attack.png",
|
281 |
+
"adversarial": "train/1/adv_5_SpatialTransformation_Attack.png",
|
282 |
+
"original": [
|
283 |
+
"train/1/orig_5_SpatialTransformation_Attack.png"
|
284 |
+
],
|
285 |
+
"label": 1,
|
286 |
+
"prediction": 0
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"attack": "SpatialTransformation_Attack",
|
290 |
+
"type": "black_box_attacks",
|
291 |
+
"perturbation": "perturbations/perturbation_7_SpatialTransformation_Attack.png",
|
292 |
+
"adversarial": "train/1/adv_7_SpatialTransformation_Attack.png",
|
293 |
+
"original": [
|
294 |
+
"train/1/orig_7_SpatialTransformation_Attack.png"
|
295 |
+
],
|
296 |
+
"label": 1,
|
297 |
+
"prediction": 0
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"attack": "SpatialTransformation_Attack",
|
301 |
+
"type": "black_box_attacks",
|
302 |
+
"perturbation": "perturbations/perturbation_6_SpatialTransformation_Attack.png",
|
303 |
+
"adversarial": "train/1/adv_6_SpatialTransformation_Attack.png",
|
304 |
+
"original": [
|
305 |
+
"train/1/orig_6_SpatialTransformation_Attack.png"
|
306 |
+
],
|
307 |
+
"label": 1,
|
308 |
+
"prediction": 0
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"attack": "SpatialTransformation_Attack",
|
312 |
+
"type": "black_box_attacks",
|
313 |
+
"perturbation": "perturbations/perturbation_9_SpatialTransformation_Attack.png",
|
314 |
+
"adversarial": "train/1/adv_9_SpatialTransformation_Attack.png",
|
315 |
+
"original": [
|
316 |
+
"train/1/orig_9_SpatialTransformation_Attack.png"
|
317 |
+
],
|
318 |
+
"label": 1,
|
319 |
+
"prediction": 0
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"attack": "SpatialTransformation_Attack",
|
323 |
+
"type": "black_box_attacks",
|
324 |
+
"perturbation": "perturbations/perturbation_8_SpatialTransformation_Attack.png",
|
325 |
+
"adversarial": "train/1/adv_8_SpatialTransformation_Attack.png",
|
326 |
+
"original": [
|
327 |
+
"train/1/orig_8_SpatialTransformation_Attack.png"
|
328 |
+
],
|
329 |
+
"label": 1,
|
330 |
+
"prediction": 0
|
331 |
+
},
|
332 |
+
{
|
333 |
+
"attack": "Enhanced_Square_Attack",
|
334 |
+
"type": "black_box_attacks",
|
335 |
+
"perturbation": "perturbations/perturbation_2_Enhanced_Square_Attack.png",
|
336 |
+
"adversarial": "train/0/adv_2_Enhanced_Square_Attack.png",
|
337 |
+
"original": [
|
338 |
+
"train/0/orig_2_Enhanced_Square_Attack.png"
|
339 |
+
],
|
340 |
+
"label": 0,
|
341 |
+
"prediction": NaN
|
342 |
+
},
|
343 |
+
{
|
344 |
+
"attack": "Enhanced_Square_Attack",
|
345 |
+
"type": "black_box_attacks",
|
346 |
+
"perturbation": "perturbations/perturbation_3_Enhanced_Square_Attack.png",
|
347 |
+
"adversarial": "train/0/adv_3_Enhanced_Square_Attack.png",
|
348 |
+
"original": [
|
349 |
+
"train/0/orig_3_Enhanced_Square_Attack.png"
|
350 |
+
],
|
351 |
+
"label": 0,
|
352 |
+
"prediction": NaN
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"attack": "Enhanced_Square_Attack",
|
356 |
+
"type": "black_box_attacks",
|
357 |
+
"perturbation": "perturbations/perturbation_1_Enhanced_Square_Attack.png",
|
358 |
+
"adversarial": "train/0/adv_1_Enhanced_Square_Attack.png",
|
359 |
+
"original": [
|
360 |
+
"train/0/orig_1_Enhanced_Square_Attack.png"
|
361 |
+
],
|
362 |
+
"label": 0,
|
363 |
+
"prediction": NaN
|
364 |
+
},
|
365 |
+
{
|
366 |
+
"attack": "Enhanced_Square_Attack",
|
367 |
+
"type": "black_box_attacks",
|
368 |
+
"perturbation": "perturbations/perturbation_5_Enhanced_Square_Attack.png",
|
369 |
+
"adversarial": "train/1/adv_5_Enhanced_Square_Attack.png",
|
370 |
+
"original": [
|
371 |
+
"train/1/orig_5_Enhanced_Square_Attack.png"
|
372 |
+
],
|
373 |
+
"label": 1,
|
374 |
+
"prediction": NaN
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"attack": "Enhanced_Square_Attack",
|
378 |
+
"type": "black_box_attacks",
|
379 |
+
"perturbation": "perturbations/perturbation_0_Enhanced_Square_Attack.png",
|
380 |
+
"adversarial": "train/0/adv_0_Enhanced_Square_Attack.png",
|
381 |
+
"original": [
|
382 |
+
"train/0/orig_0_Enhanced_Square_Attack.png"
|
383 |
+
],
|
384 |
+
"label": 0,
|
385 |
+
"prediction": NaN
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"attack": "Enhanced_Square_Attack",
|
389 |
+
"type": "black_box_attacks",
|
390 |
+
"perturbation": "perturbations/perturbation_4_Enhanced_Square_Attack.png",
|
391 |
+
"adversarial": "train/0/adv_4_Enhanced_Square_Attack.png",
|
392 |
+
"original": [
|
393 |
+
"train/0/orig_4_Enhanced_Square_Attack.png"
|
394 |
+
],
|
395 |
+
"label": 0,
|
396 |
+
"prediction": NaN
|
397 |
+
},
|
398 |
+
{
|
399 |
+
"attack": "Enhanced_Square_Attack",
|
400 |
+
"type": "black_box_attacks",
|
401 |
+
"perturbation": "perturbations/perturbation_6_Enhanced_Square_Attack.png",
|
402 |
+
"adversarial": "train/1/adv_6_Enhanced_Square_Attack.png",
|
403 |
+
"original": [
|
404 |
+
"train/1/orig_6_Enhanced_Square_Attack.png"
|
405 |
+
],
|
406 |
+
"label": 1,
|
407 |
+
"prediction": NaN
|
408 |
+
},
|
409 |
+
{
|
410 |
+
"attack": "Enhanced_Square_Attack",
|
411 |
+
"type": "black_box_attacks",
|
412 |
+
"perturbation": "perturbations/perturbation_7_Enhanced_Square_Attack.png",
|
413 |
+
"adversarial": "train/0/adv_7_Enhanced_Square_Attack.png",
|
414 |
+
"original": [
|
415 |
+
"train/0/orig_7_Enhanced_Square_Attack.png"
|
416 |
+
],
|
417 |
+
"label": 0,
|
418 |
+
"prediction": NaN
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"attack": "Enhanced_Square_Attack",
|
422 |
+
"type": "black_box_attacks",
|
423 |
+
"perturbation": "perturbations/perturbation_9_Enhanced_Square_Attack.png",
|
424 |
+
"adversarial": "train/0/adv_9_Enhanced_Square_Attack.png",
|
425 |
+
"original": [
|
426 |
+
"train/0/orig_9_Enhanced_Square_Attack.png"
|
427 |
+
],
|
428 |
+
"label": 0,
|
429 |
+
"prediction": NaN
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"attack": "Enhanced_Square_Attack",
|
433 |
+
"type": "black_box_attacks",
|
434 |
+
"perturbation": "perturbations/perturbation_8_Enhanced_Square_Attack.png",
|
435 |
+
"adversarial": "train/0/adv_8_Enhanced_Square_Attack.png",
|
436 |
+
"original": [
|
437 |
+
"train/0/orig_8_Enhanced_Square_Attack.png"
|
438 |
+
],
|
439 |
+
"label": 0,
|
440 |
+
"prediction": NaN
|
441 |
+
},
|
442 |
+
{
|
443 |
+
"attack": "Zoo_Attack",
|
444 |
+
"type": "black_box_attacks",
|
445 |
+
"perturbation": "perturbations/perturbation_2_Zoo_Attack.png",
|
446 |
+
"adversarial": "train/1/adv_2_Zoo_Attack.png",
|
447 |
+
"original": [
|
448 |
+
"train/1/orig_2_Zoo_Attack.png"
|
449 |
+
],
|
450 |
+
"label": 1,
|
451 |
+
"prediction": 0
|
452 |
+
},
|
453 |
+
{
|
454 |
+
"attack": "Zoo_Attack",
|
455 |
+
"type": "black_box_attacks",
|
456 |
+
"perturbation": "perturbations/perturbation_0_Zoo_Attack.png",
|
457 |
+
"adversarial": "train/1/adv_0_Zoo_Attack.png",
|
458 |
+
"original": [
|
459 |
+
"train/1/orig_0_Zoo_Attack.png"
|
460 |
+
],
|
461 |
+
"label": 1,
|
462 |
+
"prediction": 0
|
463 |
+
},
|
464 |
+
{
|
465 |
+
"attack": "Zoo_Attack",
|
466 |
+
"type": "black_box_attacks",
|
467 |
+
"perturbation": "perturbations/perturbation_1_Zoo_Attack.png",
|
468 |
+
"adversarial": "train/1/adv_1_Zoo_Attack.png",
|
469 |
+
"original": [
|
470 |
+
"train/1/orig_1_Zoo_Attack.png"
|
471 |
+
],
|
472 |
+
"label": 1,
|
473 |
+
"prediction": 0
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"attack": "Zoo_Attack",
|
477 |
+
"type": "black_box_attacks",
|
478 |
+
"perturbation": "perturbations/perturbation_3_Zoo_Attack.png",
|
479 |
+
"adversarial": "train/1/adv_3_Zoo_Attack.png",
|
480 |
+
"original": [
|
481 |
+
"train/1/orig_3_Zoo_Attack.png"
|
482 |
+
],
|
483 |
+
"label": 1,
|
484 |
+
"prediction": 0
|
485 |
+
},
|
486 |
+
{
|
487 |
+
"attack": "Zoo_Attack",
|
488 |
+
"type": "black_box_attacks",
|
489 |
+
"perturbation": "perturbations/perturbation_4_Zoo_Attack.png",
|
490 |
+
"adversarial": "train/1/adv_4_Zoo_Attack.png",
|
491 |
+
"original": [
|
492 |
+
"train/1/orig_4_Zoo_Attack.png"
|
493 |
+
],
|
494 |
+
"label": 1,
|
495 |
+
"prediction": 0
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"attack": "Zoo_Attack",
|
499 |
+
"type": "black_box_attacks",
|
500 |
+
"perturbation": "perturbations/perturbation_5_Zoo_Attack.png",
|
501 |
+
"adversarial": "train/1/adv_5_Zoo_Attack.png",
|
502 |
+
"original": [
|
503 |
+
"train/1/orig_5_Zoo_Attack.png"
|
504 |
+
],
|
505 |
+
"label": 1,
|
506 |
+
"prediction": 0
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"attack": "Zoo_Attack",
|
510 |
+
"type": "black_box_attacks",
|
511 |
+
"perturbation": "perturbations/perturbation_7_Zoo_Attack.png",
|
512 |
+
"adversarial": "train/1/adv_7_Zoo_Attack.png",
|
513 |
+
"original": [
|
514 |
+
"train/1/orig_7_Zoo_Attack.png"
|
515 |
+
],
|
516 |
+
"label": 1,
|
517 |
+
"prediction": 0
|
518 |
+
},
|
519 |
+
{
|
520 |
+
"attack": "Zoo_Attack",
|
521 |
+
"type": "black_box_attacks",
|
522 |
+
"perturbation": "perturbations/perturbation_6_Zoo_Attack.png",
|
523 |
+
"adversarial": "train/1/adv_6_Zoo_Attack.png",
|
524 |
+
"original": [
|
525 |
+
"train/1/orig_6_Zoo_Attack.png"
|
526 |
+
],
|
527 |
+
"label": 1,
|
528 |
+
"prediction": 0
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"attack": "Zoo_Attack",
|
532 |
+
"type": "black_box_attacks",
|
533 |
+
"perturbation": "perturbations/perturbation_9_Zoo_Attack.png",
|
534 |
+
"adversarial": "train/1/adv_9_Zoo_Attack.png",
|
535 |
+
"original": [
|
536 |
+
"train/1/orig_9_Zoo_Attack.png"
|
537 |
+
],
|
538 |
+
"label": 1,
|
539 |
+
"prediction": 0
|
540 |
+
},
|
541 |
+
{
|
542 |
+
"attack": "Zoo_Attack",
|
543 |
+
"type": "black_box_attacks",
|
544 |
+
"perturbation": "perturbations/perturbation_8_Zoo_Attack.png",
|
545 |
+
"adversarial": "train/1/adv_8_Zoo_Attack.png",
|
546 |
+
"original": [
|
547 |
+
"train/1/orig_8_Zoo_Attack.png"
|
548 |
+
],
|
549 |
+
"label": 1,
|
550 |
+
"prediction": 0
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"attack": "HopSkipJump_Attack",
|
554 |
+
"type": "black_box_attacks",
|
555 |
+
"perturbation": "perturbations/perturbation_2_HopSkipJump_Attack.png",
|
556 |
+
"adversarial": "train/0/adv_2_HopSkipJump_Attack.png",
|
557 |
+
"original": [
|
558 |
+
"train/0/orig_2_HopSkipJump_Attack.png"
|
559 |
+
],
|
560 |
+
"label": 0,
|
561 |
+
"prediction": NaN
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"attack": "HopSkipJump_Attack",
|
565 |
+
"type": "black_box_attacks",
|
566 |
+
"perturbation": "perturbations/perturbation_3_HopSkipJump_Attack.png",
|
567 |
+
"adversarial": "train/0/adv_3_HopSkipJump_Attack.png",
|
568 |
+
"original": [
|
569 |
+
"train/0/orig_3_HopSkipJump_Attack.png"
|
570 |
+
],
|
571 |
+
"label": 0,
|
572 |
+
"prediction": NaN
|
573 |
+
},
|
574 |
+
{
|
575 |
+
"attack": "HopSkipJump_Attack",
|
576 |
+
"type": "black_box_attacks",
|
577 |
+
"perturbation": "perturbations/perturbation_1_HopSkipJump_Attack.png",
|
578 |
+
"adversarial": "train/0/adv_1_HopSkipJump_Attack.png",
|
579 |
+
"original": [
|
580 |
+
"train/0/orig_1_HopSkipJump_Attack.png"
|
581 |
+
],
|
582 |
+
"label": 0,
|
583 |
+
"prediction": NaN
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"attack": "HopSkipJump_Attack",
|
587 |
+
"type": "black_box_attacks",
|
588 |
+
"perturbation": "perturbations/perturbation_5_HopSkipJump_Attack.png",
|
589 |
+
"adversarial": "train/1/adv_5_HopSkipJump_Attack.png",
|
590 |
+
"original": [
|
591 |
+
"train/1/orig_5_HopSkipJump_Attack.png"
|
592 |
+
],
|
593 |
+
"label": 1,
|
594 |
+
"prediction": NaN
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"attack": "HopSkipJump_Attack",
|
598 |
+
"type": "black_box_attacks",
|
599 |
+
"perturbation": "perturbations/perturbation_0_HopSkipJump_Attack.png",
|
600 |
+
"adversarial": "train/0/adv_0_HopSkipJump_Attack.png",
|
601 |
+
"original": [
|
602 |
+
"train/0/orig_0_HopSkipJump_Attack.png"
|
603 |
+
],
|
604 |
+
"label": 0,
|
605 |
+
"prediction": NaN
|
606 |
+
},
|
607 |
+
{
|
608 |
+
"attack": "HopSkipJump_Attack",
|
609 |
+
"type": "black_box_attacks",
|
610 |
+
"perturbation": "perturbations/perturbation_4_HopSkipJump_Attack.png",
|
611 |
+
"adversarial": "train/0/adv_4_HopSkipJump_Attack.png",
|
612 |
+
"original": [
|
613 |
+
"train/0/orig_4_HopSkipJump_Attack.png"
|
614 |
+
],
|
615 |
+
"label": 0,
|
616 |
+
"prediction": NaN
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"attack": "HopSkipJump_Attack",
|
620 |
+
"type": "black_box_attacks",
|
621 |
+
"perturbation": "perturbations/perturbation_6_HopSkipJump_Attack.png",
|
622 |
+
"adversarial": "train/1/adv_6_HopSkipJump_Attack.png",
|
623 |
+
"original": [
|
624 |
+
"train/1/orig_6_HopSkipJump_Attack.png"
|
625 |
+
],
|
626 |
+
"label": 1,
|
627 |
+
"prediction": NaN
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"attack": "HopSkipJump_Attack",
|
631 |
+
"type": "black_box_attacks",
|
632 |
+
"perturbation": "perturbations/perturbation_7_HopSkipJump_Attack.png",
|
633 |
+
"adversarial": "train/0/adv_7_HopSkipJump_Attack.png",
|
634 |
+
"original": [
|
635 |
+
"train/0/orig_7_HopSkipJump_Attack.png"
|
636 |
+
],
|
637 |
+
"label": 0,
|
638 |
+
"prediction": NaN
|
639 |
+
},
|
640 |
+
{
|
641 |
+
"attack": "HopSkipJump_Attack",
|
642 |
+
"type": "black_box_attacks",
|
643 |
+
"perturbation": "perturbations/perturbation_9_HopSkipJump_Attack.png",
|
644 |
+
"adversarial": "train/0/adv_9_HopSkipJump_Attack.png",
|
645 |
+
"original": [
|
646 |
+
"train/0/orig_9_HopSkipJump_Attack.png"
|
647 |
+
],
|
648 |
+
"label": 0,
|
649 |
+
"prediction": NaN
|
650 |
+
},
|
651 |
+
{
|
652 |
+
"attack": "HopSkipJump_Attack",
|
653 |
+
"type": "black_box_attacks",
|
654 |
+
"perturbation": "perturbations/perturbation_8_HopSkipJump_Attack.png",
|
655 |
+
"adversarial": "train/0/adv_8_HopSkipJump_Attack.png",
|
656 |
+
"original": [
|
657 |
+
"train/0/orig_8_HopSkipJump_Attack.png"
|
658 |
+
],
|
659 |
+
"label": 0,
|
660 |
+
"prediction": NaN
|
661 |
+
}
|
662 |
+
]
|
perturbations/perturbation_0_Boundary_Attack.png
ADDED
![]() |
perturbations/perturbation_0_Enhanced_Square_Attack.png
ADDED
![]() |
perturbations/perturbation_0_HopSkipJump_Attack.png
ADDED
![]() |
perturbations/perturbation_0_SimBA.png
ADDED
![]() |
perturbations/perturbation_0_SpatialTransformation_Attack.png
ADDED
![]() |
perturbations/perturbation_0_Zoo_Attack.png
ADDED
![]() |
perturbations/perturbation_1_Boundary_Attack.png
ADDED
![]() |
perturbations/perturbation_1_Enhanced_Square_Attack.png
ADDED
![]() |
perturbations/perturbation_1_HopSkipJump_Attack.png
ADDED
![]() |
perturbations/perturbation_1_SimBA.png
ADDED
![]() |
perturbations/perturbation_1_SpatialTransformation_Attack.png
ADDED
![]() |
perturbations/perturbation_1_Zoo_Attack.png
ADDED
![]() |
perturbations/perturbation_2_Boundary_Attack.png
ADDED
![]() |
perturbations/perturbation_2_Enhanced_Square_Attack.png
ADDED
![]() |
perturbations/perturbation_2_HopSkipJump_Attack.png
ADDED
![]() |
perturbations/perturbation_2_SimBA.png
ADDED
![]() |
perturbations/perturbation_2_SpatialTransformation_Attack.png
ADDED
![]() |
perturbations/perturbation_2_Zoo_Attack.png
ADDED
![]() |
perturbations/perturbation_3_Boundary_Attack.png
ADDED
![]() |
perturbations/perturbation_3_Enhanced_Square_Attack.png
ADDED
![]() |
perturbations/perturbation_3_HopSkipJump_Attack.png
ADDED
![]() |
perturbations/perturbation_3_SimBA.png
ADDED
![]() |
perturbations/perturbation_3_SpatialTransformation_Attack.png
ADDED
![]() |
perturbations/perturbation_3_Zoo_Attack.png
ADDED
![]() |
perturbations/perturbation_4_Boundary_Attack.png
ADDED
![]() |
perturbations/perturbation_4_Enhanced_Square_Attack.png
ADDED
![]() |
perturbations/perturbation_4_HopSkipJump_Attack.png
ADDED
![]() |
perturbations/perturbation_4_SimBA.png
ADDED
![]() |
perturbations/perturbation_4_SpatialTransformation_Attack.png
ADDED
![]() |
perturbations/perturbation_4_Zoo_Attack.png
ADDED
![]() |
perturbations/perturbation_5_Boundary_Attack.png
ADDED
![]() |
perturbations/perturbation_5_Enhanced_Square_Attack.png
ADDED
![]() |
perturbations/perturbation_5_HopSkipJump_Attack.png
ADDED
![]() |
perturbations/perturbation_5_SimBA.png
ADDED
![]() |
perturbations/perturbation_5_SpatialTransformation_Attack.png
ADDED
![]() |
perturbations/perturbation_5_Zoo_Attack.png
ADDED
![]() |
perturbations/perturbation_6_Boundary_Attack.png
ADDED
![]() |
perturbations/perturbation_6_Enhanced_Square_Attack.png
ADDED
![]() |
perturbations/perturbation_6_HopSkipJump_Attack.png
ADDED
![]() |
perturbations/perturbation_6_SimBA.png
ADDED
![]() |
perturbations/perturbation_6_SpatialTransformation_Attack.png
ADDED
![]() |
perturbations/perturbation_6_Zoo_Attack.png
ADDED
![]() |
perturbations/perturbation_7_Boundary_Attack.png
ADDED
![]() |
perturbations/perturbation_7_Enhanced_Square_Attack.png
ADDED
![]() |
perturbations/perturbation_7_HopSkipJump_Attack.png
ADDED
![]() |
perturbations/perturbation_7_SimBA.png
ADDED
![]() |
perturbations/perturbation_7_SpatialTransformation_Attack.png
ADDED
![]() |
perturbations/perturbation_7_Zoo_Attack.png
ADDED
![]() |