CSAFL: A Clustered Semi-Asynchronous Federated Learning Framework
Yu Zhang, Moming Duan, Duo Liu, Li Li, Ao Ren, Xianzhang Chen, Yujuan Tan, Chengliang Wang
TL;DR
The paper addresses the straggler and model-staleness challenges in federated learning by proposing CSAFL, a clustered semi-asynchronous framework that groups clients via spectral clustering based on delay and gradient direction and allows mixed synchronous/asynchronous updates within fixed time budgets. By maintaining group-specific models and binding updates to group dynamics, CSAFL mitigates straggler effects while controlling staleness, achieving higher accuracy and competitive convergence across four non-IID datasets. Empirical results show significant gains over TA-FedAvg, including substantial improvements on non-IID FEMNIST, demonstrating the practical viability of latency-aware, group-based update strategies for robust FL in heterogeneous settings.
Abstract
Federated learning (FL) is an emerging distributed machine learning paradigm that protects privacy and tackles the problem of isolated data islands. At present, there are two main communication strategies of FL: synchronous FL and asynchronous FL. The advantages of synchronous FL are that the model has high precision and fast convergence speed. However, this synchronous communication strategy has the risk that the central server waits too long for the devices, namely, the straggler effect which has a negative impact on some time-critical applications. Asynchronous FL has a natural advantage in mitigating the straggler effect, but there are threats of model quality degradation and server crash. Therefore, we combine the advantages of these two strategies to propose a clustered semi-asynchronous federated learning (CSAFL) framework. We evaluate CSAFL based on four imbalanced federated datasets in a non-IID setting and compare CSAFL to the baseline methods. The experimental results show that CSAFL significantly improves test accuracy by more than +5% on the four datasets compared to TA-FedAvg. In particular, CSAFL improves absolute test accuracy by +34.4% on non-IID FEMNIST compared to TA-FedAvg.
