CVApr 26, 2021

Delving into Data: Effectively Substitute Training for Black-box Attack

arXiv:2104.12378v171 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of generating effective adversarial attacks without access to target model details, offering an incremental improvement in data-driven substitute training methods.

The paper tackles the problem of improving adversarial attack transferability in black-box settings by designing data distribution for substitute training, resulting in enhanced attack effectiveness against state-of-the-art competitors.

Deep models have shown their vulnerability when processing adversarial samples. As for the black-box attack, without access to the architecture and weights of the attacked model, training a substitute model for adversarial attacks has attracted wide attention. Previous substitute training approaches focus on stealing the knowledge of the target model based on real training data or synthetic data, without exploring what kind of data can further improve the transferability between the substitute and target models. In this paper, we propose a novel perspective substitute training that focuses on designing the distribution of data used in the knowledge stealing process. More specifically, a diverse data generation module is proposed to synthesize large-scale data with wide distribution. And adversarial substitute training strategy is introduced to focus on the data distributed near the decision boundary. The combination of these two modules can further boost the consistency of the substitute model and target model, which greatly improves the effectiveness of adversarial attack. Extensive experiments demonstrate the efficacy of our method against state-of-the-art competitors under non-target and target attack settings. Detailed visualization and analysis are also provided to help understand the advantage of our method.

Foundations

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

Your Notes