CRAICVLGNov 25, 2020

SurFree: a fast surrogate-free black-box attack

arXiv:2011.12807v1124 citations
Originality Highly original
AI Analysis

This work addresses the problem of efficiently generating adversarial examples for machine learning classifiers in the challenging black-box decision-based setting, which is important for evaluating the robustness of ML models.

This paper introduces SurFree, a black-box decision-based attack that significantly reduces the number of queries needed to generate adversarial examples. It achieves a faster distortion decay with query counts in the hundreds to a thousand, outperforming previous methods like HSJA, QEBA, and GeoDA.

Machine learning classifiers are critically prone to evasion attacks. Adversarial examples are slightly modified inputs that are then misclassified, while remaining perceptively close to their originals. Last couple of years have witnessed a striking decrease in the amount of queries a black box attack submits to the target classifier, in order to forge adversarials. This particularly concerns the black-box score-based setup, where the attacker has access to top predicted probabilites: the amount of queries went from to millions of to less than a thousand. This paper presents SurFree, a geometrical approach that achieves a similar drastic reduction in the amount of queries in the hardest setup: black box decision-based attacks (only the top-1 label is available). We first highlight that the most recent attacks in that setup, HSJA, QEBA and GeoDA all perform costly gradient surrogate estimations. SurFree proposes to bypass these, by instead focusing on careful trials along diverse directions, guided by precise indications of geometrical properties of the classifier decision boundaries. We motivate this geometric approach before performing a head-to-head comparison with previous attacks with the amount of queries as a first class citizen. We exhibit a faster distortion decay under low query amounts (few hundreds to a thousand), while remaining competitive at higher query budgets.

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