Data-free Defense of Black Box Models Against Adversarial Attacks
Gaurav Kumar Nayak, Inder Khatri, Ruchit Rawal, Anirban Chakraborty

TL;DR
This paper introduces a data-free defense method for black box models against adversarial attacks, utilizing synthetic data, wavelet noise removal, and a regenerator network to significantly improve adversarial robustness.
Contribution
It presents a novel data-free defense framework combining wavelet-based noise removal and surrogate model training to defend black box models from adversarial attacks.
Findings
Improves adversarial accuracy on CIFAR-10 by over 38%.
Effective against state-of-the-art Auto Attack.
Works even with similar surrogate architectures.
Abstract
Several companies often safeguard their trained deep models (i.e., details of architecture, learnt weights, training details etc.) from third-party users by exposing them only as black boxes through APIs. Moreover, they may not even provide access to the training data due to proprietary reasons or sensitivity concerns. In this work, we propose a novel defense mechanism for black box models against adversarial attacks in a data-free set up. We construct synthetic data via generative model and train surrogate network using model stealing techniques. To minimize adversarial contamination on perturbed samples, we propose 'wavelet noise remover' (WNR) that performs discrete wavelet decomposition on input images and carefully select only a few important coefficients determined by our 'wavelet coefficient selection module' (WCSM). To recover the high-frequency content of the image after noise…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Digital Media Forensic Detection
MethodsTest
