DAD: Data-free Adversarial Defense at Test Time
Gaurav Kumar Nayak, Ruchit Rawal, Anirban Chakraborty

TL;DR
This paper introduces a novel test-time adversarial defense method that detects and corrects adversarial samples without access to training data, using unsupervised domain adaptation and Fourier domain transformations.
Contribution
It proposes a data-free, test-time adversarial defense framework that detects and corrects adversarial samples without retraining or data access, addressing privacy and proprietary data concerns.
Findings
Detects 91.42% of adversaries on CIFAR-10 with ResNet-18.
Improves adversarial accuracy from 0% to 37.37% against Auto Attack.
Minimal 0.02% drop in clean accuracy.
Abstract
Deep models are highly susceptible to adversarial attacks. Such attacks are carefully crafted imperceptible noises that can fool the network and can cause severe consequences when deployed. To encounter them, the model requires training data for adversarial training or explicit regularization-based techniques. However, privacy has become an important concern, restricting access to only trained models but not the training data (e.g. biometric data). Also, data curation is expensive and companies may have proprietary rights over it. To handle such situations, we propose a completely novel problem of 'test-time adversarial defense in absence of training data and even their statistics'. We solve it in two stages: a) detection and b) correction of adversarial samples. Our adversarial sample detection framework is initially trained on arbitrary data and is subsequently adapted to the…
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.
Videos
DAD: Data-free Adversarial Defense at Test Time· youtube
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications
