paper-with-me

Papers

Privacy-Preserving Federated Deep Clustering based on GAN

2022-11-30 · Jie Yan, Jing Liu, Ji Qi, Zhong-Yuan Zhang

Federated clustering (FC) is an essential extension of centralized clustering designed for the federated setting, wherein the challenge lies in constructing a global similarity measure without the need to share private data. Conventional approaches to FC typically adopt extensions of centralized methods, like K-means and fuzzy c-means. However, these methods are susceptible to non-independent-and-identically-distributed (non-IID) data among clients, leading to suboptimal performance, particularly with high-dimensional data. In this paper, we present a novel approach to address these limitations by proposing a Privacy-Preserving Federated Deep Clustering based on Generative Adversarial Networks (GANs). Each client trains a local generative adversarial network (GAN) locally and uploads the synthetic data to the server. The server applies a deep clustering network on the synthetic data to establish $k$ cluster centroids, which are then downloaded to the clients for cluster assignment. Theoretical analysis demonstrates that the GAN-generated samples, shared among clients, inherently uphold certain privacy guarantees, safeguarding the confidentiality of individual data. Furthermore, extensive experimental evaluations showcase the effectiveness and utility of our proposed method in achieving accurate and privacy-preserving federated clustering.

📄 PDF Abstract BibTeX arXiv:2211.16965

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDeep ClusteringDimensionality ReductionFederated LearningGenerative Adversarial NetworkPrivacy Preserving

Methods 이 논문이 사용한 방법론

Uphold 설명 없음

Similar Papers 제목 키워드 기반

Privacy-preserving Continual Federated Clustering via Adaptive Resonance Theory

2023-09-07 · Naoki Masuyama, Yusuke Nojima, Yuichiro Toda, Chu Kiong Loo 외

With the increasing importance of data privacy protection, various privacy-preserving machine learning methods have been proposed. In the clustering domain, various algorithms with a federated learning framework (i.e., f…

ClusteringContinual LearningFederated LearningPrivacy Preserving

Topological Federated Clustering via Gravitational Potential Fields under Local Differential Privacy

2025-11-30 · Yunbo Long, Jiaquan Zhang, Xi Chen, Alexandra Brintrup arxiv

Clustering non-independent and identically distributed (non-IID) data under local differential privacy (LDP) in federated settings presents a critical challenge: preserving privacy while maintaining accuracy without iter…

Federated Temporal Graph Clustering

2024-10-16 · ZiHao Zhou, Yang Liu, Xianghong Xu, Qian Li

Temporal graph clustering is a complex task that involves discovering meaningful structures in dynamic graphs where relationships and entities change over time. Existing methods typically require centralized data collect…

ClusteringGraph Clustering

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

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