Datasets:
Venkata Pydipalli
commited on
Commit
Β·
a48c62f
1
Parent(s):
fb24ec6
Changes to the dataset structure according to huggingface.
Browse filesThis view is limited to 50 files because it contains too many changes. Β
See raw diff
- README.md +18 -20
- dataset.json +575 -661
- {train/1 β originals}/orig_0_Boundary_Attack.png +0 -0
- {train/0 β originals}/orig_0_Enhanced_Square_Attack.png +0 -0
- {train/0 β originals}/orig_0_HopSkipJump_Attack.png +0 -0
- {train/1 β originals}/orig_0_SimBA.png +0 -0
- {train/1 β originals}/orig_0_SpatialTransformation_Attack.png +0 -0
- {train/1 β originals}/orig_0_Zoo_Attack.png +0 -0
- {train/1 β originals}/orig_1_Boundary_Attack.png +0 -0
- {train/0 β originals}/orig_1_Enhanced_Square_Attack.png +0 -0
- {train/0 β originals}/orig_1_HopSkipJump_Attack.png +0 -0
- {train/1 β originals}/orig_1_SimBA.png +0 -0
- {train/1 β originals}/orig_1_SpatialTransformation_Attack.png +0 -0
- {train/1 β originals}/orig_1_Zoo_Attack.png +0 -0
- {train/1 β originals}/orig_2_Boundary_Attack.png +0 -0
- {train/0 β originals}/orig_2_Enhanced_Square_Attack.png +0 -0
- {train/0 β originals}/orig_2_HopSkipJump_Attack.png +0 -0
- {train/1 β originals}/orig_2_SimBA.png +0 -0
- {train/1 β originals}/orig_2_SpatialTransformation_Attack.png +0 -0
- {train/1 β originals}/orig_2_Zoo_Attack.png +0 -0
- {train/1 β originals}/orig_3_Boundary_Attack.png +0 -0
- {train/0 β originals}/orig_3_Enhanced_Square_Attack.png +0 -0
- {train/0 β originals}/orig_3_HopSkipJump_Attack.png +0 -0
- {train/1 β originals}/orig_3_SimBA.png +0 -0
- {train/1 β originals}/orig_3_SpatialTransformation_Attack.png +0 -0
- {train/1 β originals}/orig_3_Zoo_Attack.png +0 -0
- {train/1 β originals}/orig_4_Boundary_Attack.png +0 -0
- {train/0 β originals}/orig_4_Enhanced_Square_Attack.png +0 -0
- {train/0 β originals}/orig_4_HopSkipJump_Attack.png +0 -0
- {train/1 β originals}/orig_4_SimBA.png +0 -0
- {train/1 β originals}/orig_4_SpatialTransformation_Attack.png +0 -0
- {train/1 β originals}/orig_4_Zoo_Attack.png +0 -0
- {train/1 β originals}/orig_5_Boundary_Attack.png +0 -0
- {train/1 β originals}/orig_5_Enhanced_Square_Attack.png +0 -0
- {train/1 β originals}/orig_5_HopSkipJump_Attack.png +0 -0
- {train/1 β originals}/orig_5_SimBA.png +0 -0
- {train/1 β originals}/orig_5_SpatialTransformation_Attack.png +0 -0
- {train/1 β originals}/orig_5_Zoo_Attack.png +0 -0
- {train/1 β originals}/orig_6_Boundary_Attack.png +0 -0
- {train/1 β originals}/orig_6_Enhanced_Square_Attack.png +0 -0
- {train/1 β originals}/orig_6_HopSkipJump_Attack.png +0 -0
- {train/1 β originals}/orig_6_SimBA.png +0 -0
- {train/1 β originals}/orig_6_SpatialTransformation_Attack.png +0 -0
- {train/1 β originals}/orig_6_Zoo_Attack.png +0 -0
- {train/1 β originals}/orig_7_Boundary_Attack.png +0 -0
- {train/0 β originals}/orig_7_Enhanced_Square_Attack.png +0 -0
- {train/0 β originals}/orig_7_HopSkipJump_Attack.png +0 -0
- {train/1 β originals}/orig_7_SimBA.png +0 -0
- {train/1 β originals}/orig_7_SpatialTransformation_Attack.png +0 -0
- {train/1 β originals}/orig_7_Zoo_Attack.png +0 -0
README.md
CHANGED
|
@@ -26,25 +26,23 @@ Researchers and engineers can use this dataset to:
|
|
| 26 |
```
|
| 27 |
organized_dataset/
|
| 28 |
βββ train/
|
| 29 |
-
β βββ 0/ # Negative samples
|
| 30 |
-
β β
|
| 31 |
-
β
|
| 32 |
-
β
|
| 33 |
-
|
| 34 |
-
β
|
| 35 |
-
β
|
| 36 |
-
|
| 37 |
-
βββ perturbations/
|
| 38 |
β βββ perturbation_0_SquareAttack.png
|
| 39 |
-
β
|
| 40 |
-
β βββ ...
|
| 41 |
βββ dataset.json
|
| 42 |
```
|
| 43 |
|
| 44 |
Each adversarial example consists of:
|
| 45 |
-
- `adv_{id}_label{true/false}_pred{pred_label}_{attack_name}.png` β **Adversarial image** with model prediction
|
| 46 |
-
- `orig_{id}_label{true/false}_{attack_name}.png` β **Original image** before perturbation
|
| 47 |
-
- `perturbation_{id}_{attack_name}.png` β **The perturbation applied** to the original image
|
| 48 |
- **Attack name in filename** indicates which method was used
|
| 49 |
|
| 50 |
The `dataset.json` file contains detailed metadata for each sample, including:
|
|
@@ -54,7 +52,7 @@ The `dataset.json` file contains detailed metadata for each sample, including:
|
|
| 54 |
"type": "black_box_attacks",
|
| 55 |
"perturbation": "perturbations/perturbation_1_SquareAttack.png",
|
| 56 |
"adversarial": "train/0/adv_1_labelfalse_pred1_SquareAttack.png",
|
| 57 |
-
"original":
|
| 58 |
"label": 0,
|
| 59 |
"prediction": 1
|
| 60 |
}
|
|
@@ -104,7 +102,7 @@ from pathlib import Path
|
|
| 104 |
|
| 105 |
# Load the dataset information
|
| 106 |
with open('organized_dataset/dataset.json', 'r') as f:
|
| 107 |
-
dataset_info = json.load(f)
|
| 108 |
|
| 109 |
# Define transformation
|
| 110 |
transform = transforms.Compose([
|
|
@@ -120,16 +118,16 @@ def load_image(image_path):
|
|
| 120 |
# Example: Loading a set of related images (original, adversarial, and perturbation)
|
| 121 |
for entry in dataset_info:
|
| 122 |
# Load adversarial image
|
| 123 |
-
adv_path = Path('organized_dataset') / entry['
|
| 124 |
adv_image = load_image(adv_path)
|
| 125 |
|
| 126 |
# Load original image
|
| 127 |
-
orig_path = Path('organized_dataset') / entry['
|
| 128 |
orig_image = load_image(orig_path)
|
| 129 |
|
| 130 |
# Load perturbation if available
|
| 131 |
-
if entry['
|
| 132 |
-
pert_path = Path('organized_dataset') / entry['
|
| 133 |
pert_image = load_image(pert_path)
|
| 134 |
|
| 135 |
# Access metadata
|
|
|
|
| 26 |
```
|
| 27 |
organized_dataset/
|
| 28 |
βββ train/
|
| 29 |
+
β βββ 0/ # Negative samples (adversarial images only)
|
| 30 |
+
β β βββ adv_0_labelfalse_pred1_SquareAttack.png
|
| 31 |
+
β βββ 1/ # Positive samples (adversarial images only)
|
| 32 |
+
β βββ adv_1_labeltrue_pred0_SquareAttack.png
|
| 33 |
+
βββ originals/ # Original images
|
| 34 |
+
β βββ orig_0_labelfalse_SquareAttack.png
|
| 35 |
+
β βββ orig_1_labeltrue_SquareAttack.png
|
| 36 |
+
βββ perturbations/ # Perturbation masks
|
|
|
|
| 37 |
β βββ perturbation_0_SquareAttack.png
|
| 38 |
+
β βββ perturbation_1_SquareAttack.png
|
|
|
|
| 39 |
βββ dataset.json
|
| 40 |
```
|
| 41 |
|
| 42 |
Each adversarial example consists of:
|
| 43 |
+
- `train/{0,1}/adv_{id}_label{true/false}_pred{pred_label}_{attack_name}.png` β **Adversarial image** with model prediction
|
| 44 |
+
- `originals/orig_{id}_label{true/false}_{attack_name}.png` β **Original image** before perturbation
|
| 45 |
+
- `perturbations/perturbation_{id}_{attack_name}.png` β **The perturbation applied** to the original image
|
| 46 |
- **Attack name in filename** indicates which method was used
|
| 47 |
|
| 48 |
The `dataset.json` file contains detailed metadata for each sample, including:
|
|
|
|
| 52 |
"type": "black_box_attacks",
|
| 53 |
"perturbation": "perturbations/perturbation_1_SquareAttack.png",
|
| 54 |
"adversarial": "train/0/adv_1_labelfalse_pred1_SquareAttack.png",
|
| 55 |
+
"original": "originals/orig_1_labelfalse_SquareAttack.png",
|
| 56 |
"label": 0,
|
| 57 |
"prediction": 1
|
| 58 |
}
|
|
|
|
| 102 |
|
| 103 |
# Load the dataset information
|
| 104 |
with open('organized_dataset/dataset.json', 'r') as f:
|
| 105 |
+
dataset_info = json.load(f)["train"]["rows"] # Access the rows in train split
|
| 106 |
|
| 107 |
# Define transformation
|
| 108 |
transform = transforms.Compose([
|
|
|
|
| 118 |
# Example: Loading a set of related images (original, adversarial, and perturbation)
|
| 119 |
for entry in dataset_info:
|
| 120 |
# Load adversarial image
|
| 121 |
+
adv_path = Path('organized_dataset') / entry['image_path']
|
| 122 |
adv_image = load_image(adv_path)
|
| 123 |
|
| 124 |
# Load original image
|
| 125 |
+
orig_path = Path('organized_dataset') / entry['original_path']
|
| 126 |
orig_image = load_image(orig_path)
|
| 127 |
|
| 128 |
# Load perturbation if available
|
| 129 |
+
if entry['perturbation_path']:
|
| 130 |
+
pert_path = Path('organized_dataset') / entry['perturbation_path']
|
| 131 |
pert_image = load_image(pert_path)
|
| 132 |
|
| 133 |
# Access metadata
|
dataset.json
CHANGED
|
@@ -1,662 +1,576 @@
|
|
| 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 |
-
|
| 365 |
-
|
| 366 |
-
|
| 367 |
-
|
| 368 |
-
|
| 369 |
-
|
| 370 |
-
|
| 371 |
-
|
| 372 |
-
|
| 373 |
-
|
| 374 |
-
|
| 375 |
-
|
| 376 |
-
|
| 377 |
-
|
| 378 |
-
|
| 379 |
-
|
| 380 |
-
|
| 381 |
-
|
| 382 |
-
|
| 383 |
-
|
| 384 |
-
|
| 385 |
-
|
| 386 |
-
|
| 387 |
-
|
| 388 |
-
|
| 389 |
-
|
| 390 |
-
|
| 391 |
-
|
| 392 |
-
|
| 393 |
-
|
| 394 |
-
|
| 395 |
-
|
| 396 |
-
|
| 397 |
-
|
| 398 |
-
|
| 399 |
-
|
| 400 |
-
|
| 401 |
-
|
| 402 |
-
|
| 403 |
-
|
| 404 |
-
|
| 405 |
-
|
| 406 |
-
|
| 407 |
-
|
| 408 |
-
|
| 409 |
-
|
| 410 |
-
|
| 411 |
-
|
| 412 |
-
|
| 413 |
-
|
| 414 |
-
|
| 415 |
-
|
| 416 |
-
|
| 417 |
-
|
| 418 |
-
|
| 419 |
-
|
| 420 |
-
|
| 421 |
-
|
| 422 |
-
|
| 423 |
-
|
| 424 |
-
|
| 425 |
-
|
| 426 |
-
|
| 427 |
-
|
| 428 |
-
|
| 429 |
-
|
| 430 |
-
|
| 431 |
-
|
| 432 |
-
|
| 433 |
-
|
| 434 |
-
|
| 435 |
-
|
| 436 |
-
|
| 437 |
-
|
| 438 |
-
|
| 439 |
-
|
| 440 |
-
|
| 441 |
-
|
| 442 |
-
|
| 443 |
-
|
| 444 |
-
|
| 445 |
-
|
| 446 |
-
|
| 447 |
-
|
| 448 |
-
|
| 449 |
-
|
| 450 |
-
|
| 451 |
-
|
| 452 |
-
|
| 453 |
-
|
| 454 |
-
|
| 455 |
-
|
| 456 |
-
|
| 457 |
-
|
| 458 |
-
|
| 459 |
-
|
| 460 |
-
|
| 461 |
-
|
| 462 |
-
|
| 463 |
-
|
| 464 |
-
|
| 465 |
-
|
| 466 |
-
|
| 467 |
-
|
| 468 |
-
|
| 469 |
-
|
| 470 |
-
|
| 471 |
-
|
| 472 |
-
|
| 473 |
-
|
| 474 |
-
|
| 475 |
-
|
| 476 |
-
|
| 477 |
-
|
| 478 |
-
|
| 479 |
-
|
| 480 |
-
|
| 481 |
-
|
| 482 |
-
|
| 483 |
-
|
| 484 |
-
|
| 485 |
-
|
| 486 |
-
|
| 487 |
-
|
| 488 |
-
|
| 489 |
-
|
| 490 |
-
|
| 491 |
-
|
| 492 |
-
|
| 493 |
-
|
| 494 |
-
|
| 495 |
-
|
| 496 |
-
|
| 497 |
-
|
| 498 |
-
|
| 499 |
-
|
| 500 |
-
|
| 501 |
-
|
| 502 |
-
|
| 503 |
-
|
| 504 |
-
|
| 505 |
-
|
| 506 |
-
|
| 507 |
-
|
| 508 |
-
|
| 509 |
-
|
| 510 |
-
|
| 511 |
-
|
| 512 |
-
|
| 513 |
-
|
| 514 |
-
|
| 515 |
-
|
| 516 |
-
|
| 517 |
-
|
| 518 |
-
|
| 519 |
-
|
| 520 |
-
|
| 521 |
-
|
| 522 |
-
|
| 523 |
-
|
| 524 |
-
|
| 525 |
-
|
| 526 |
-
|
| 527 |
-
|
| 528 |
-
|
| 529 |
-
|
| 530 |
-
|
| 531 |
-
|
| 532 |
-
|
| 533 |
-
|
| 534 |
-
|
| 535 |
-
|
| 536 |
-
|
| 537 |
-
|
| 538 |
-
|
| 539 |
-
|
| 540 |
-
|
| 541 |
-
|
| 542 |
-
|
| 543 |
-
|
| 544 |
-
|
| 545 |
-
|
| 546 |
-
|
| 547 |
-
|
| 548 |
-
|
| 549 |
-
|
| 550 |
-
|
| 551 |
-
|
| 552 |
-
|
| 553 |
-
|
| 554 |
-
|
| 555 |
-
|
| 556 |
-
|
| 557 |
-
|
| 558 |
-
|
| 559 |
-
|
| 560 |
-
|
| 561 |
-
|
| 562 |
-
|
| 563 |
-
|
| 564 |
-
|
| 565 |
-
|
| 566 |
-
|
| 567 |
-
|
| 568 |
-
|
| 569 |
-
|
| 570 |
-
|
| 571 |
-
|
| 572 |
-
|
| 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 |
-
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"train": {
|
| 3 |
+
"features": {
|
| 4 |
+
"image_path": {
|
| 5 |
+
"dtype": "string",
|
| 6 |
+
"_type": "Value"
|
| 7 |
+
},
|
| 8 |
+
"label": {
|
| 9 |
+
"dtype": "int64",
|
| 10 |
+
"_type": "Value"
|
| 11 |
+
},
|
| 12 |
+
"prediction": {
|
| 13 |
+
"dtype": "int64",
|
| 14 |
+
"_type": "Value"
|
| 15 |
+
},
|
| 16 |
+
"attack": {
|
| 17 |
+
"dtype": "string",
|
| 18 |
+
"_type": "Value"
|
| 19 |
+
},
|
| 20 |
+
"attack_type": {
|
| 21 |
+
"dtype": "string",
|
| 22 |
+
"_type": "Value"
|
| 23 |
+
},
|
| 24 |
+
"perturbation_path": {
|
| 25 |
+
"dtype": "string",
|
| 26 |
+
"_type": "Value"
|
| 27 |
+
},
|
| 28 |
+
"original_path": {
|
| 29 |
+
"dtype": "string",
|
| 30 |
+
"_type": "Value"
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"rows": [
|
| 34 |
+
{
|
| 35 |
+
"image_path": "train/1/adv_2_SimBA.png",
|
| 36 |
+
"label": 1,
|
| 37 |
+
"prediction": 0,
|
| 38 |
+
"attack": "SimBA",
|
| 39 |
+
"attack_type": "black_box_attacks",
|
| 40 |
+
"perturbation_path": "perturbations/perturbation_2_SimBA.png",
|
| 41 |
+
"original_path": "originals/orig_2_SimBA.png"
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"image_path": "train/1/adv_1_SimBA.png",
|
| 45 |
+
"label": 1,
|
| 46 |
+
"prediction": 0,
|
| 47 |
+
"attack": "SimBA",
|
| 48 |
+
"attack_type": "black_box_attacks",
|
| 49 |
+
"perturbation_path": "perturbations/perturbation_1_SimBA.png",
|
| 50 |
+
"original_path": "originals/orig_1_SimBA.png"
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"image_path": "train/1/adv_0_SimBA.png",
|
| 54 |
+
"label": 1,
|
| 55 |
+
"prediction": 0,
|
| 56 |
+
"attack": "SimBA",
|
| 57 |
+
"attack_type": "black_box_attacks",
|
| 58 |
+
"perturbation_path": "perturbations/perturbation_0_SimBA.png",
|
| 59 |
+
"original_path": "originals/orig_0_SimBA.png"
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"image_path": "train/1/adv_3_SimBA.png",
|
| 63 |
+
"label": 1,
|
| 64 |
+
"prediction": 0,
|
| 65 |
+
"attack": "SimBA",
|
| 66 |
+
"attack_type": "black_box_attacks",
|
| 67 |
+
"perturbation_path": "perturbations/perturbation_3_SimBA.png",
|
| 68 |
+
"original_path": "originals/orig_3_SimBA.png"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"image_path": "train/1/adv_4_SimBA.png",
|
| 72 |
+
"label": 1,
|
| 73 |
+
"prediction": 0,
|
| 74 |
+
"attack": "SimBA",
|
| 75 |
+
"attack_type": "black_box_attacks",
|
| 76 |
+
"perturbation_path": "perturbations/perturbation_4_SimBA.png",
|
| 77 |
+
"original_path": "originals/orig_4_SimBA.png"
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"image_path": "train/1/adv_5_SimBA.png",
|
| 81 |
+
"label": 1,
|
| 82 |
+
"prediction": 0,
|
| 83 |
+
"attack": "SimBA",
|
| 84 |
+
"attack_type": "black_box_attacks",
|
| 85 |
+
"perturbation_path": "perturbations/perturbation_5_SimBA.png",
|
| 86 |
+
"original_path": "originals/orig_5_SimBA.png"
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"image_path": "train/1/adv_7_SimBA.png",
|
| 90 |
+
"label": 1,
|
| 91 |
+
"prediction": 0,
|
| 92 |
+
"attack": "SimBA",
|
| 93 |
+
"attack_type": "black_box_attacks",
|
| 94 |
+
"perturbation_path": "perturbations/perturbation_7_SimBA.png",
|
| 95 |
+
"original_path": "originals/orig_7_SimBA.png"
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"image_path": "train/1/adv_6_SimBA.png",
|
| 99 |
+
"label": 1,
|
| 100 |
+
"prediction": 0,
|
| 101 |
+
"attack": "SimBA",
|
| 102 |
+
"attack_type": "black_box_attacks",
|
| 103 |
+
"perturbation_path": "perturbations/perturbation_6_SimBA.png",
|
| 104 |
+
"original_path": "originals/orig_6_SimBA.png"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"image_path": "train/1/adv_9_SimBA.png",
|
| 108 |
+
"label": 1,
|
| 109 |
+
"prediction": 0,
|
| 110 |
+
"attack": "SimBA",
|
| 111 |
+
"attack_type": "black_box_attacks",
|
| 112 |
+
"perturbation_path": "perturbations/perturbation_9_SimBA.png",
|
| 113 |
+
"original_path": "originals/orig_9_SimBA.png"
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"image_path": "train/1/adv_8_SimBA.png",
|
| 117 |
+
"label": 1,
|
| 118 |
+
"prediction": 0,
|
| 119 |
+
"attack": "SimBA",
|
| 120 |
+
"attack_type": "black_box_attacks",
|
| 121 |
+
"perturbation_path": "perturbations/perturbation_8_SimBA.png",
|
| 122 |
+
"original_path": "originals/orig_8_SimBA.png"
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"image_path": "train/1/adv_2_Boundary_Attack.png",
|
| 126 |
+
"label": 1,
|
| 127 |
+
"prediction": 0,
|
| 128 |
+
"attack": "Boundary_Attack",
|
| 129 |
+
"attack_type": "black_box_attacks",
|
| 130 |
+
"perturbation_path": "perturbations/perturbation_2_Boundary_Attack.png",
|
| 131 |
+
"original_path": "originals/orig_2_Boundary_Attack.png"
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"image_path": "train/1/adv_0_Boundary_Attack.png",
|
| 135 |
+
"label": 1,
|
| 136 |
+
"prediction": 0,
|
| 137 |
+
"attack": "Boundary_Attack",
|
| 138 |
+
"attack_type": "black_box_attacks",
|
| 139 |
+
"perturbation_path": "perturbations/perturbation_0_Boundary_Attack.png",
|
| 140 |
+
"original_path": "originals/orig_0_Boundary_Attack.png"
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"image_path": "train/1/adv_1_Boundary_Attack.png",
|
| 144 |
+
"label": 1,
|
| 145 |
+
"prediction": 0,
|
| 146 |
+
"attack": "Boundary_Attack",
|
| 147 |
+
"attack_type": "black_box_attacks",
|
| 148 |
+
"perturbation_path": "perturbations/perturbation_1_Boundary_Attack.png",
|
| 149 |
+
"original_path": "originals/orig_1_Boundary_Attack.png"
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"image_path": "train/1/adv_3_Boundary_Attack.png",
|
| 153 |
+
"label": 1,
|
| 154 |
+
"prediction": 0,
|
| 155 |
+
"attack": "Boundary_Attack",
|
| 156 |
+
"attack_type": "black_box_attacks",
|
| 157 |
+
"perturbation_path": "perturbations/perturbation_3_Boundary_Attack.png",
|
| 158 |
+
"original_path": "originals/orig_3_Boundary_Attack.png"
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"image_path": "train/1/adv_4_Boundary_Attack.png",
|
| 162 |
+
"label": 1,
|
| 163 |
+
"prediction": 0,
|
| 164 |
+
"attack": "Boundary_Attack",
|
| 165 |
+
"attack_type": "black_box_attacks",
|
| 166 |
+
"perturbation_path": "perturbations/perturbation_4_Boundary_Attack.png",
|
| 167 |
+
"original_path": "originals/orig_4_Boundary_Attack.png"
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"image_path": "train/1/adv_5_Boundary_Attack.png",
|
| 171 |
+
"label": 1,
|
| 172 |
+
"prediction": 0,
|
| 173 |
+
"attack": "Boundary_Attack",
|
| 174 |
+
"attack_type": "black_box_attacks",
|
| 175 |
+
"perturbation_path": "perturbations/perturbation_5_Boundary_Attack.png",
|
| 176 |
+
"original_path": "originals/orig_5_Boundary_Attack.png"
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"image_path": "train/1/adv_7_Boundary_Attack.png",
|
| 180 |
+
"label": 1,
|
| 181 |
+
"prediction": 0,
|
| 182 |
+
"attack": "Boundary_Attack",
|
| 183 |
+
"attack_type": "black_box_attacks",
|
| 184 |
+
"perturbation_path": "perturbations/perturbation_7_Boundary_Attack.png",
|
| 185 |
+
"original_path": "originals/orig_7_Boundary_Attack.png"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"image_path": "train/1/adv_6_Boundary_Attack.png",
|
| 189 |
+
"label": 1,
|
| 190 |
+
"prediction": 0,
|
| 191 |
+
"attack": "Boundary_Attack",
|
| 192 |
+
"attack_type": "black_box_attacks",
|
| 193 |
+
"perturbation_path": "perturbations/perturbation_6_Boundary_Attack.png",
|
| 194 |
+
"original_path": "originals/orig_6_Boundary_Attack.png"
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"image_path": "train/1/adv_9_Boundary_Attack.png",
|
| 198 |
+
"label": 1,
|
| 199 |
+
"prediction": 0,
|
| 200 |
+
"attack": "Boundary_Attack",
|
| 201 |
+
"attack_type": "black_box_attacks",
|
| 202 |
+
"perturbation_path": "perturbations/perturbation_9_Boundary_Attack.png",
|
| 203 |
+
"original_path": "originals/orig_9_Boundary_Attack.png"
|
| 204 |
+
},
|
| 205 |
+
{
|
| 206 |
+
"image_path": "train/1/adv_8_Boundary_Attack.png",
|
| 207 |
+
"label": 1,
|
| 208 |
+
"prediction": 0,
|
| 209 |
+
"attack": "Boundary_Attack",
|
| 210 |
+
"attack_type": "black_box_attacks",
|
| 211 |
+
"perturbation_path": "perturbations/perturbation_8_Boundary_Attack.png",
|
| 212 |
+
"original_path": "originals/orig_8_Boundary_Attack.png"
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"image_path": "train/1/adv_0_SpatialTransformation_Attack.png",
|
| 216 |
+
"label": 1,
|
| 217 |
+
"prediction": 0,
|
| 218 |
+
"attack": "SpatialTransformation_Attack",
|
| 219 |
+
"attack_type": "black_box_attacks",
|
| 220 |
+
"perturbation_path": "perturbations/transformation_0_SpatialTransformation_Attack.png",
|
| 221 |
+
"original_path": "originals/orig_0_SpatialTransformation_Attack.png"
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"image_path": "train/1/adv_8_SpatialTransformation_Attack.png",
|
| 225 |
+
"label": 1,
|
| 226 |
+
"prediction": 0,
|
| 227 |
+
"attack": "SpatialTransformation_Attack",
|
| 228 |
+
"attack_type": "black_box_attacks",
|
| 229 |
+
"perturbation_path": "perturbations/transformation_8_SpatialTransformation_Attack.png",
|
| 230 |
+
"original_path": "originals/orig_8_SpatialTransformation_Attack.png"
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"image_path": "train/1/adv_1_SpatialTransformation_Attack.png",
|
| 234 |
+
"label": 1,
|
| 235 |
+
"prediction": 0,
|
| 236 |
+
"attack": "SpatialTransformation_Attack",
|
| 237 |
+
"attack_type": "black_box_attacks",
|
| 238 |
+
"perturbation_path": "perturbations/transformation_1_SpatialTransformation_Attack.png",
|
| 239 |
+
"original_path": "originals/orig_1_SpatialTransformation_Attack.png"
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"image_path": "train/1/adv_9_SpatialTransformation_Attack.png",
|
| 243 |
+
"label": 1,
|
| 244 |
+
"prediction": 0,
|
| 245 |
+
"attack": "SpatialTransformation_Attack",
|
| 246 |
+
"attack_type": "black_box_attacks",
|
| 247 |
+
"perturbation_path": "perturbations/transformation_9_SpatialTransformation_Attack.png",
|
| 248 |
+
"original_path": "originals/orig_9_SpatialTransformation_Attack.png"
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"image_path": "train/1/adv_2_SpatialTransformation_Attack.png",
|
| 252 |
+
"label": 1,
|
| 253 |
+
"prediction": 0,
|
| 254 |
+
"attack": "SpatialTransformation_Attack",
|
| 255 |
+
"attack_type": "black_box_attacks",
|
| 256 |
+
"perturbation_path": "perturbations/transformation_2_SpatialTransformation_Attack.png",
|
| 257 |
+
"original_path": "originals/orig_2_SpatialTransformation_Attack.png"
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"image_path": "train/1/adv_3_SpatialTransformation_Attack.png",
|
| 261 |
+
"label": 1,
|
| 262 |
+
"prediction": 0,
|
| 263 |
+
"attack": "SpatialTransformation_Attack",
|
| 264 |
+
"attack_type": "black_box_attacks",
|
| 265 |
+
"perturbation_path": "perturbations/transformation_3_SpatialTransformation_Attack.png",
|
| 266 |
+
"original_path": "originals/orig_3_SpatialTransformation_Attack.png"
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"image_path": "train/1/adv_5_SpatialTransformation_Attack.png",
|
| 270 |
+
"label": 1,
|
| 271 |
+
"prediction": 0,
|
| 272 |
+
"attack": "SpatialTransformation_Attack",
|
| 273 |
+
"attack_type": "black_box_attacks",
|
| 274 |
+
"perturbation_path": "perturbations/transformation_5_SpatialTransformation_Attack.png",
|
| 275 |
+
"original_path": "originals/orig_5_SpatialTransformation_Attack.png"
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"image_path": "train/1/adv_4_SpatialTransformation_Attack.png",
|
| 279 |
+
"label": 1,
|
| 280 |
+
"prediction": 0,
|
| 281 |
+
"attack": "SpatialTransformation_Attack",
|
| 282 |
+
"attack_type": "black_box_attacks",
|
| 283 |
+
"perturbation_path": "perturbations/transformation_4_SpatialTransformation_Attack.png",
|
| 284 |
+
"original_path": "originals/orig_4_SpatialTransformation_Attack.png"
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"image_path": "train/1/adv_7_SpatialTransformation_Attack.png",
|
| 288 |
+
"label": 1,
|
| 289 |
+
"prediction": 0,
|
| 290 |
+
"attack": "SpatialTransformation_Attack",
|
| 291 |
+
"attack_type": "black_box_attacks",
|
| 292 |
+
"perturbation_path": "perturbations/transformation_7_SpatialTransformation_Attack.png",
|
| 293 |
+
"original_path": "originals/orig_7_SpatialTransformation_Attack.png"
|
| 294 |
+
},
|
| 295 |
+
{
|
| 296 |
+
"image_path": "train/1/adv_6_SpatialTransformation_Attack.png",
|
| 297 |
+
"label": 1,
|
| 298 |
+
"prediction": 0,
|
| 299 |
+
"attack": "SpatialTransformation_Attack",
|
| 300 |
+
"attack_type": "black_box_attacks",
|
| 301 |
+
"perturbation_path": "perturbations/transformation_6_SpatialTransformation_Attack.png",
|
| 302 |
+
"original_path": "originals/orig_6_SpatialTransformation_Attack.png"
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"image_path": "train/0/adv_2_Enhanced_Square_Attack.png",
|
| 306 |
+
"label": 0,
|
| 307 |
+
"prediction": NaN,
|
| 308 |
+
"attack": "Enhanced_Square_Attack",
|
| 309 |
+
"attack_type": "black_box_attacks",
|
| 310 |
+
"perturbation_path": "perturbations/perturbation_2_Enhanced_Square_Attack.png",
|
| 311 |
+
"original_path": "originals/orig_2_Enhanced_Square_Attack.png"
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"image_path": "train/0/adv_3_Enhanced_Square_Attack.png",
|
| 315 |
+
"label": 0,
|
| 316 |
+
"prediction": NaN,
|
| 317 |
+
"attack": "Enhanced_Square_Attack",
|
| 318 |
+
"attack_type": "black_box_attacks",
|
| 319 |
+
"perturbation_path": "perturbations/perturbation_3_Enhanced_Square_Attack.png",
|
| 320 |
+
"original_path": "originals/orig_3_Enhanced_Square_Attack.png"
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"image_path": "train/0/adv_1_Enhanced_Square_Attack.png",
|
| 324 |
+
"label": 0,
|
| 325 |
+
"prediction": NaN,
|
| 326 |
+
"attack": "Enhanced_Square_Attack",
|
| 327 |
+
"attack_type": "black_box_attacks",
|
| 328 |
+
"perturbation_path": "perturbations/perturbation_1_Enhanced_Square_Attack.png",
|
| 329 |
+
"original_path": "originals/orig_1_Enhanced_Square_Attack.png"
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"image_path": "train/1/adv_5_Enhanced_Square_Attack.png",
|
| 333 |
+
"label": 1,
|
| 334 |
+
"prediction": NaN,
|
| 335 |
+
"attack": "Enhanced_Square_Attack",
|
| 336 |
+
"attack_type": "black_box_attacks",
|
| 337 |
+
"perturbation_path": "perturbations/perturbation_5_Enhanced_Square_Attack.png",
|
| 338 |
+
"original_path": "originals/orig_5_Enhanced_Square_Attack.png"
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"image_path": "train/0/adv_0_Enhanced_Square_Attack.png",
|
| 342 |
+
"label": 0,
|
| 343 |
+
"prediction": NaN,
|
| 344 |
+
"attack": "Enhanced_Square_Attack",
|
| 345 |
+
"attack_type": "black_box_attacks",
|
| 346 |
+
"perturbation_path": "perturbations/perturbation_0_Enhanced_Square_Attack.png",
|
| 347 |
+
"original_path": "originals/orig_0_Enhanced_Square_Attack.png"
|
| 348 |
+
},
|
| 349 |
+
{
|
| 350 |
+
"image_path": "train/0/adv_4_Enhanced_Square_Attack.png",
|
| 351 |
+
"label": 0,
|
| 352 |
+
"prediction": NaN,
|
| 353 |
+
"attack": "Enhanced_Square_Attack",
|
| 354 |
+
"attack_type": "black_box_attacks",
|
| 355 |
+
"perturbation_path": "perturbations/perturbation_4_Enhanced_Square_Attack.png",
|
| 356 |
+
"original_path": "originals/orig_4_Enhanced_Square_Attack.png"
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"image_path": "train/1/adv_6_Enhanced_Square_Attack.png",
|
| 360 |
+
"label": 1,
|
| 361 |
+
"prediction": NaN,
|
| 362 |
+
"attack": "Enhanced_Square_Attack",
|
| 363 |
+
"attack_type": "black_box_attacks",
|
| 364 |
+
"perturbation_path": "perturbations/perturbation_6_Enhanced_Square_Attack.png",
|
| 365 |
+
"original_path": "originals/orig_6_Enhanced_Square_Attack.png"
|
| 366 |
+
},
|
| 367 |
+
{
|
| 368 |
+
"image_path": "train/0/adv_7_Enhanced_Square_Attack.png",
|
| 369 |
+
"label": 0,
|
| 370 |
+
"prediction": NaN,
|
| 371 |
+
"attack": "Enhanced_Square_Attack",
|
| 372 |
+
"attack_type": "black_box_attacks",
|
| 373 |
+
"perturbation_path": "perturbations/perturbation_7_Enhanced_Square_Attack.png",
|
| 374 |
+
"original_path": "originals/orig_7_Enhanced_Square_Attack.png"
|
| 375 |
+
},
|
| 376 |
+
{
|
| 377 |
+
"image_path": "train/0/adv_9_Enhanced_Square_Attack.png",
|
| 378 |
+
"label": 0,
|
| 379 |
+
"prediction": NaN,
|
| 380 |
+
"attack": "Enhanced_Square_Attack",
|
| 381 |
+
"attack_type": "black_box_attacks",
|
| 382 |
+
"perturbation_path": "perturbations/perturbation_9_Enhanced_Square_Attack.png",
|
| 383 |
+
"original_path": "originals/orig_9_Enhanced_Square_Attack.png"
|
| 384 |
+
},
|
| 385 |
+
{
|
| 386 |
+
"image_path": "train/0/adv_8_Enhanced_Square_Attack.png",
|
| 387 |
+
"label": 0,
|
| 388 |
+
"prediction": NaN,
|
| 389 |
+
"attack": "Enhanced_Square_Attack",
|
| 390 |
+
"attack_type": "black_box_attacks",
|
| 391 |
+
"perturbation_path": "perturbations/perturbation_8_Enhanced_Square_Attack.png",
|
| 392 |
+
"original_path": "originals/orig_8_Enhanced_Square_Attack.png"
|
| 393 |
+
},
|
| 394 |
+
{
|
| 395 |
+
"image_path": "train/1/adv_2_Zoo_Attack.png",
|
| 396 |
+
"label": 1,
|
| 397 |
+
"prediction": 0,
|
| 398 |
+
"attack": "Zoo_Attack",
|
| 399 |
+
"attack_type": "black_box_attacks",
|
| 400 |
+
"perturbation_path": "perturbations/perturbation_2_Zoo_Attack.png",
|
| 401 |
+
"original_path": "originals/orig_2_Zoo_Attack.png"
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"image_path": "train/1/adv_0_Zoo_Attack.png",
|
| 405 |
+
"label": 1,
|
| 406 |
+
"prediction": 0,
|
| 407 |
+
"attack": "Zoo_Attack",
|
| 408 |
+
"attack_type": "black_box_attacks",
|
| 409 |
+
"perturbation_path": "perturbations/perturbation_0_Zoo_Attack.png",
|
| 410 |
+
"original_path": "originals/orig_0_Zoo_Attack.png"
|
| 411 |
+
},
|
| 412 |
+
{
|
| 413 |
+
"image_path": "train/1/adv_1_Zoo_Attack.png",
|
| 414 |
+
"label": 1,
|
| 415 |
+
"prediction": 0,
|
| 416 |
+
"attack": "Zoo_Attack",
|
| 417 |
+
"attack_type": "black_box_attacks",
|
| 418 |
+
"perturbation_path": "perturbations/perturbation_1_Zoo_Attack.png",
|
| 419 |
+
"original_path": "originals/orig_1_Zoo_Attack.png"
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"image_path": "train/1/adv_3_Zoo_Attack.png",
|
| 423 |
+
"label": 1,
|
| 424 |
+
"prediction": 0,
|
| 425 |
+
"attack": "Zoo_Attack",
|
| 426 |
+
"attack_type": "black_box_attacks",
|
| 427 |
+
"perturbation_path": "perturbations/perturbation_3_Zoo_Attack.png",
|
| 428 |
+
"original_path": "originals/orig_3_Zoo_Attack.png"
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"image_path": "train/1/adv_4_Zoo_Attack.png",
|
| 432 |
+
"label": 1,
|
| 433 |
+
"prediction": 0,
|
| 434 |
+
"attack": "Zoo_Attack",
|
| 435 |
+
"attack_type": "black_box_attacks",
|
| 436 |
+
"perturbation_path": "perturbations/perturbation_4_Zoo_Attack.png",
|
| 437 |
+
"original_path": "originals/orig_4_Zoo_Attack.png"
|
| 438 |
+
},
|
| 439 |
+
{
|
| 440 |
+
"image_path": "train/1/adv_5_Zoo_Attack.png",
|
| 441 |
+
"label": 1,
|
| 442 |
+
"prediction": 0,
|
| 443 |
+
"attack": "Zoo_Attack",
|
| 444 |
+
"attack_type": "black_box_attacks",
|
| 445 |
+
"perturbation_path": "perturbations/perturbation_5_Zoo_Attack.png",
|
| 446 |
+
"original_path": "originals/orig_5_Zoo_Attack.png"
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"image_path": "train/1/adv_7_Zoo_Attack.png",
|
| 450 |
+
"label": 1,
|
| 451 |
+
"prediction": 0,
|
| 452 |
+
"attack": "Zoo_Attack",
|
| 453 |
+
"attack_type": "black_box_attacks",
|
| 454 |
+
"perturbation_path": "perturbations/perturbation_7_Zoo_Attack.png",
|
| 455 |
+
"original_path": "originals/orig_7_Zoo_Attack.png"
|
| 456 |
+
},
|
| 457 |
+
{
|
| 458 |
+
"image_path": "train/1/adv_6_Zoo_Attack.png",
|
| 459 |
+
"label": 1,
|
| 460 |
+
"prediction": 0,
|
| 461 |
+
"attack": "Zoo_Attack",
|
| 462 |
+
"attack_type": "black_box_attacks",
|
| 463 |
+
"perturbation_path": "perturbations/perturbation_6_Zoo_Attack.png",
|
| 464 |
+
"original_path": "originals/orig_6_Zoo_Attack.png"
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"image_path": "train/1/adv_9_Zoo_Attack.png",
|
| 468 |
+
"label": 1,
|
| 469 |
+
"prediction": 0,
|
| 470 |
+
"attack": "Zoo_Attack",
|
| 471 |
+
"attack_type": "black_box_attacks",
|
| 472 |
+
"perturbation_path": "perturbations/perturbation_9_Zoo_Attack.png",
|
| 473 |
+
"original_path": "originals/orig_9_Zoo_Attack.png"
|
| 474 |
+
},
|
| 475 |
+
{
|
| 476 |
+
"image_path": "train/1/adv_8_Zoo_Attack.png",
|
| 477 |
+
"label": 1,
|
| 478 |
+
"prediction": 0,
|
| 479 |
+
"attack": "Zoo_Attack",
|
| 480 |
+
"attack_type": "black_box_attacks",
|
| 481 |
+
"perturbation_path": "perturbations/perturbation_8_Zoo_Attack.png",
|
| 482 |
+
"original_path": "originals/orig_8_Zoo_Attack.png"
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"image_path": "train/0/adv_2_HopSkipJump_Attack.png",
|
| 486 |
+
"label": 0,
|
| 487 |
+
"prediction": NaN,
|
| 488 |
+
"attack": "HopSkipJump_Attack",
|
| 489 |
+
"attack_type": "black_box_attacks",
|
| 490 |
+
"perturbation_path": "perturbations/perturbation_2_HopSkipJump_Attack.png",
|
| 491 |
+
"original_path": "originals/orig_2_HopSkipJump_Attack.png"
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"image_path": "train/0/adv_3_HopSkipJump_Attack.png",
|
| 495 |
+
"label": 0,
|
| 496 |
+
"prediction": NaN,
|
| 497 |
+
"attack": "HopSkipJump_Attack",
|
| 498 |
+
"attack_type": "black_box_attacks",
|
| 499 |
+
"perturbation_path": "perturbations/perturbation_3_HopSkipJump_Attack.png",
|
| 500 |
+
"original_path": "originals/orig_3_HopSkipJump_Attack.png"
|
| 501 |
+
},
|
| 502 |
+
{
|
| 503 |
+
"image_path": "train/0/adv_1_HopSkipJump_Attack.png",
|
| 504 |
+
"label": 0,
|
| 505 |
+
"prediction": NaN,
|
| 506 |
+
"attack": "HopSkipJump_Attack",
|
| 507 |
+
"attack_type": "black_box_attacks",
|
| 508 |
+
"perturbation_path": "perturbations/perturbation_1_HopSkipJump_Attack.png",
|
| 509 |
+
"original_path": "originals/orig_1_HopSkipJump_Attack.png"
|
| 510 |
+
},
|
| 511 |
+
{
|
| 512 |
+
"image_path": "train/1/adv_5_HopSkipJump_Attack.png",
|
| 513 |
+
"label": 1,
|
| 514 |
+
"prediction": NaN,
|
| 515 |
+
"attack": "HopSkipJump_Attack",
|
| 516 |
+
"attack_type": "black_box_attacks",
|
| 517 |
+
"perturbation_path": "perturbations/perturbation_5_HopSkipJump_Attack.png",
|
| 518 |
+
"original_path": "originals/orig_5_HopSkipJump_Attack.png"
|
| 519 |
+
},
|
| 520 |
+
{
|
| 521 |
+
"image_path": "train/0/adv_0_HopSkipJump_Attack.png",
|
| 522 |
+
"label": 0,
|
| 523 |
+
"prediction": NaN,
|
| 524 |
+
"attack": "HopSkipJump_Attack",
|
| 525 |
+
"attack_type": "black_box_attacks",
|
| 526 |
+
"perturbation_path": "perturbations/perturbation_0_HopSkipJump_Attack.png",
|
| 527 |
+
"original_path": "originals/orig_0_HopSkipJump_Attack.png"
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"image_path": "train/0/adv_4_HopSkipJump_Attack.png",
|
| 531 |
+
"label": 0,
|
| 532 |
+
"prediction": NaN,
|
| 533 |
+
"attack": "HopSkipJump_Attack",
|
| 534 |
+
"attack_type": "black_box_attacks",
|
| 535 |
+
"perturbation_path": "perturbations/perturbation_4_HopSkipJump_Attack.png",
|
| 536 |
+
"original_path": "originals/orig_4_HopSkipJump_Attack.png"
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"image_path": "train/1/adv_6_HopSkipJump_Attack.png",
|
| 540 |
+
"label": 1,
|
| 541 |
+
"prediction": NaN,
|
| 542 |
+
"attack": "HopSkipJump_Attack",
|
| 543 |
+
"attack_type": "black_box_attacks",
|
| 544 |
+
"perturbation_path": "perturbations/perturbation_6_HopSkipJump_Attack.png",
|
| 545 |
+
"original_path": "originals/orig_6_HopSkipJump_Attack.png"
|
| 546 |
+
},
|
| 547 |
+
{
|
| 548 |
+
"image_path": "train/0/adv_7_HopSkipJump_Attack.png",
|
| 549 |
+
"label": 0,
|
| 550 |
+
"prediction": NaN,
|
| 551 |
+
"attack": "HopSkipJump_Attack",
|
| 552 |
+
"attack_type": "black_box_attacks",
|
| 553 |
+
"perturbation_path": "perturbations/perturbation_7_HopSkipJump_Attack.png",
|
| 554 |
+
"original_path": "originals/orig_7_HopSkipJump_Attack.png"
|
| 555 |
+
},
|
| 556 |
+
{
|
| 557 |
+
"image_path": "train/0/adv_9_HopSkipJump_Attack.png",
|
| 558 |
+
"label": 0,
|
| 559 |
+
"prediction": NaN,
|
| 560 |
+
"attack": "HopSkipJump_Attack",
|
| 561 |
+
"attack_type": "black_box_attacks",
|
| 562 |
+
"perturbation_path": "perturbations/perturbation_9_HopSkipJump_Attack.png",
|
| 563 |
+
"original_path": "originals/orig_9_HopSkipJump_Attack.png"
|
| 564 |
+
},
|
| 565 |
+
{
|
| 566 |
+
"image_path": "train/0/adv_8_HopSkipJump_Attack.png",
|
| 567 |
+
"label": 0,
|
| 568 |
+
"prediction": NaN,
|
| 569 |
+
"attack": "HopSkipJump_Attack",
|
| 570 |
+
"attack_type": "black_box_attacks",
|
| 571 |
+
"perturbation_path": "perturbations/perturbation_8_HopSkipJump_Attack.png",
|
| 572 |
+
"original_path": "originals/orig_8_HopSkipJump_Attack.png"
|
| 573 |
+
}
|
| 574 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 575 |
}
|
| 576 |
+
}
|
{train/1 β originals}/orig_0_Boundary_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_0_Enhanced_Square_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_0_HopSkipJump_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_0_SimBA.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_0_SpatialTransformation_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_0_Zoo_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_1_Boundary_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_1_Enhanced_Square_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_1_HopSkipJump_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_1_SimBA.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_1_SpatialTransformation_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_1_Zoo_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_2_Boundary_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_2_Enhanced_Square_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_2_HopSkipJump_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_2_SimBA.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_2_SpatialTransformation_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_2_Zoo_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_3_Boundary_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_3_Enhanced_Square_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_3_HopSkipJump_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_3_SimBA.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_3_SpatialTransformation_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_3_Zoo_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_4_Boundary_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_4_Enhanced_Square_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_4_HopSkipJump_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_4_SimBA.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_4_SpatialTransformation_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_4_Zoo_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_5_Boundary_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_5_Enhanced_Square_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_5_HopSkipJump_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_5_SimBA.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_5_SpatialTransformation_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_5_Zoo_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_6_Boundary_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_6_Enhanced_Square_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_6_HopSkipJump_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_6_SimBA.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_6_SpatialTransformation_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_6_Zoo_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_7_Boundary_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_7_Enhanced_Square_Attack.png
RENAMED
|
File without changes
|
{train/0 β originals}/orig_7_HopSkipJump_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_7_SimBA.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_7_SpatialTransformation_Attack.png
RENAMED
|
File without changes
|
{train/1 β originals}/orig_7_Zoo_Attack.png
RENAMED
|
File without changes
|