Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Alleviating the Effect of Data Imbalance on Adversarial Training

About

In this paper, we study adversarial training on datasets that obey the long-tailed distribution, which is practical but rarely explored in previous works. Compared with conventional adversarial training on balanced datasets, this process falls into the dilemma of generating uneven adversarial examples (AEs) and an unbalanced feature embedding space, causing the resulting model to exhibit low robustness and accuracy on tail data. To combat that, we theoretically analyze the lower bound of the robust risk to train a model on a long-tailed dataset to obtain the key challenges in addressing the aforementioned dilemmas. Based on it, we propose a new adversarial training framework -- Re-balancing Adversarial Training (REAT). This framework consists of two components: (1) a new training strategy inspired by the effective number to guide the model to generate more balanced and informative AEs; (2) a carefully constructed penalty function to force a satisfactory feature space. Evaluation results on different datasets and model structures prove that REAT can effectively enhance the model's robustness and preserve the model's clean accuracy. The code can be found in https://github.com/GuanlinLee/REAT.

Guanlin Li, Guowen Xu, Tianwei Zhang• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 long-tailed (test)
Clean Accuracy73.16
42
Image ClassificationCIFAR-10-LT
Clean Accuracy79.72
26
Adversarial RobustnessCIFAR-100-LT (test)
Clean Accuracy46.28
20
Image ClassificationCIFAR-100 Long-Tailed (test)
Clean Accuracy50.29
20
Image ClassificationCIFAR-10-LT IR=10 (test)
Accuracy (Clean)74.56
15
Showing 5 of 5 rows

Other info

Follow for update