LGAICRMLSep 14, 2022

Robust Transferable Feature Extractors: Learning to Defend Pre-Trained Networks Against White Box Adversaries

arXiv:2209.06931v11 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the challenge of securing deep neural networks in computer vision against adversarial attacks, offering a transferable defense mechanism that is incremental in improving robustness.

The paper tackles the problem of transferring adversarial defenses to independently trained models, proposing robust transferable feature extractors (RTFEs) that provide adversarial robustness to multiple pre-trained classifiers against white box adversaries, even across different datasets.

The widespread adoption of deep neural networks in computer vision applications has brought forth a significant interest in adversarial robustness. Existing research has shown that maliciously perturbed inputs specifically tailored for a given model (i.e., adversarial examples) can be successfully transferred to another independently trained model to induce prediction errors. Moreover, this property of adversarial examples has been attributed to features derived from predictive patterns in the data distribution. Thus, we are motivated to investigate the following question: Can adversarial defenses, like adversarial examples, be successfully transferred to other independently trained models? To this end, we propose a deep learning-based pre-processing mechanism, which we refer to as a robust transferable feature extractor (RTFE). After examining theoretical motivation and implications, we experimentally show that our method can provide adversarial robustness to multiple independently pre-trained classifiers that are otherwise ineffective against an adaptive white box adversary. Furthermore, we show that RTFEs can even provide one-shot adversarial robustness to models independently trained on different datasets.

Foundations

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

Your Notes