paper-with-me

Papers

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 Distillation (ARD) has demonstrated its superior performance in improving the robustness of small student models with the guidance of large teacher models. However, both AT and ARD encounter the robust fairness problem: these models exhibit strong robustness when facing part of classes (easy class), but weak robustness when facing others (hard class). In this paper, we give an in-depth analysis of the potential factors and argue that the smoothness degree of samples' soft labels for different classes (i.e., hard class or easy class) will affect the robust fairness of DNNs from both empirical observation and theoretical analysis. Based on the above finding, we propose an Anti-Bias Soft Label Distillation (ABSLD) method to mitigate the adversarial robust fairness problem within the framework of Knowledge Distillation (KD). Specifically, ABSLD adaptively reduces the student's error risk gap between different classes to achieve fairness by adjusting the class-wise smoothness degree of samples' soft labels during the training process, and the smoothness degree of soft labels is controlled by assigning different temperatures in KD to different classes. Extensive experiments demonstrate that ABSLD outperforms state-of-the-art AT, ARD, and robust fairness methods in the comprehensive metric (Normalized Standard Deviation) of robustness and fairness.

📄 PDF Abstract BibTeX arXiv:2312.05508

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 제목 키워드 기반

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

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

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 p…

Adversarial RobustnessFairnessKnowledge Distillation

Generalized Demographic Parity for Group Fairness

2021-09-29 · ICLR 2022 4 · Zhimeng Jiang, Xiaotian Han, Chao Fan, Fan Yang 외

This work aims to generalize demographic parity to continuous sensitive attributes while preserving tractable computation. Current fairness metrics for continuous sensitive attributes largely rely on intractable statisti…

AttributeFairness

Semi-FairVAE: Semi-supervised Fair Representation Learning with Adversarial Variational Autoencoder

2022-04-01 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Adversarial learning is a widely used technique in fair representation learning to remove the biases on sensitive attributes from data representations. It usually requires to incorporate the sensitive attribute labels as…

AttributeFairnessRepresentation Learning

Mitigating Voter Attribute Bias for Fair Opinion Aggregation

2023-07-20 · Ryosuke Ueda, Koh Takeuchi, Hisashi Kashima

The aggregation of multiple opinions plays a crucial role in decision-making, such as in hiring and loan review, and in labeling data for supervised learning. Although majority voting and existing opinion aggregation mod…

AttributeDecision MakingFairness

On Adversarial Bias and the Robustness of Fair Machine Learning

2020-06-15 · Hongyan Chang, Ta Duy Nguyen, Sasi Kumar Murakonda, Ehsan Kazemi 외

Optimizing prediction accuracy can come at the expense of fairness. Towards minimizing discrimination against a group, fair machine learning algorithms strive to equalize the behavior of a model across different groups, …

BIG-bench Machine LearningData PoisoningFairness