LGMLNov 11, 2024

WassFFed: Wasserstein Fair Federated Learning

arXiv:2411.06881v11 citationsh-index: 15
Originality Incremental advance
AI Analysis

This work addresses fairness challenges in FL for scenarios with non-IID data across distributed clients, representing an incremental improvement over existing methods.

The paper tackles the problem of achieving fairness in federated learning (FL) by addressing inconsistencies between local and global fair models and between surrogate functions and classification results, proposing WassFFed, which uses Wasserstein barycenters to align outputs and shows improved accuracy-fairness balance on three real-world datasets.

Federated Learning (FL) employs a training approach to address scenarios where users' data cannot be shared across clients. Achieving fairness in FL is imperative since training data in FL is inherently geographically distributed among diverse user groups. Existing research on fairness predominantly assumes access to the entire training data, making direct transfer to FL challenging. However, the limited existing research on fairness in FL does not effectively address two key challenges, i.e., (CH1) Current methods fail to deal with the inconsistency between fair optimization results obtained with surrogate functions and fair classification results. (CH2) Directly aggregating local fair models does not always yield a globally fair model due to non Identical and Independent data Distributions (non-IID) among clients. To address these challenges, we propose a Wasserstein Fair Federated Learning framework, namely WassFFed. To tackle CH1, we ensure that the outputs of local models, rather than the loss calculated with surrogate functions or classification results with a threshold, remain independent of various user groups. To resolve CH2, we employ a Wasserstein barycenter calculation of all local models' outputs for each user group, bringing local model outputs closer to the global output distribution to ensure consistency between the global model and local models. We conduct extensive experiments on three real-world datasets, demonstrating that WassFFed outperforms existing approaches in striking a balance between accuracy and fairness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes