OmniFC: Rethinking Federated Clustering via Lossless and Secure Distance Reconstruction
Jie Yan, Jing Liu, Zhong-Yuan Zhang
TL;DR
OmniFC addresses privacy leakage and robustness under Non-IID data in federated clustering by reconstructing the global distance matrix $\boldsymbol{D}$ in a lossless, secure manner using Lagrange coded computing. The framework decouples from model-specific proxies and enables a unified, one-shot extension of centralized clustering methods to the federated setting, with theoretical guarantees for exact distance reconstruction and $t$-private security when $m \ge 2l + 2t - 1$. Empirically, OmniFC achieves near-centralized performance for distance-dependent methods like spectral clustering and robust performance for model-based approaches (KM, FCM, NMF) across diverse datasets and Non-IID scenarios, while demonstrating generality to additional clustering paradigms (KMed, DBSCAN, HC). The results suggest a practical pathway to privacy-preserving, scalable federated clustering and hint at future use in federated graph learning and related domains. Code will be released.
Abstract
Federated clustering (FC) aims to discover global cluster structures across decentralized clients without sharing raw data, making privacy preservation a fundamental requirement. There are two critical challenges: (1) privacy leakage during collaboration, and (2) robustness degradation due to aggregation of proxy information from non-independent and identically distributed (Non-IID) local data, leading to inaccurate or inconsistent global clustering. Existing solutions typically rely on model-specific local proxies, which are sensitive to data heterogeneity and inherit inductive biases from their centralized counterparts, thus limiting robustness and generality. We propose Omni Federated Clustering (OmniFC), a unified and model-agnostic framework. Leveraging Lagrange coded computing, our method enables clients to share only encoded data, allowing exact reconstruction of the global distance matrix--a fundamental representation of sample relationships--without leaking private information, even under client collusion. This construction is naturally resilient to Non-IID data distributions. This approach decouples FC from model-specific proxies, providing a unified extension mechanism applicable to diverse centralized clustering methods. Theoretical analysis confirms both reconstruction fidelity and privacy guarantees, while comprehensive experiments demonstrate OmniFC's superior robustness, effectiveness, and generality across various benchmarks compared to state-of-the-art methods. Code will be released.
