Skip to content

Indicators of Attack Failure: Debugging and Improving Optimization of Adversarial Examples

License

Notifications You must be signed in to change notification settings

pralab/IndicatorsOfAttackFailure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indicators of Attack Failure: Debugging and Improving Optimization of Adversarial Examples

Preprint available at https://arxiv.org/abs/2106.09947.

The code is developed with SecML library.

For computing the indicators, run the following command:

python3 -m src.ioaf_demo --model <model_id> --samples <num_samples>

For a complete list of models, run:

python3 -m src.ioaf_demo --help

For a complete example, run run_all.sh.

The indicators will be stored as .csv files in the results directory.

Models used in the paper

Other sources

About

Indicators of Attack Failure: Debugging and Improving Optimization of Adversarial Examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published