armory icon indicating copy to clipboard operation
armory copied to clipboard

Custom dataset for audio scenario

Open sonal-ssj opened this issue 2 years ago • 2 comments

I was looking if armory would have provision to evaluate system/defense on a custom dataset for audio ASR scenarios? Use case: We have a bunch of manually created adversarial examples (*.wav files) that we would like to evaluate our system on.

Edit: I understand that one way would be to write an attack class in armory that would do the attack, however I was looking for a quick way just to take it as a list of wav files.

Thanks for your consideration!

sonal-ssj avatar Oct 07 '22 20:10 sonal-ssj

Hi Sonal, most of our dataset functionality is a bit heavy-handed for what you're doing, as it's designed for easily transfer and replication on other systems, and would require creating a "dataset" file.

The adversarial attack custom class would be easiest, though the metrics might come out wonky.

After this release, we'll be revamping our datasets and making what you are asking for easier, and you have sparked an idea on my side on how to make this work much better, but we're not quite there for just taking a list of files.

davidslater avatar Oct 07 '22 21:10 davidslater

Thanks, looking forward to the updates!

sonal-ssj avatar Oct 07 '22 21:10 sonal-ssj