CVCRLGOct 12, 2022

Visual Prompting for Adversarial Robustness

arXiv:2210.06284v447 citationsh-index: 59
Originality Incremental advance
AI Analysis

This work addresses adversarial robustness for machine learning models, offering a plug-and-play test-time defense that is incremental but provides significant efficiency improvements.

The paper tackles the problem of improving adversarial robustness of pre-trained models at test time using visual prompting, and shows that their proposed class-wise adversarial visual prompting method achieves 2.1x standard accuracy gain and 2x robust accuracy gain compared to vanilla visual prompting, with a 42x inference speedup over classical defenses.

In this work, we leverage visual prompting (VP) to improve adversarial robustness of a fixed, pre-trained model at testing time. Compared to conventional adversarial defenses, VP allows us to design universal (i.e., data-agnostic) input prompting templates, which have plug-and-play capabilities at testing time to achieve desired model performance without introducing much computation overhead. Although VP has been successfully applied to improving model generalization, it remains elusive whether and how it can be used to defend against adversarial attacks. We investigate this problem and show that the vanilla VP approach is not effective in adversarial defense since a universal input prompt lacks the capacity for robust learning against sample-specific adversarial perturbations. To circumvent it, we propose a new VP method, termed Class-wise Adversarial Visual Prompting (C-AVP), to generate class-wise visual prompts so as to not only leverage the strengths of ensemble prompts but also optimize their interrelations to improve model robustness. Our experiments show that C-AVP outperforms the conventional VP method, with 2.1X standard accuracy gain and 2X robust accuracy gain. Compared to classical test-time defenses, C-AVP also yields a 42X inference time speedup.

Code Implementations2 repos
Foundations

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

Your Notes