paper-with-me

홈 › Papers

Redefining Clustered Federated Learning for System Identification: The Path of ClusterCraft

2025-05-22 · Ertuğrul Keçeci, Müjde Güzelkaya, Tufan Kumbasar

This paper addresses the System Identification (SYSID) problem within the framework of federated learning. We introduce a novel algorithm, Incremental Clustering-based federated learning method for SYSID (IC-SYSID), designed to tackle SYSID challenges across multiple data sources without prior knowledge. IC-SYSID utilizes an incremental clustering method, ClusterCraft (CC), to eliminate the dependency on the prior knowledge of the dataset. CC starts with a single cluster model and assigns similar local workers to the same clusters by dynamically increasing the number of clusters. To reduce the number of clusters generated by CC, we introduce ClusterMerge, where similar cluster models are merged. We also introduce enhanced ClusterCraft to reduce the generation of similar cluster models during the training. Moreover, IC-SYSID addresses cluster model instability by integrating a regularization term into the loss function and initializing cluster models with scaled Glorot initialization. It also utilizes a mini-batch deep learning approach to manage large SYSID datasets during local training. Through the experiments conducted on a real-world representing SYSID problem, where a fleet of vehicles collaboratively learns vehicle dynamics, we show that IC-SYSID achieves a high SYSID performance while preventing the learning of unstable clusters.

📄 PDF Abstract BibTeX arXiv:2505.16857

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFederated Learning

Similar Papers 제목 키워드 기반

Efficient Distribution Similarity Identification in Clustered Federated Learning via Principal Angles Between Client Data Subspaces

2022-09-21 · Saeed Vahidian, Mahdi Morafah, Weijia Wang, Vyacheslav Kungurtsev 외

Clustered federated learning (FL) has been shown to produce promising results by grouping clients into clusters. This is especially effective in scenarios where separate groups of clients have significant differences in …

Federated Learning

Stochastic Clustered Federated Learning

2023-03-02 · Dun Zeng, Xiangjing Hu, Shiyu Liu, Yue Yu 외

Federated learning is a distributed learning framework that takes full advantage of private data samples kept on edge devices. In real-world federated learning systems, these data samples are often decentralized and Non-…

Federated Learning

Novel clustered federated learning based on local loss

2024-07-12 · Endong Gu, Yongxin Chen, Hao Wen, Xingju Cai 외

This paper proposes LCFL, a novel clustering metric for evaluating clients' data distributions in federated learning. LCFL aligns with federated learning requirements, accurately assessing client-to-client variations in …

ClusteringFederated Learning

Deep Domain Isolation and Sample Clustered Federated Learning for Semantic Segmentation

2024-10-04 · Matthis Manthe, Carole Lartizien, Stefan Duffner

Empirical studies show that federated learning exhibits convergence issues in Non Independent and Identically Distributed (IID) setups. However, these studies only focus on label distribution shifts, or concept shifts (e…

Federated LearningSemantic Segmentation

Analysis of Total Variation Minimization for Clustered Federated Learning

2024-03-10 · A. Jung

A key challenge in federated learning applications is the statistical heterogeneity of local datasets. Clustered federated learning addresses this challenge by identifying clusters of local datasets that are approximatel…

ClusteringFederated LearningGraph Learning