paper-with-me

Papers

A new type of federated clustering: A non-model-sharing approach

2025-06-11 · Yuji Kawamata, Kaoru Kamijo, Maki Kihira, Akihiro Toyoda, Tomoru Nakayama, Akira Imakura, Tetsuya Sakurai, Yukihiko Okada

In recent years, the growing need to leverage sensitive data across institutions has led to increased attention on federated learning (FL), a decentralized machine learning paradigm that enables model training without sharing raw data. However, existing FL-based clustering methods, known as federated clustering, typically assume simple data partitioning scenarios such as horizontal or vertical splits, and cannot handle more complex distributed structures. This study proposes data collaboration clustering (DC-Clustering), a novel federated clustering method that supports clustering over complex data partitioning scenarios where horizontal and vertical splits coexist. In DC-Clustering, each institution shares only intermediate representations instead of raw data, ensuring privacy preservation while enabling collaborative clustering. The method allows flexible selection between k-means and spectral clustering, and achieves final results with a single round of communication with the central server. We conducted extensive experiments using synthetic and open benchmark datasets. The results show that our method achieves clustering performance comparable to centralized clustering where all data are pooled. DC-Clustering addresses an important gap in current FL research by enabling effective knowledge discovery from distributed heterogeneous data. Its practical properties -- privacy preservation, communication efficiency, and flexibility -- make it a promising tool for privacy-sensitive domains such as healthcare and finance.

📄 PDF Abstract BibTeX arXiv:2506.10244

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFederated Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Taming Cross-Domain Representation Variance in Federated Prototype Learning with Heterogeneous Data Domains

2024-03-14 · Lei Wang, Jieming Bian, Letian Zhang, Chen Chen 외

Federated learning (FL) allows collaborative machine learning training without sharing private data. While most FL methods assume identical data domains across clients, real-world scenarios often involve heterogeneous da…

ClusteringFederated Learning

Towards Federated Clustering: A Client-wise Private Graph Aggregation Framework

2025-11-14 · Guanxiong He, Jie Wang, Liaoyuan Tang, Zheng Wang 외 arxiv

Federated clustering addresses the critical challenge of extracting patterns from decentralized, unlabeled data. However, it is hampered by the flaw that current approaches are forced to accept a compromise between perfo…

Graph Clustering

FMCL: Class-Aware Client Clustering with Foundation Model Representations for Heterogeneous Federated Learning

2026-04-30 · Mahad Ali, Laura J. Brattain arxiv

Federated Learning (FL) enables collaborative model training across distributed clients without sharing raw data, yet its performance deteriorates under statistical heterogeneity. Clustered Federated Learning addresses t…

Federated Learning

Federated clustering with GAN-based data synthesis

2022-10-29 · Jie Yan, Jing Liu, Ji Qi, Zhong-Yuan Zhang

Federated clustering (FC) is an extension of centralized clustering in federated settings. The key here is how to construct a global similarity measure without sharing private data, since the local similarity may be insu…

ClusteringFederated LearningGenerative Adversarial Network

An Enhanced Federated Prototype Learning Method under Domain Shift

2024-09-27 · Liang Kuang, Kuangpu Guo, Jian Liang, JianGuo Zhang

Federated Learning (FL) allows collaborative machine learning training without sharing private data. Numerous studies have shown that one significant factor affecting the performance of federated learning models is the h…

Federated Learning