CVAICRCYLGApr 7, 2022

Transfer Attacks Revisited: A Large-Scale Empirical Study in Real Computer Vision Settings

arXiv:2204.04063v123 citationsh-index: 68
Originality Incremental advance
AI Analysis

This work addresses vulnerabilities in real-world MLaaS platforms, providing insights for security improvements, though it is incremental as it builds on existing transfer attack research.

The study conducted a large-scale empirical analysis of transfer attacks against cloud-based MLaaS platforms, revealing that simple surrogates do not necessarily improve attacks, no dominant surrogate architecture exists, and the gap between posterior outputs increases transferability more than logit gaps.

One intriguing property of adversarial attacks is their "transferability" -- an adversarial example crafted with respect to one deep neural network (DNN) model is often found effective against other DNNs as well. Intensive research has been conducted on this phenomenon under simplistic controlled conditions. Yet, thus far, there is still a lack of comprehensive understanding about transferability-based attacks ("transfer attacks") in real-world environments. To bridge this critical gap, we conduct the first large-scale systematic empirical study of transfer attacks against major cloud-based MLaaS platforms, taking the components of a real transfer attack into account. The study leads to a number of interesting findings which are inconsistent to the existing ones, including: (1) Simple surrogates do not necessarily improve real transfer attacks. (2) No dominant surrogate architecture is found in real transfer attacks. (3) It is the gap between posterior (output of the softmax layer) rather than the gap between logit (so-called $κ$ value) that increases transferability. Moreover, by comparing with prior works, we demonstrate that transfer attacks possess many previously unknown properties in real-world environments, such as (1) Model similarity is not a well-defined concept. (2) $L_2$ norm of perturbation can generate high transferability without usage of gradient and is a more powerful source than $L_\infty$ norm. We believe this work sheds light on the vulnerabilities of popular MLaaS platforms and points to a few promising research directions.

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