paper-with-me

홈 › Papers

Adversarial Robustness without Adversarial Training: A Teacher-Guided Curriculum Learning Approach

2021-12-01 · NeurIPS 2021 12 · Anindya Sarkar, Anirban Sarkar, Sowrya Gali, Vineeth N Balasubramanian

Current SOTA adversarially robust models are mostly based on adversarial training (AT) and differ only by some regularizers either at inner maximization or outer minimization steps. Being repetitive in nature during the inner maximization step, they take a huge time to train. We propose a non-iterative method that enforces the following ideas during training. Attribution maps are more aligned to the actual object in the image for adversarially robust models compared to naturally trained models. Also, the allowed set of pixels to perturb an image (that changes model decision) should be restricted to the object pixels only, which reduces the attack strength by limiting the attack space. Our method achieves significant performance gains with a little extra effort (10-20%) over existing AT models and outperforms all other methods in terms of adversarial as well as natural accuracy. We have performed extensive experimentation with CIFAR-10, CIFAR-100, and TinyImageNet datasets and reported results against many popular strong adversarial attacks to prove the effectiveness of our method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

How and When Adversarial Robustness Transfers in Knowledge Distillation?

2021-10-22 · Rulin Shao, JinFeng Yi, Pin-Yu Chen, Cho-Jui Hsieh

Knowledge distillation (KD) has been widely used in teacher-student training, with applications to model compression in resource-constrained deep learning. Current works mainly focus on preserving the accuracy of the tea…

Adversarial RobustnessKnowledge DistillationModel Compression

Sample-wise Adaptive Weighting for Transfer Consistency in Adversarial Distillation

2025-12-11 · Hongsin Lee, Hye Won Chung arxiv

Adversarial distillation in the standard min-max adversarial training framework aims to transfer adversarial robustness from a large, robust teacher network to a compact student. However, existing work often neglects to …

Adversarial Robustness

Mitigating Accuracy-Robustness Trade-off via Balanced Multi-Teacher Adversarial Distillation

2023-06-28 · Shiji Zhao, Xizhe Wang, Xingxing Wei

Adversarial Training is a practical approach for improving the robustness of deep neural networks against adversarial attacks. Although bringing reliable robustness, the performance towards clean examples is negatively a…

Adversarial RobustnessKnowledge Distillation

Achieving Adversarial Robustness Requires An Active Teacher

2020-12-14 · Chao Ma, Lexing Ying

A new understanding of adversarial examples and adversarial robustness is proposed by decoupling the data generator and the label generator (which we call the teacher). In our framework, adversarial robustness is a condi…

Adversarial Robustness

Distilling Adversarial Robustness Using Heterogeneous Teachers

2024-02-23 · Jieren Deng, Aaron Palmer, Rigel Mahmood, Ethan Rathbun 외

Achieving resiliency against adversarial attacks is necessary prior to deploying neural network classifiers in domains where misclassification incurs substantial costs, e.g., self-driving cars or medical imaging. Recent …

Adversarial RobustnessKnowledge DistillationSelf-Driving Cars