paper-with-me

홈 › Papers

Federated K-means Clustering

2023-10-02 · Swier Garst, Marcel Reinders

Federated learning is a technique that enables the use of distributed datasets for machine learning purposes without requiring data to be pooled, thereby better preserving privacy and ownership of the data. While supervised FL research has grown substantially over the last years, unsupervised FL methods remain scarce. This work introduces an algorithm which implements K-means clustering in a federated manner, addressing the challenges of varying number of clusters between centers, as well as convergence on less separable datasets.

📄 PDF Abstract BibTeX arXiv:2310.01195

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFederated Learning

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Dynamically Weighted Federated k-Means

2023-10-23 · Patrick Holzer, Tania Jacob, Shubham Kavane

Federated clustering, an integral aspect of federated machine learning, enables multiple data sources to collaboratively cluster their data, maintaining decentralization and preserving privacy. In this paper, we introduc…

ClusteringFederated Learning

Federated k-Means over Networks

2025-10-10 · Xu Yang, Salvatore Rastelli, Alexander Jung arxiv

We study federated clustering, where interconnected devices collaboratively cluster the data points of private local datasets. Focusing on hard clustering via the k-means principle, we formulate federated k-means as an i…

A Communication Efficient Federated Kernel $k$-Means

2021-01-01 · Xiaochen Zhou, Xudong Wang

A federated kernel $k$-means algorithm is developed in this paper. This algorithm resolves two challenging issues: 1) how to distributedly solve the kernel $k$-means problem under federated settings; 2) how to maintain c…

Clustering

Wireless Federated $k$-Means Clustering with Non-coherent Over-the-Air Computation

2023-08-11 · Alphan Sahin

In this study, we propose using an over-the-air computation (OAC) scheme for the federated k-means clustering algorithm to reduce the per-round communication latency when it is implemented over a wireless network. The OA…

Clustering

Jigsaw Game: Federated Clustering

2024-07-17 · Jinxuan Xu, Hong-You Chen, Wei-Lun Chao, Yuqian Zhang

Federated learning has recently garnered significant attention, especially within the domain of supervised learning. However, despite the abundance of unlabeled data on end-users, unsupervised learning problems such as c…

ClusteringFederated LearningRepresentation Learning