Codes for reproducing query-efficient black-box attacks in “AutoZOOM: Autoencoder-based Zeroth Order Optimization Method for Attacking Black-box Neural Networks” , published at AAAI 2019
When I write paper about untargeted attack or targeted attack under L2 norm or L_inf norm.
I am confused.
Should I write targeted L2 norm attack or L2 norm targeted attack?
In other word, targeted or untargeted should be placed in the beginning or middle?
Or should I write targeted attack under L2 norm?
Thank you.
I think both terms are fine, as long as you clearly define what it means. Targeted attack under L2 norm is also quite precise, but I expect you are looking for a simple term for description.
When I write paper about untargeted attack or targeted attack under L2 norm or L_inf norm. I am confused. Should I write
targeted L2 norm attack
orL2 norm targeted attack
? In other word,targeted
oruntargeted
should be placed in the beginning or middle? Or should I writetargeted attack under L2 norm
? Thank you.