Adversarial robustness evaluation of representation learning models and universal audio representations
Source code for the paper "Adversarial Robustness Evaluation of Representation Learning for Audio Classification".
Use conda and the environment files provided as specified:
- install base dependencies:
wget,tar,uv uv sync
uv run Dataset_import.py- download the datasetsuv run Resample.py- resamples the datauv run Model_import.py- compute and evaluate the embeddingsuv run Main_Loop.py- perform the attacks and evaluate themuv run SVM.py- perform the SVM-based evaluation of the adversarial examplesuv run MLP.py- perform the MLP-based evaluation of the adversarial examples
The results are presentend in the notebooks.
For a direct access the two zip files contain the final results for the Attack and SVM phases.