paper-with-me

홈 › Papers

Multi-Center Federated Learning: Clients Clustering for Better Personalization

2020-05-03 · Guodong Long, Ming Xie, Tao Shen, Tianyi Zhou, Xianzhi Wang, Jing Jiang, Chengqi Zhang

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.

📄 PDF Abstract BibTeX arXiv:2005.01026

Code (3)

mingxuts/multi-center-fed-learning 공식 구현 tf
morningD/GrouProx tf
morningd/flexcfl tf

Tasks

ClusteringFederated Learning

Similar Papers 제목 키워드 기반

Federated Learning for Short Text Clustering

2023-11-23 · Mengling Hu, Chaochao Chen, Weiming Liu, Xinting Liao 외

Short text clustering has been popularly studied for its significance in mining valuable insights from many short texts. In this paper, we focus on the federated short text clustering (FSTC) problem, i.e., clustering sho…

ClusteringFederated LearningShort Text ClusteringText Clustering

Multi-Center Federated Learning: Clients Clustering for Better Personalization

2021-08-19 · Guodong Long, Ming Xie, Tao Shen, Tianyi Zhou 외

Personalized decision-making can be implemented in a Federated learning (FL) framework that can collaboratively train a decision model by extracting knowledge across intelligent clients, e.g. smartphones or enterprises. …

ClusteringDecision MakingFederated Learning

Secure Federated Clustering

2022-05-31 · Songze Li, Sizai Hou, Baturalp Buyukates, Salman Avestimehr

We consider a foundational unsupervised learning task of $k$-means data clustering, in a federated learning (FL) setting consisting of a central server and many distributed clients. We develop SecFC, which is a secure fe…

ClusteringFederated Learning

Federated Mutual Learning

2020-06-27 · Tao Shen, Jie Zhang, Xinkang Jia, Fengda Zhang 외

Federated learning (FL) enables collaboratively training deep learning models on decentralized data. However, there are three types of heterogeneities in FL setting bringing about distinctive challenges to the canonical …

Federated Learning

Byzantine-robust Decentralized Federated Learning via Dual-domain Clustering and Trust Bootstrapping

2024-01-01 · CVPR 2024 1 · Peng Sun, Xinyang Liu, Zhibo Wang, Bo Liu

Decentralized federated learning (DFL) facilitates collaborative model training across multiple connected clients without a central coordination server thereby avoiding the single point of failure in traditional cent…

ClusteringFederated Learning