CRLGOct 15, 2023

Towards Deep Learning Models Resistant to Transfer-based Adversarial Attacks via Data-centric Robust Learning

arXiv:2310.09891v17 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the threat of transfer-based attacks in real-world deep learning systems by offering a more efficient defense, though it is incremental as it builds on existing adversarial training concepts.

The paper tackles the problem of defending deep learning models against transfer-based adversarial attacks by proposing Data-centric Robust Learning (DRL), which uses a one-shot adversarial augmentation prior to training instead of continuous optimization, and shows that DRL outperforms widely-used adversarial training techniques in black-box robustness and even surpasses the top-1 defense on RobustBench when combined with other methods.

Transfer-based adversarial attacks raise a severe threat to real-world deep learning systems since they do not require access to target models. Adversarial training (AT), which is recognized as the strongest defense against white-box attacks, has also guaranteed high robustness to (black-box) transfer-based attacks. However, AT suffers from heavy computational overhead since it optimizes the adversarial examples during the whole training process. In this paper, we demonstrate that such heavy optimization is not necessary for AT against transfer-based attacks. Instead, a one-shot adversarial augmentation prior to training is sufficient, and we name this new defense paradigm Data-centric Robust Learning (DRL). Our experimental results show that DRL outperforms widely-used AT techniques (e.g., PGD-AT, TRADES, EAT, and FAT) in terms of black-box robustness and even surpasses the top-1 defense on RobustBench when combined with diverse data augmentations and loss regularizations. We also identify other benefits of DRL, for instance, the model generalization capability and robust fairness.

Foundations

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

Your Notes