paper-with-me

Papers

Towards Class-wise Fair Adversarial Training via Anti-Bias Soft Label Distillation

2025-06-10 · Shiji Zhao, Chi Chen, Ranjie Duan, Xizhe Wang, Xingxing Wei

Adversarial Training (AT) is widely recognized as an effective approach to enhance the adversarial robustness of Deep Neural Networks. As a variant of AT, Adversarial Robustness Distillation (ARD) has shown outstanding performance in enhancing the robustness of small models. However, both AT and ARD face robust fairness issue: these models tend to display strong adversarial robustness against some classes (easy classes) while demonstrating weak adversarial robustness against others (hard classes). This paper explores the underlying factors of this problem and points out the smoothness degree of soft labels for different classes significantly impacts the robust fairness from both empirical observation and theoretical analysis. Based on the above exploration, we propose Anti-Bias Soft Label Distillation (ABSLD) within the Knowledge Distillation framework to enhance the adversarial robust fairness. Specifically, ABSLD adaptively reduces the student's error risk gap between different classes, which is accomplished by adjusting the class-wise smoothness degree of teacher's soft labels during the training process, and the adjustment is managed by assigning varying temperatures to different classes. Additionally, as a label-based approach, ABSLD is highly adaptable and can be integrated with the sample-based methods. Extensive experiments demonstrate ABSLD outperforms state-of-the-art methods on the comprehensive performance of robustness and fairness.

📄 PDF Abstract BibTeX arXiv:2506.08611

Code (1)

zhaoshiji123/absld 공식 구현 pytorch

Tasks

Adversarial RobustnessFairnessKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Learning Fair Robustness via Domain Mixup

2024-11-21 · Meiyu Zhong, Ravi Tandon

Adversarial training is one of the predominant techniques for training classifiers that are robust to adversarial attacks. Recent work, however has found that adversarial training, which makes the overall classifier robu…

Improving Adversarial Robust Fairness via Anti-Bias Soft Label Distillation

2023-12-09 · Shiji Zhao, Ranjie Duan, Xizhe Wang, Xingxing Wei

Adversarial Training (AT) has been widely proved to be an effective method to improve the adversarial robustness against adversarial examples for Deep Neural Networks (DNNs). As a variant of AT, Adversarial Robustness Di…

Adversarial RobustnessFairnessKnowledge Distillation

CFA: Class-wise Calibrated Fair Adversarial Training

2023-03-25 · CVPR 2023 1 · Zeming Wei, Yifei Wang, Yiwen Guo, Yisen Wang

Adversarial training has been widely acknowledged as the most effective method to improve the adversarial robustness against adversarial examples for Deep Neural Networks (DNNs). So far, most existing works focus on enha…

Adversarial RobustnessFairness

FAIR-TAT: Improving Model Fairness Using Targeted Adversarial Training

2024-10-30 · Tejaswini Medi, Steffen Jung, Margret Keuper

Deep neural networks are susceptible to adversarial attacks and common corruptions, which undermine their robustness. In order to enhance model resilience against such challenges, Adversarial Training (AT) has emerged as…

Adversarial RobustnessFairness

Towards Fair Class-wise Robustness: Class Optimal Distribution Adversarial Training

2025-01-08 · Hongxin Zhi, Hongtao Yu, Shaome Li, Xiuming Zhao 외

Adversarial training has proven to be a highly effective method for improving the robustness of deep neural networks against adversarial attacks. Nonetheless, it has been observed to exhibit a limitation in terms of robu…

Fairness