File size: 16,637 Bytes
d38bce3 |
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 |
.
âââ LICENSE
âââ README.md
âââ adversary_examples
â  âââ cifar_advexample_orig.png
â  âââ cifar_advexample_pgd.png
âââ deeprobust
â  âââ __init__.py
â  âââ __pycache__
â  â  âââ __init__.cpython-36.pyc
â  â  âââ __init__.cpython-37.pyc
â  âââ graph
â  â  âââ README.md
â  â  âââ __init__.py
â  â  âââ __init__.pyc
â  â  âââ __pycache__
â  â  â  âââ __init__.cpython-36.pyc
â  â  â  âââ __init__.cpython-37.pyc
â  â  â  âââ black_box.cpython-36.pyc
â  â  â  âââ black_box.cpython-37.pyc
â  â  â  âââ utils.cpython-36.pyc
â  â  â  âââ utils.cpython-37.pyc
â  â  âââ black_box.py
â  â  âââ data
â  â  â  âââ __init__.py
â  â  â  âââ __pycache__
â  â  â  â  âââ __init__.cpython-36.pyc
â  â  â  â  âââ __init__.cpython-37.pyc
â  â  â  â  âââ attacked_data.cpython-36.pyc
â  â  â  â  âââ attacked_data.cpython-37.pyc
â  â  â  â  âââ dataset.cpython-36.pyc
â  â  â  â  âââ dataset.cpython-37.pyc
â  â  â  âââ attacked_data.py
â  â  â  âââ dataset.py
â  â  âââ defense
â  â  â  âââ __init__.py
â  â  â  âââ __pycache__
â  â  â  â  âââ __init__.cpython-36.pyc
â  â  â  â  âââ __init__.cpython-37.pyc
â  â  â  â  âââ gcn.cpython-36.pyc
â  â  â  â  âââ gcn.cpython-37.pyc
â  â  â  â  âââ gcn_preprocess.cpython-36.pyc
â  â  â  â  âââ gcn_preprocess.cpython-37.pyc
â  â  â  â  âââ r_gcn.cpython-36.pyc
â  â  â  â  âââ r_gcn.cpython-37.pyc
â  â  â  âââ adv_training.py
â  â  â  âââ gcn.py
â  â  â  âââ gcn_preprocess.py
â  â  â  âââ r_gcn.py
â  â  â  âââ r_gcn.py.backup
â  â  âââ examples
â  â  â  âââ __pycache__
â  â  â  â  âââ test_adv_train_evasion.cpython-36.pyc
â  â  â  â  âââ test_adv_train_evasion.cpython-37.pyc
â  â  â  â  âââ test_adv_train_poisoning.cpython-36.pyc
â  â  â  â  âââ test_adv_train_poisoning.cpython-37.pyc
â  â  â  â  âââ test_adv_training.cpython-36.pyc
â  â  â  â  âââ test_dice.cpython-36.pyc
â  â  â  â  âââ test_dice.cpython-37.pyc
â  â  â  â  âââ test_fgsm.cpython-36.pyc
â  â  â  â  âââ test_fgsm.cpython-37.pyc
â  â  â  â  âââ test_gcn.cpython-36.pyc
â  â  â  â  âââ test_gcn.cpython-37.pyc
â  â  â  â  âââ test_gcn_jaccard.cpython-36.pyc
â  â  â  â  âââ test_gcn_jaccard.cpython-37.pyc
â  â  â  â  âââ test_gcn_svd.cpython-36.pyc
â  â  â  â  âââ test_gcn_svd.cpython-37.pyc
â  â  â  â  âââ test_mettack.cpython-36.pyc
â  â  â  â  âââ test_mettack.cpython-37.pyc
â  â  â  â  âââ test_nettack.cpython-36.pyc
â  â  â  â  âââ test_nettack.cpython-37.pyc
â  â  â  â  âââ test_nipa.cpython-36.pyc
â  â  â  â  âââ test_nipa.cpython-37.pyc
â  â  â  â  âââ test_random.cpython-36.pyc
â  â  â  â  âââ test_random.cpython-37.pyc
â  â  â  â  âââ test_rgcn.cpython-36.pyc
â  â  â  â  âââ test_rgcn.cpython-37.pyc
â  â  â  â  âââ test_rl_s2v.cpython-36.pyc
â  â  â  â  âââ test_rl_s2v.cpython-37.pyc
â  â  â  â  âââ test_rnd.cpython-36.pyc
â  â  â  â  âââ test_rnd.cpython-37.pyc
â  â  â  â  âââ test_topology_attack.cpython-36.pyc
â  â  â  âââ test_adv_train_evasion.py
â  â  â  âââ test_adv_train_poisoning.py
â  â  â  âââ test_dice.py
â  â  â  âââ test_fgsm.py
â  â  â  âââ test_gcn.py
â  â  â  âââ test_gcn_jaccard.py
â  â  â  âââ test_gcn_svd.py
â  â  â  âââ test_mettack.py
â  â  â  âââ test_nettack.py
â  â  â  âââ test_nipa.py
â  â  â  âââ test_random.py
â  â  â  âââ test_rgcn.py
â  â  â  âââ test_rl_s2v.py
â  â  â  âââ test_rnd.py
â  â  â  âââ test_topology_attack.py
â  â  âââ global_attack
â  â  â  âââ __init__.py
â  â  â  âââ __pycache__
â  â  â  â  âââ __init__.cpython-36.pyc
â  â  â  â  âââ __init__.cpython-37.pyc
â  â  â  â  âââ base_attack.cpython-36.pyc
â  â  â  â  âââ base_attack.cpython-37.pyc
â  â  â  â  âââ dice.cpython-36.pyc
â  â  â  â  âââ dice.cpython-37.pyc
â  â  â  â  âââ mettack.cpython-36.pyc
â  â  â  â  âââ mettack.cpython-37.pyc
â  â  â  â  âââ nipa.cpython-36.pyc
â  â  â  â  âââ random.cpython-36.pyc
â  â  â  â  âââ random.cpython-37.pyc
â  â  â  â  âââ topology_attack.cpython-36.pyc
â  â  â  âââ base_attack.py
â  â  â  âââ dice.py
â  â  â  âââ mettack.py
â  â  â  âââ nipa.py
â  â  â  âââ random.py
â  â  â  âââ topology_attack.py
â  â  âââ requirements.txt
â  â  âââ rl
â  â  â  âââ __pycache__
â  â  â  â  âââ agent.cpython-36.pyc
â  â  â  â  âââ agent.cpython-37.pyc
â  â  â  â  âââ cmd_args.cpython-36.pyc
â  â  â  â  âââ cmd_args.cpython-37.pyc
â  â  â  â  âââ env.cpython-36.pyc
â  â  â  â  âââ env.cpython-37.pyc
â  â  â  â  âââ nipa.cpython-36.pyc
â  â  â  â  âââ nipa.cpython-37.pyc
â  â  â  â  âââ nipa_args.cpython-37.pyc
â  â  â  â  âââ nipa_config.cpython-36.pyc
â  â  â  â  âââ nipa_config.cpython-37.pyc
â  â  â  â  âââ nipa_env.cpython-36.pyc
â  â  â  â  âââ nipa_env.cpython-37.pyc
â  â  â  â  âââ nipa_nstep_replay_mem.cpython-36.pyc
â  â  â  â  âââ nipa_q_net_node.cpython-36.pyc
â  â  â  â  âââ nipa_q_net_node.cpython-37.pyc
â  â  â  â  âââ nstep_replay_mem.cpython-36.pyc
â  â  â  â  âââ nstep_replay_mem.cpython-37.pyc
â  â  â  â  âââ q_net_node.cpython-36.pyc
â  â  â  â  âââ q_net_node.cpython-37.pyc
â  â  â  â  âââ rl_s2v_config.cpython-36.pyc
â  â  â  â  âââ rl_s2v_config.cpython-37.pyc
â  â  â  âââ env.py
â  â  â  âââ nipa.py
â  â  â  âââ nipa_config.py
â  â  â  âââ nipa_env.py
â  â  â  âââ nipa_nstep_replay_mem.py
â  â  â  âââ nipa_q_net_node.py
â  â  â  âââ nstep_replay_mem.py
â  â  â  âââ q_net_node.py
â  â  â  âââ rl_s2v.py
â  â  â  âââ rl_s2v_config.py
â  â  â  âââ rl_s2v_env.py
â  â  âââ targeted_attack
â  â  â  âââ __init__.py
â  â  â  âââ __pycache__
â  â  â  â  âââ __init__.cpython-36.pyc
â  â  â  â  âââ __init__.cpython-37.pyc
â  â  â  â  âââ base_attack.cpython-36.pyc
â  â  â  â  âââ base_attack.cpython-37.pyc
â  â  â  â  âââ evaluation.cpython-36.pyc
â  â  â  â  âââ fgsm.cpython-36.pyc
â  â  â  â  âââ fgsm.cpython-37.pyc
â  â  â  â  âââ nettack.cpython-36.pyc
â  â  â  â  âââ nettack.cpython-37.pyc
â  â  â  â  âââ rl_s2v.cpython-36.pyc
â  â  â  â  âââ rnd.cpython-36.pyc
â  â  â  â  âââ rnd.cpython-37.pyc
â  â  â  âââ base_attack.py
â  â  â  âââ evaluation.py
â  â  â  âââ fgsm.py
â  â  â  âââ nettack.py
â  â  â  âââ rl_s2v.py
â  â  â  âââ rnd.py
â  â  âââ utils.py
â  âââ image
â  âââ README.md
â  âââ __init__.py
â  âââ __pycache__
â  â  âââ CNNmodel.cpython-36.pyc
â  â  âââ PGD.cpython-36.pyc
â  â  âââ __init__.cpython-36.pyc
â  â  âââ __init__.cpython-37.pyc
â  â  âââ attack.cpython-36.pyc
â  â  âââ deepfool.cpython-36.pyc
â  â  âââ evaluation_attack.cpython-36.pyc
â  â  âââ fgsm.cpython-36.pyc
â  â  âââ lbfgs.cpython-36.pyc
â  â  âââ mnist_train.cpython-36.pyc
â  â  âââ optimizer.cpython-36.pyc
â  â  âââ utils.cpython-36.pyc
â  âââ adversary_examples
â  â  âââ advexample.png
â  â  âââ advexample_fgsm.png
â  â  âââ advexample_pgd.png
â  â  âââ cifar_advexample_orig.png
â  â  âââ cifar_advexample_pgd.png
â  â  âââ deepfool_diff.png
â  â  âââ deepfool_orig.png
â  â  âââ deepfool_pert.png
â  â  âââ deepfool_result.png
â  â  âââ imageexample.png
â  â  âââ test.jpg
â  â  âââ test.png
â  â  âââ test1.jpg
â  â  âââ test_im1.jpg
â  â  âââ test_im2.jpg
â  âââ attack
â  â  âââ BPDA.py
â  â  âââ Nattack.py
â  â  âââ Universal.py
â  â  âââ YOPOpgd.py
â  â  âââ __init__.py
â  â  âââ __pycache__
â  â  â  âââ YOPOpgd.cpython-36.pyc
â  â  â  âââ __init__.cpython-36.pyc
â  â  â  âââ __init__.cpython-37.pyc
â  â  â  âââ attack.cpython-36.pyc
â  â  â  âââ base_attack.cpython-36.pyc
â  â  â  âââ base_attack.cpython-37.pyc
â  â  â  âââ cw.cpython-36.pyc
â  â  â  âââ deepfool.cpython-36.pyc
â  â  â  âââ fgsm.cpython-36.pyc
â  â  â  âââ lbfgs.cpython-36.pyc
â  â  â  âââ pgd.cpython-36.pyc
â  â  âââ base_attack.py
â  â  âââ cw.py
â  â  âââ deepfool.py
â  â  âââ fgsm.py
â  â  âââ l2_attack.py
â  â  âââ lbfgs.py
â  â  âââ onepixel.py
â  â  âââ pgd.py
â  âââ config.py
â  âââ data
â  âââ defense
â  â  âââ LIDclassifier.py
â  â  âââ TherEncoding.py
â  â  âââ YOPO.py
â  â  âââ __init__.py
â  â  âââ __pycache__
â  â  â  âââ TherEncoding.cpython-36.pyc
â  â  â  âââ YOPO.cpython-36.pyc
â  â  â  âââ __init__.cpython-36.pyc
â  â  â  âââ base_defense.cpython-36.pyc
â  â  â  âââ fgsmtraining.cpython-36.pyc
â  â  â  âââ pgdtraining.cpython-36.pyc
â  â  â  âââ trade.cpython-36.pyc
â  â  â  âââ trades.cpython-36.pyc
â  â  âââ advexample_pgd.png
â  â  âââ base_defense.py
â  â  âââ fast.py
â  â  âââ fgsmtraining.py
â  â  âââ pgdtraining.py
â  â  âââ test_PGD_defense.py
â  â  âââ trade.py
â  â  âââ trades.py
â  âââ evaluation_attack.py
â  âââ netmodels
â  â  âââ CNN.py
â  â  âââ CNN_multilayer.py
â  â  âââ YOPOCNN.py
â  â  âââ __init__.py
â  â  âââ __pycache__
â  â  â  âââ CNN.cpython-36.pyc
â  â  â  âââ CNNmodel.cpython-36.pyc
â  â  â  âââ YOPOCNN.cpython-36.pyc
â  â  â  âââ __init__.cpython-36.pyc
â  â  â  âââ resnet.cpython-36.pyc
â  â  â  âââ train_model.cpython-36.pyc
â  â  âââ resnet.py
â  â  âââ train_model.py
â  â  âââ train_resnet.py
â  âââ optimizer.py
â  âââ synset_words.txt
â  âââ utils.py
âââ examples
â  âââ graph
â  â  âââ test_adv_train_evasion.py
â  â  âââ test_adv_train_poisoning.py
â  â  âââ test_dice.py
â  â  âââ test_fgsm.py
â  â  âââ test_gcn.py
â  â  âââ test_gcn_jaccard.py
â  â  âââ test_gcn_svd.py
â  â  âââ test_mettack.py
â  â  âââ test_nettack.py
â  â  âââ test_nipa.py
â  â  âââ test_random.py
â  â  âââ test_rgcn.py
â  â  âââ test_rl_s2v.py
â  â  âââ test_rnd.py
â  âââ image
â  âââ __init__.py
â  âââ __pycache__
â  â  âââ __init__.cpython-36.pyc
â  â  âââ test_cw.cpython-36.pyc
â  âââ test1.py
â  âââ test_PGD.py
â  âââ test_cw.py
â  âââ test_deepfool.py
â  âââ test_fgsm.py
â  âââ test_lbfgs.py
â  âââ test_nattack.py
â  âââ test_onepixel.py
â  âââ test_pgdtraining.py
â  âââ test_trade.py
â  âââ test_train.py
â  âââ testprint_mnist.py
âââ get-pip.py
âââ requirements.txt
âââ setup.py
âââ tree.md
âââ tutorials
âââ __init__.py
âââ __pycache__
â  âââ __init__.cpython-36.pyc
â  âââ test_cw.cpython-36.pyc
âââ test1.py
âââ test_PGD.py
âââ test_cw.py
âââ test_deepfool.py
âââ test_fgsm.py
âââ test_lbfgs.py
âââ test_nattack.py
âââ test_onepixel.py
âââ test_pgdtraining.py
âââ test_trade.py
âââ test_train.py
âââ testprint_mnist.py
33 directories, 297 files
|