PraFFL: A Preference-Aware Scheme in Fair Federated Learning
Rongguang Ye, Wei-Bin Kou, Ming Tang
TL;DR
PraFFL tackles the fairness-performance trade-off in federated learning by introducing a preference-aware framework that supports arbitrary client preferences in real time. It aligns models to user-specified trade-offs using a weighted Chebyshev objective, personalizes models via a two-part shared/personalized structure, and protects client preferences with a hypernetwork. Theoretical results establish existence and linear convergence to the Pareto front, while empirical results on four datasets show superior Pareto front quality and adaptability against six baselines, with code available for reproduction. This approach enables scalable, privacy-preserving, and customizable fair FL suitable for large-scale deployments and diverse user needs.
Abstract
Fairness in federated learning has emerged as a critical concern, aiming to develop an unbiased model among groups (e.g., male or female) of diverse sensitive features. However, there is a trade-off between model performance and fairness, i.e., improving model fairness will decrease model performance. Existing approaches have characterized such a trade-off by introducing hyperparameters to quantify client's preferences for model fairness and model performance. Nevertheless, these approaches are limited to scenarios where each client has only a single pre-defined preference, and fail to work in practical systems where each client generally has multiple preferences. To this end, we propose a Preference-aware scheme in Fair Federated Learning (called PraFFL) to generate preference-specific models in real time. PraFFL can adaptively adjust the model based on each client's preferences to meet their needs. We theoretically prove that PraFFL can offer the optimal model tailored to an arbitrary preference of each client, and show its linear convergence. Experimental results show that our proposed PraFFL outperforms six fair federated learning algorithms in terms of the model's capability of adapting to clients' different preferences. Our implementation is available at https://github.com/rG223/PraFFL.
