paper-with-me

Papers

Broad Adversarial Training with Data Augmentation in the Output Space

2021-11-22 · AAAI Workshop AdvML 2022 2 · Nils Worzyk, Stella Yu

In image classification, data augmentation and the usage of additional data has been shown to increase the efficiency of clean training and the accuracy of the resulting model. However, this does not prevent models from being fooled by adversarial manipulations. To increase the robustness, Adversarial Training (AT) is an easy, yet effective and widely used method to harden neural networks against adversarial inputs. Still, AT is computationally expensive and only creates one adversarial input per sample of the current batch. We propose Broad Adversarial Training (B-AT), which combines adversarial training and data augmentation in the decision space, i.e., on the models output vector. By adding random noise to the original adversarial output vector, we create multiple pseudo adversarial instances, thus increasing the data pool for adversarial training. We show that this general idea is applicable to two different learning paradigms, i.e., supervised and self-supervised learning. Using B-AT instead of AT for supervised learning, we can increase the robustness by 0.56\% for small seen attacks. For medium and larger seen attacks, the robustness increases by 4.57\% and 1.11\%, respectively. On large unseen attack, we can also report an increase in the robustness by 1.11\% and 0.29\%. When combining a larger corpus of input data with our proposed method, we report a slight increase of the clean accuracy and increased robustness against all observed attacks, compared to AT. In self-supervised training, we monitor a similar increase in robust accuracy for seen attacks and large unseen attacks, when it comes to the downstream task of image classification. In addition, for both observed self-supervised models, the clean accuracy also increases by up to 1.37\% using our method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationimage-classificationImage ClassificationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Adversarial Policy Gradient for Deep Learning Image Augmentation

2019-09-09 · Kaiyang Cheng, Claudia Iriondo, Francesco Calivá, Justin Krogue 외

The use of semantic segmentation for masking and cropping input images has proven to be a significant aid in medical imaging classification tasks by decreasing the noise and variance of the training dataset. However, imp…

ClassificationDeep LearningDeep Reinforcement LearningGeneral Classification+4

AugMax: Adversarial Composition of Random Augmentations for Robust Training

2021-10-26 · NeurIPS 2021 12 · Haotao Wang, Chaowei Xiao, Jean Kossaifi, Zhiding Yu 외

Data augmentation is a simple yet effective way to improve the robustness of deep neural networks (DNNs). Diversity and hardness are two complementary dimensions of data augmentation to achieve robustness. For example, A…

Data AugmentationDiversity

Robust Classification using Robust Feature Augmentation

2019-05-26 · Kevin Eykholt, Swati Gupta, Atul Prakash, Amir Rahmati 외

Existing deep neural networks, say for image classification, have been shown to be vulnerable to adversarial images that can cause a DNN misclassification, without any perceptible change to an image. In this work, we pro…

BinarizationClassificationGeneral Classificationimage-classification+2

Addressing Neural Network Robustness with Mixup and Targeted Labeling Adversarial Training

2020-08-19 · Alfred Laugros, Alice Caplier, Matthieu Ospici

Despite their performance, Artificial Neural Networks are not reliable enough for most of industrial applications. They are sensitive to noises, rotations, blurs and adversarial examples. There is a need to build defense…

Data Augmentation

Boosting Model Resilience via Implicit Adversarial Data Augmentation

2024-04-25 · Xiaoling Zhou, Wei Ye, Zhemg Lee, Rui Xie 외

Data augmentation plays a pivotal role in enhancing and diversifying training data. Nonetheless, consistently improving model performance in varied learning scenarios, especially those with inherent data biases, remains …

Data AugmentationLong-tail LearningMeta-Learningmodel