paper-with-me

홈 › Papers

DAFA: Distance-Aware Fair Adversarial Training

2024-01-23 · Hyungyu Lee, Saehyung Lee, Hyemi Jang, Junsung Park, Ho Bae, Sungroh Yoon

The disparity in accuracy between classes in standard training is amplified during adversarial training, a phenomenon termed the robust fairness problem. Existing methodologies aimed to enhance robust fairness by sacrificing the model's performance on easier classes in order to improve its performance on harder ones. However, we observe that under adversarial attacks, the majority of the model's predictions for samples from the worst class are biased towards classes similar to the worst class, rather than towards the easy classes. Through theoretical and empirical analysis, we demonstrate that robust fairness deteriorates as the distance between classes decreases. Motivated by these insights, we introduce the Distance-Aware Fair Adversarial training (DAFA) methodology, which addresses robust fairness by taking into account the similarities between classes. Specifically, our method assigns distinct loss weights and adversarial margins to each class and adjusts them to encourage a trade-off in robustness among similar classes. Experimental results across various datasets demonstrate that our method not only maintains average robust accuracy but also significantly improves the worst robust accuracy, indicating a marked improvement in robust fairness compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2401.12532

Code (1)

rucy74/DAFA 공식 구현 pytorch

Tasks

Fairness

Similar Papers 제목 키워드 기반

Parity-based Cumulative Fairness-aware Boosting

2022-01-04 · Vasileios Iosifidis, Arjun Roy, Eirini Ntoutsi

Data-driven AI systems can lead to discrimination on the basis of protected attributes like gender or race. One reason for this behavior is the encoded societal biases in the training data (e.g., females are underreprese…

Fairness

AdaFair-MARL: Enforcing Adaptive Fairness Constraints in Multi-Agent Reinforcement Learning

2025-11-18 · Promise Ekpo, Saesha Agarwal, Felix Grimm, Lekan Molu 외 arxiv

Fair workload enforcement in heterogeneous multi-agent systems that pursue shared objectives remains challenging. Fixed fairness penalties often introduce inefficiencies, training instability, and conflicting agent incen…

Multi-agent Reinforcement Learning

AdaFair: Cumulative Fairness Adaptive Boosting

2019-09-17 · Vasileios Iosifidis, Eirini Ntoutsi

The widespread use of ML-based decision making in domains with high societal impact such as recidivism, job hiring and loan credit has raised a lot of concerns regarding potential discrimination. In particular, in certai…

AttributeDecision MakingFairness

DAFA: Diversity-Aware Feature Aggregation for Attention-Based Video Object Detection

2022-09-01 · IEEE Access 2022 9 · Si-Dong Roh, Ki-Seok Chung

We present a framework for attention-based video object detection using a simple yet effective external memory management algorithm. An attention mechanism has been adopted in video object detection task to enrich the fe…

DiversityManagementobject-detectionObject Detection+1

Personalized Federated Learning on Long-Tailed Data via Adversarial Feature Augmentation

2023-03-27 · Yang Lu, Pinxin Qian, Gang Huang, Hanzi Wang

Personalized Federated Learning (PFL) aims to learn personalized models for each client based on the knowledge across all clients in a privacy-preserving manner. Existing PFL methods generally assume that the underlying …

Federated LearningPersonalized Federated LearningPrivacy Preserving