├── LICENSE ├── README.md ├── attacks.py ├── craft_adv_examples.py ├── cw_attacks.py ├── detect_adv_examples.py ├── extract_characteristics.py ├── train_model.py └── util.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xingjunm/lid_adversarial_subspace_detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xingjunm/lid_adversarial_subspace_detection/HEAD/README.md -------------------------------------------------------------------------------- /attacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xingjunm/lid_adversarial_subspace_detection/HEAD/attacks.py -------------------------------------------------------------------------------- /craft_adv_examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xingjunm/lid_adversarial_subspace_detection/HEAD/craft_adv_examples.py -------------------------------------------------------------------------------- /cw_attacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xingjunm/lid_adversarial_subspace_detection/HEAD/cw_attacks.py -------------------------------------------------------------------------------- /detect_adv_examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xingjunm/lid_adversarial_subspace_detection/HEAD/detect_adv_examples.py -------------------------------------------------------------------------------- /extract_characteristics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xingjunm/lid_adversarial_subspace_detection/HEAD/extract_characteristics.py -------------------------------------------------------------------------------- /train_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xingjunm/lid_adversarial_subspace_detection/HEAD/train_model.py -------------------------------------------------------------------------------- /util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xingjunm/lid_adversarial_subspace_detection/HEAD/util.py --------------------------------------------------------------------------------