Jiahe Lan, Jie Wang, Baochen Yan, Zheng Yan and Elisa Bertino, "FlowMur: A Stealthy and Practical Audio Backdoor Attack with Limited Knowledge," IEEE S&P, 2024.
This example is for the following setting:
dataset --> Google Speech Command Dataset V2
target model --> SmallCNN;surrogate model --> LargeCNN
#class of
Extract audio features for
python data_preprocessing.py
Train the surrogate model on
python Benign_Model.py
Optimize the trigger on the surrogate model
python generate_trigger.py
Poison
python Attack.py
If you find this work useful, please consider citing it as follows:
@inproceedings{lan2024flowmur,
title={FlowMur: A Stealthy and Practical Audio Backdoor Attack with Limited Knowledge},
author={Lan, Jiahe and Wang, Jie and Yan, Baochen and Yan, Zheng and Bertino, Elisa},
booktitle={2024 IEEE Symposium on Security and Privacy (SP)},
pages={148--148},
year={2024},
organization={IEEE Computer Society}
}
If you have any questions about the code, please feel free to ask here or contact me via email at [email protected].