English

Multi-Center Federated Learning: Clients Clustering for Better Personalization

Machine Learning 2023-02-07 v3 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

Federated learning has received great attention for its capability to train a large-scale model in a decentralized manner without needing to access user data directly. It helps protect the users' private data from centralized collecting. Unlike distributed machine learning, federated learning aims to tackle non-IID data from heterogeneous sources in various real-world applications, such as those on smartphones. Existing federated learning approaches usually adopt a single global model to capture the shared knowledge of all users by aggregating their gradients, regardless of the discrepancy between their data distributions. However, due to the diverse nature of user behaviors, assigning users' gradients to different global models (i.e., centers) can better capture the heterogeneity of data distributions across users. Our paper proposes a novel multi-center aggregation mechanism for federated learning, which learns multiple global models from the non-IID user data and simultaneously derives the optimal matching between users and centers. We formulate the problem as a joint optimization that can be efficiently solved by a stochastic expectation maximization (EM) algorithm. Our experimental results on benchmark datasets show that our method outperforms several popular federated learning methods.

Keywords

Cite

@article{arxiv.2005.01026,
  title  = {Multi-Center Federated Learning: Clients Clustering for Better Personalization},
  author = {Guodong Long and Ming Xie and Tao Shen and Tianyi Zhou and Xianzhi Wang and Jing Jiang and Chengqi Zhang},
  journal= {arXiv preprint arXiv:2005.01026},
  year   = {2023}
}

Comments

This paper has two duplicated versions: 2005.01026 and 2108.08647. The first one 2005.01026 is the right one, and the second one 2108.08647 should be deleted because it always causes misoperating

R2 v1 2026-06-23T15:16:15.427Z