FedSpectral+: Spectral Clustering using Federated Learning
Janvi Thakkar, Devvrat Joshi

TL;DR
This paper introduces FedSpectral+ and FedSpectral, federated learning-based spectral clustering algorithms that address privacy and scalability issues in graph clustering, achieving high similarity to centralized methods.
Contribution
The paper proposes novel federated spectral clustering algorithms, FedSpectral and FedSpectral+, that preserve privacy and improve scalability while maintaining clustering quality.
Findings
FedSpectral+ achieves over 98.8% similarity to centralized clustering.
The methods effectively balance privacy, scalability, and clustering accuracy.
FedSpectral+ outperforms baseline approaches in distributed graph clustering.
Abstract
Clustering in graphs has been a well-known research problem, particularly because most Internet and social network data is in the form of graphs. Organizations widely use spectral clustering algorithms to find clustering in graph datasets. However, applying spectral clustering to a large dataset is challenging due to computational overhead. While the distributed spectral clustering algorithm exists, they face the problem of data privacy and increased communication costs between the clients. Thus, in this paper, we propose a spectral clustering algorithm using federated learning (FL) to overcome these issues. FL is a privacy-protecting algorithm that accumulates model parameters from each local learner rather than collecting users' raw data, thus providing both scalability and data privacy. We developed two approaches: FedSpectral and FedSpectral+. FedSpectral is a baseline approach that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Complex Network Analysis Techniques · Human Mobility and Location-Based Analysis
MethodsSpectral Clustering
