Toward Fair Federated Learning under Demographic Disparities and Data Imbalance
Qiming Wu, Siqi Li, Doudou Zhou, Nan Liu
TL;DR
This work tackles fairness in federated learning under demographic disparities and data imbalance by introducing FedIDA, a framework-agnostic method that jointly addresses algorithmic bias and subgroup underrepresentation. FedIDA combines a convex group-fairness regularizer with a locally applied, fairness-aware ROSE oversampling procedure, preserving convergence with any FL optimizer. Theoretical results establish Lipschitz continuity of fairness metrics and guarantee fairness improvements with high probability, along with variance reduction in fairness across test cohorts. Empirical evaluation on Adult and ROC Epistry datasets demonstrates consistent fairness improvements across multiple disparity metrics with competitive predictive performance, validating FedIDA’s potential for equitable privacy-preserving healthcare modeling. The work also provides practical insights into hyperparameter tuning and ablation studies, while outlining limitations and directions for future work on continuous sensitive attributes and closer integration with FL dynamics.
Abstract
Ensuring fairness is critical when applying artificial intelligence to high-stakes domains such as healthcare, where predictive models trained on imbalanced and demographically skewed data risk exacerbating existing disparities. Federated learning (FL) enables privacy-preserving collaboration across institutions, but remains vulnerable to both algorithmic bias and subgroup imbalance - particularly when multiple sensitive attributes intersect. We propose FedIDA (Fed erated Learning for Imbalance and D isparity A wareness), a framework-agnostic method that combines fairness-aware regularization with group-conditional oversampling. FedIDA supports multiple sensitive attributes and heterogeneous data distributions without altering the convergence behavior of the underlying FL algorithm. We provide theoretical analysis establishing fairness improvement bounds using Lipschitz continuity and concentration inequalities, and show that FedIDA reduces the variance of fairness metrics across test sets. Empirical results on both benchmark and real-world clinical datasets confirm that FedIDA consistently improves fairness while maintaining competitive predictive performance, demonstrating its effectiveness for equitable and privacy-preserving modeling in healthcare. The source code is available on GitHub.
