Global Group Fairness in Federated Learning via Function Tracking
Yves Rychener, Daniel Kuhn, Yifan Hu
TL;DR
This work tackles the challenge of achieving global group fairness in federated learning by introducing a maximum mean discrepancy (MMD) based regularizer paired with a function-tracking scheme that updates the global fairness term without prohibitive communication. The authors derive a client-decomposable gradient estimator for the MMD term, establish a convergence rate for fairness-regularized FedAvg, and reinterpret differential privacy as kernel convolution, enabling DP-aware analysis. They demonstrate, across synthetic and real datasets, that global fairness can be attained with minimal accuracy loss and competitive performance relative to centralized training, while maintaining privacy safeguards. The approach is compatible with standard FL algorithms and offers a principled, scalable solution for enforcing global demographic parity in distributed settings.
Abstract
We investigate group fairness regularizers in federated learning, aiming to train a globally fair model in a distributed setting. Ensuring global fairness in distributed training presents unique challenges, as fairness regularizers typically involve probability metrics between distributions across all clients and are not naturally separable by client. To address this, we introduce a function-tracking scheme for the global fairness regularizer based on a Maximum Mean Discrepancy (MMD), which incurs a small communication overhead. This scheme seamlessly integrates into most federated learning algorithms while preserving rigorous convergence guarantees, as demonstrated in the context of FedAvg. Additionally, when enforcing differential privacy, the kernel-based MMD regularization enables straightforward analysis through a change of kernel, leveraging an intuitive interpretation of kernel convolution. Numerical experiments confirm our theoretical insights.
