LGAIDCJan 31, 2022

Heterogeneous Federated Learning via Grouped Sequential-to-Parallel Training

arXiv:2201.12976v124 citations
AI Analysis

This addresses performance degradation in federated learning for privacy-preserving collaborative ML, but it is incremental as it builds on existing heterogeneous FL methods.

The paper tackles the problem of data heterogeneity in federated learning, which can degrade model performance, by proposing FedGSP, a method that groups clients and uses dynamic sequential-to-parallel training, resulting in a 3.7% average accuracy improvement and over 90% reduction in training time and communication overhead compared to state-of-the-art approaches.

Federated learning (FL) is a rapidly growing privacy-preserving collaborative machine learning paradigm. In practical FL applications, local data from each data silo reflect local usage patterns. Therefore, there exists heterogeneity of data distributions among data owners (a.k.a. FL clients). If not handled properly, this can lead to model performance degradation. This challenge has inspired the research field of heterogeneous federated learning, which currently remains open. In this paper, we propose a data heterogeneity-robust FL approach, FedGSP, to address this challenge by leveraging on a novel concept of dynamic Sequential-to-Parallel (STP) collaborative training. FedGSP assigns FL clients to homogeneous groups to minimize the overall distribution divergence among groups, and increases the degree of parallelism by reassigning more groups in each round. It is also incorporated with a novel Inter-Cluster Grouping (ICG) algorithm to assist in group assignment, which uses the centroid equivalence theorem to simplify the NP-hard grouping problem to make it solvable. Extensive experiments have been conducted on the non-i.i.d. FEMNIST dataset. The results show that FedGSP improves the accuracy by 3.7% on average compared with seven state-of-the-art approaches, and reduces the training time and communication overhead by more than 90%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes