paper-with-me

Papers

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

2022-09-14 · Alexander Cann, Ian Colbert, Ihab Amer

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.

📄 PDF Abstract BibTeX arXiv:2209.06931

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Headless Horseman: Adversarial Attacks on Transfer Learning Models

2020-04-20 · Ahmed Abdelkader, Michael J. Curry, Liam Fowl, Tom Goldstein 외

Transfer learning facilitates the training of task-specific classifiers using pre-trained models as feature extractors. We present a family of transferable adversarial attacks against such classifiers, generated without …

Adversarial AttackTransfer Learning

Feature Extraction for Generative Medical Imaging Evaluation: New Evidence Against an Evolving Trend

2023-11-22 · McKell Woodland, Austin Castelo, Mais Al Taie, Jessica Albuquerque Marques Silva 외

Fr\'echet Inception Distance (FID) is a widely used metric for assessing synthetic image quality. It relies on an ImageNet-based feature extractor, making its applicability to medical imaging unclear. A recent trend is t…

Data AugmentationMedical Image Generation

How Well Do Vision Transformers (VTs) Transfer To The Non-Natural Image Domain? An Empirical Study Involving Art Classification

2022-08-09 · Vincent Tonkes, Matthia Sabatelli

Vision Transformers (VTs) are becoming a valuable alternative to Convolutional Neural Networks (CNNs) when it comes to problems involving high-dimensional and spatially organized inputs such as images. However, their Tra…

Transfer Learning

Learning to Attack and Defend: Adaptive Red Teaming of Language Models via GRPO

2026-06-08 · Blake Bullwinkel, Eugenia Kim, Amanda Minnich, Mark Russinovich arxiv

AI red teaming must continually adapt to evolving attackers and defenders. Reinforcement learning offers a promising approach to discovering novel attacks, and co-training methods can produce more robust defenders in tan…

Reinforcement LearningRed Teaming

MAPE: Defending Against Transferable Adversarial Attacks Using Multi-Source Adversarial Perturbations Elimination

2026-06-30 · Xinlei Liu, Jichao Xie, Tao Hu, Peng Yi 외 arxiv

Neural networks are vulnerable to meticulously crafted adversarial examples, leading to high-confidence misclassifications in image classification tasks. Due to their consistency with regular input patterns and the absen…

Image Classification