LGNov 30, 2022

Privacy-Preserving Federated Deep Clustering based on GAN

arXiv:2211.16965v26 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses privacy and performance issues in federated clustering for distributed data settings, but it is incremental as it builds on existing GAN and clustering techniques.

The paper tackles the problem of federated clustering with non-IID and high-dimensional data by proposing a GAN-based method that generates synthetic data for privacy-preserving global clustering, achieving accurate results as shown in experiments.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes