paper-with-me

홈 › Papers

Instance adaptive adversarial training: Improved accuracy tradeoffs in neural nets

2019-10-17 · Yogesh Balaji, Tom Goldstein, Judy Hoffman

Adversarial training is by far the most successful strategy for improving robustness of neural networks to adversarial attacks. Despite its success as a defense mechanism, adversarial training fails to generalize well to unperturbed test set. We hypothesize that this poor generalization is a consequence of adversarial training with uniform perturbation radius around every training sample. Samples close to decision boundary can be morphed into a different class under a small perturbation budget, and enforcing large margins around these samples produce poor decision boundaries that generalize poorly. Motivated by this hypothesis, we propose instance adaptive adversarial training -- a technique that enforces sample-specific perturbation margins around every training sample. We show that using our approach, test accuracy on unperturbed samples improve with a marginal drop in robustness. Extensive experiments on CIFAR-10, CIFAR-100 and Imagenet datasets demonstrate the effectiveness of our proposed approach.

📄 PDF Abstract BibTeX arXiv:1910.08051

Code (1)

yogeshbalaji/Instance_Adaptive_Adversarial_Training 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Improved Adversarial Training Through Adaptive Instance-wise Loss Smoothing

2023-03-24 · Lin Li, Michael Spratling

Deep neural networks can be easily fooled into making incorrect predictions through corruption of the input by adversarial perturbations: human-imperceptible artificial noise. So far adversarial training has been the mos…

Adversarial AttackAdversarial RobustnessData Augmentation

Fast Adversarial Training with Adaptive Step Size

2022-06-06 · Zhichao Huang, Yanbo Fan, Chen Liu, Weizhong Zhang 외

While adversarial training and its variants have shown to be the most effective algorithms to defend against adversarial attacks, their extremely slow training process makes it hard to scale to large datasets like ImageN…

Dynamic Epsilon Scheduling: A Multi-Factor Adaptive Perturbation Budget for Adversarial Training

2025-06-03 · Alan Mitkiy, James Smith, Hana Satou, Hiroshi Tanaka 외

Adversarial training is among the most effective strategies for defending deep neural networks against adversarial examples. A key limitation of existing adversarial training approaches lies in their reliance on a fixed …

Adversarial RobustnessScheduling

Exploring Model Robustness with Adaptive Networks and Improved Adversarial Training

2020-05-30 · Zheng Xu, Ali Shafahi, Tom Goldstein

Adversarial training has proven to be effective in hardening networks against adversarial examples. However, the gained robustness is limited by network capacity and number of training samples. Consequently, to build mor…

Adversarial Self-Supervised Contrastive Learning

2020-06-13 · NeurIPS 2020 12 · Minseon Kim, Jihoon Tack, Sung Ju Hwang

Existing adversarial learning approaches mostly use class labels to generate adversarial samples that lead to incorrect predictions, which are then used to augment the training of the model for improved robustness. While…

Adversarial AttackContrastive LearningSelf-Supervised LearningTransfer Learning