Codebase for Sok: Pitfalls in Evaluating Black-Box Attacks.
- Install any dependencies
- Install the package via
pip install -e .
from thecode/
folder.
Make sure you set the following paths:
export BLACKBOXSOK_DATA_PATH=/path/to/data
export BLACKBOXSOK_MODELS_PATH=/path/to/models
export BLACKBOXSOK_CACHE_PATH=/path/to/cache
Coming soon
If you use our repository/codebase for your experiments, please cite our work as:
@inproceedings{suya2024sok,
title={Sok: Pitfalls in Evaluating Black-Box Attacks},
author={Suya, Fnu and Suri, Anshuman and Zhang, Tingwei and Hong, Jingtao and Tian, Yuan and Evans, David},
booktitle={IEEE Conference on Secure and Trustworthy Machine Learning (SaTML)},
year={2024}
}