To be Robust or to be Fair: Towards Fairness in Adversarial Training
About
Adversarial training algorithms have been proved to be reliable to improve machine learning models' robustness against adversarial examples. However, we find that adversarial training algorithms tend to introduce severe disparity of accuracy and robustness between different groups of data. For instance, a PGD adversarially trained ResNet18 model on CIFAR-10 has 93% clean accuracy and 67% PGD l-infty-8 robust accuracy on the class "automobile" but only 65% and 17% on the class "cat". This phenomenon happens in balanced datasets and does not exist in naturally trained models when only using clean samples. In this work, we empirically and theoretically show that this phenomenon can happen under general adversarial training algorithms which minimize DNN models' robust errors. Motivated by these findings, we propose a Fair-Robust-Learning (FRL) framework to mitigate this unfairness problem when doing adversarial defenses. Experimental results validate the effectiveness of FRL.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-10 (test) | Accuracy (Clean)82.8 | 273 | |
| Image Classification | CIFAR-10 standard (test) | Avg Acc (Clean)85.19 | 20 | |
| Image Classification | CIFAR-10 (test) | Clean Accuracy Avg82.29 | 10 | |
| Adversarial Robustness and Fairness | CIFAR-100 | Clean Accuracy Avg55.49 | 10 | |
| Image Classification | CIFAR-100 (test) | Clean Accuracy Avg56.3 | 10 | |
| Image Classification | CIFAR-100 (test) | Avg Clean Acc52.55 | 10 |