Query Attack by Multi-Identity Surrogates
Sizhe Chen, Zhehao Huang, Qinghua Tao, Xiaolin Huang

TL;DR
QueryNet is a novel query-efficient black-box attack framework that leverages multi-identity surrogates to optimize attack transferability and reduce queries, significantly outperforming existing methods across multiple datasets.
Contribution
It introduces QueryNet, a unified attack framework that jointly optimizes surrogate models' gradient and output similarities, utilizing multiple surrogates to enhance attack efficiency without prior surrogate training.
Findings
Reduces query count by about an order of magnitude compared to existing methods.
Effective on 11 different victim models, including commercial ones, across MNIST, CIFAR10, and ImageNet.
Operates with only 8-bit image queries and no access to victim training data.
Abstract
Deep Neural Networks (DNNs) are acknowledged as vulnerable to adversarial attacks, while the existing black-box attacks require extensive queries on the victim DNN to achieve high success rates. For query-efficiency, surrogate models of the victim are used to generate transferable Adversarial Examples (AEs) because of their Gradient Similarity (GS), i.e., surrogates' attack gradients are similar to the victim's ones. However, it is generally neglected to exploit their similarity on outputs, namely the Prediction Similarity (PS), to filter out inefficient queries by surrogates without querying the victim. To jointly utilize and also optimize surrogates' GS and PS, we develop QueryNet, a unified attack framework that can significantly reduce queries. QueryNet creatively attacks by multi-identity surrogates, i.e., crafts several AEs for one sample by different surrogates, and also uses…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Explainable Artificial Intelligence (XAI)
MethodsAutoencoders
