paper-with-me

Papers

Transferring Adversarial Robustness Through Robust Representation Matching

2022-02-21 · Pratik Vaishnavi, Kevin Eykholt, Amir Rahmati

With the widespread use of machine learning, concerns over its security and reliability have become prevalent. As such, many have developed defenses to harden neural networks against adversarial examples, imperceptibly perturbed inputs that are reliably misclassified. Adversarial training in which adversarial examples are generated and used during training is one of the few known defenses able to reliably withstand such attacks against neural networks. However, adversarial training imposes a significant training overhead and scales poorly with model complexity and input dimension. In this paper, we propose Robust Representation Matching (RRM), a low-cost method to transfer the robustness of an adversarially trained model to a new model being trained for the same task irrespective of architectural differences. Inspired by student-teacher learning, our method introduces a novel training loss that encourages the student to learn the teacher's robust representations. Compared to prior works, RRM is superior with respect to both model performance and adversarial training time. On CIFAR-10, RRM trains a robust model $\sim 1.8\times$ faster than the state-of-the-art. Furthermore, RRM remains effective on higher-dimensional datasets. On Restricted-ImageNet, RRM trains a ResNet50 model $\sim 18\times$ faster than standard adversarial training.

📄 PDF Abstract BibTeX arXiv:2202.09994

Code (1)

ethos-lab/robust-representation-matching 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Is Adversarial Training with Compressed Datasets Effective?

2024-02-08 · Tong Chen, Raghavendra Selvan

Dataset Condensation (DC) refers to the recent class of dataset compression methods that generate a smaller, synthetic, dataset from a larger dataset. This synthetic dataset retains the essential information of the origi…

Adversarial RobustnessDataset Condensation

Towards Practical Non-Adversarial Distribution Matching

2023-10-30 · Ziyu Gong, Ben Usman, Han Zhao, David I. Inouye

Distribution matching can be used to learn invariant representations with applications in fairness and robustness. Most prior works resort to adversarial matching methods but the resulting minimax problems are unstable a…

FairnessRepresentation Learning

Matching Embeddings for Domain Adaptation

2019-09-25 · Manuel Pérez-Carrasco, Guillermo Cabrera-Vives, Pavlos Protopapas, Nicolás Astorga 외

In this work we address the problem of transferring knowledge obtained from a vast annotated source domain to a low labeled target domain. We propose Adversarial Variational Domain Adaptation (AVDA), a semi-supervised do…

Domain AdaptationSemi-supervised Domain Adaptation

Robust Dataset Distillation by Matching Adversarial Trajectories

2025-03-15 · Wei Lai, Tianyu Ding, ren dongdong, Lei Wang 외

Dataset distillation synthesizes compact datasets that enable models to achieve performance comparable to training on the original large-scale datasets. However, existing distillation methods overlook the robustness of t…

Adversarial RobustnessDataset Distillation

BIRD: Behavior Induction via Representation-structure Distillation

2025-05-29 · Galen Pogoncheff, Michael Beyeler

Human-aligned deep learning models exhibit behaviors consistent with human values, such as robustness, fairness, and honesty. Transferring these behavioral properties to models trained on different tasks or data distribu…

Continual LearningFairnessimage-classificationImage Classification+1