CVSep 24, 2018

Low Frequency Adversarial Perturbation

arXiv:1809.08758v2197 citations
AI Analysis

This work addresses the efficiency problem in adversarial attacks for machine learning security, offering a practical improvement over existing methods.

The paper tackles the high query cost of black-box adversarial attacks by restricting the search to low-frequency perturbations, reducing query costs by 2 to 4 times and enabling evasion of unknown defenses.

Adversarial images aim to change a target model's decision by minimally perturbing a target image. In the black-box setting, the absence of gradient information often renders this search problem costly in terms of query complexity. In this paper we propose to restrict the search for adversarial images to a low frequency domain. This approach is readily compatible with many existing black-box attack frameworks and consistently reduces their query cost by 2 to 4 times. Further, we can circumvent image transformation defenses even when both the model and the defense strategy are unknown. Finally, we demonstrate the efficacy of this technique by fooling the Google Cloud Vision platform with an unprecedented low number of model queries.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes