LGAICRCVOct 26, 2023

PubDef: Defending Against Transfer Attacks From Public Models

arXiv:2310.17645v29 citationsh-index: 21Has Code
AI Analysis

This addresses a practical security threat for real-world applications where adversaries use publicly available models, offering a more realistic defense than previous white-box assumptions.

The paper tackles the problem of defending against transfer attacks from public surrogate models, proposing a game-theoretic defense called PubDef that significantly outperforms state-of-the-art white-box adversarial training with minimal loss in normal accuracy, achieving 62% vs. 36% accuracy on ImageNet under strong attacks.

Adversarial attacks have been a looming and unaddressed threat in the industry. However, through a decade-long history of the robustness evaluation literature, we have learned that mounting a strong or optimal attack is challenging. It requires both machine learning and domain expertise. In other words, the white-box threat model, religiously assumed by a large majority of the past literature, is unrealistic. In this paper, we propose a new practical threat model where the adversary relies on transfer attacks through publicly available surrogate models. We argue that this setting will become the most prevalent for security-sensitive applications in the future. We evaluate the transfer attacks in this setting and propose a specialized defense method based on a game-theoretic perspective. The defenses are evaluated under 24 public models and 11 attack algorithms across three datasets (CIFAR-10, CIFAR-100, and ImageNet). Under this threat model, our defense, PubDef, outperforms the state-of-the-art white-box adversarial training by a large margin with almost no loss in the normal accuracy. For instance, on ImageNet, our defense achieves 62% accuracy under the strongest transfer attack vs only 36% of the best adversarially trained model. Its accuracy when not under attack is only 2% lower than that of an undefended model (78% vs 80%). We release our code at https://github.com/wagner-group/pubdef.

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