paper-with-me

Papers

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 enhancing the overall model robustness, treating each class equally in both the training and testing phases. Although revealing the disparity in robustness among classes, few works try to make adversarial training fair at the class level without sacrificing overall robustness. In this paper, we are the first to theoretically and empirically investigate the preference of different classes for adversarial configurations, including perturbation margin, regularization, and weight averaging. Motivated by this, we further propose a \textbf{C}lass-wise calibrated \textbf{F}air \textbf{A}dversarial training framework, named CFA, which customizes specific training configurations for each class automatically. Experiments on benchmark datasets demonstrate that our proposed CFA can improve both overall robustness and fairness notably over other state-of-the-art methods. Code is available at \url{https://github.com/PKU-ML/CFA}.

📄 PDF Abstract BibTeX arXiv:2303.14460

Code (1)

pku-ml/cfa 공식 구현 pytorch

Tasks

Adversarial RobustnessFairness

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…

Towards Fair and Calibrated Models

2023-10-16 · Anand Brahmbhatt, Vipul Rathore, Mausam, Parag Singla

Recent literature has seen a significant focus on building machine learning models with specific properties such as fairness, i.e., being non-biased with respect to a given set of attributes, calibration i.e., model conf…

Fairness

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

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

Data Decisions and Theoretical Implications when Adversarially Learning Fair Representations

2017-07-01 · Alex Beutel, Jilin Chen, Zhe Zhao, Ed H. Chi

How can we learn a classifier that is "fair" for a protected or sensitive group, when we do not know if the input to the classifier belongs to the protected group? How can we train such a classifier when data on the prot…

AttributeFairnessRecommendation Systems