联邦深度聚类网络 FedDCN 解决非独立同分布数据聚类问题
Federated Deep Clustering Networks for High-Dimensional and Heterogeneous Data
想了解如何解决联邦学习中的非独立同分布数据聚类问题,可以看看这篇论文提出的 FedDCN 方法。
本文提出 FedDCN 模型,通过生成合成数据增强和几何正则化来提升联邦学习场景下非独立同分布数据的聚类性能。实验表明该方法在 IID 和非 IID 假设下均有效。
Federated Deep Clustering Networks for High-Dimensional and Heterogeneous Data
Clustering high-dimensional data is a fundamental task in unsupervised machine learning with applications to a variety of domains. In the centralized data scenario, this task is commonly solved using deep clustering methods that utilize deep neural network architectures to learn clustering-friendly latent space representations. In Federated Learning, where data is distributed between clients and is private, deep clustering methods are less explored. In particular, recently introduced federated deep clustering methods, despite showing very promising performance, still fall short in reliably providing good performance if data across clients are non-identically-independently distributed. In this work, we introduce a generalization of Deep Clustering Networks to the federated scenario, named FedDCN, that simultaneously optimizes a reconstruction loss and a clustering loss. To ensure robustness and latent space alignment in non-identically-independently distributed data scenarios, FedDCN generates synthetic data augmentations, and its learning objective includes a geometric regularization for latent space alignment. Through experimental evaluation, the effectiveness of the approach under IID and non-IID assumptions is demonstrated, and future research directions are identified.