FedSAC: Dynamic Submodel Allocation for Collaborative Fairness in Federated Learning
Zihui Wang, Zheng Wang, Lingjuan Lyu, Zhaopeng Peng, Zhicheng Yang, Chenglu Wen, Rongshan Yu, Cheng Wang, Xiaoliang Fan
TL;DR
FedSAC tackles collaborative fairness in federated learning by introducing bounded collaborative fairness (BCF) and a submodel-based allocation strategy. It combines a Submodel Allocation Module that assigns high-performance submodels to high-contributing clients with a Dynamic Aggregation Module that treats low-frequency neurons equitably during aggregation, all under theoretical fairness guarantees and convergence analysis. Empirical results on CIFAR10, SVHN, and Fashion-MNIST show FedSAC outperforms baselines in both fairness (via Pearson correlation-based metrics) and accuracy, with ablations confirming the two core components are essential. The approach reduces communication overhead, preserves local model consistency, and provides a practical path toward broader client participation in FL.
Abstract
Collaborative fairness stands as an essential element in federated learning to encourage client participation by equitably distributing rewards based on individual contributions. Existing methods primarily focus on adjusting gradient allocations among clients to achieve collaborative fairness. However, they frequently overlook crucial factors such as maintaining consistency across local models and catering to the diverse requirements of high-contributing clients. This oversight inevitably decreases both fairness and model accuracy in practice. To address these issues, we propose FedSAC, a novel Federated learning framework with dynamic Submodel Allocation for Collaborative fairness, backed by a theoretical convergence guarantee. First, we present the concept of "bounded collaborative fairness (BCF)", which ensures fairness by tailoring rewards to individual clients based on their contributions. Second, to implement the BCF, we design a submodel allocation module with a theoretical guarantee of fairness. This module incentivizes high-contributing clients with high-performance submodels containing a diverse range of crucial neurons, thereby preserving consistency across local models. Third, we further develop a dynamic aggregation module to adaptively aggregate submodels, ensuring the equitable treatment of low-frequency neurons and consequently enhancing overall model accuracy. Extensive experiments conducted on three public benchmarks demonstrate that FedSAC outperforms all baseline methods in both fairness and model accuracy. We see this work as a significant step towards incentivizing broader client participation in federated learning. The source code is available at https://github.com/wangzihuixmu/FedSAC.
