A Distributed Block Chebyshev-Davidson Algorithm for Parallel Spectral Clustering
Qiyuan Pang, Haizhao Yang
TL;DR
This work addresses the leading eigenproblem for spectral clustering on large graphs by applying a distributed Block Chebyshev-Davidson method that leverages analytic spectrum bounds of the symmetric normalized Laplacian $A = I - D^{-1/2} S D^{-1/2}$ with eigenvalues in $[0,2]$. It develops a scalable 2D/1D partitioned framework incorporating distributed SpMM, Chebyshev polynomial filtering, and TSQR-based orthonormalization, achieving approximately a $\sqrt{p}$ speedup as the number of processes $p$ grows. Numerical results show competitive clustering quality compared to ARPACK and LOBPCG while delivering superior parallel scalability, and demonstrate the method's effectiveness on graphs with up to millions of nodes. The approach enables scalable spectral clustering for very large graphs, with practical impact on data mining and network analysis tasks that rely on leading Laplacian eigenvectors.
Abstract
We develop a distributed Block Chebyshev-Davidson algorithm to solve large-scale leading eigenvalue problems for spectral analysis in spectral clustering. First, the efficiency of the Chebyshev-Davidson algorithm relies on the prior knowledge of the eigenvalue spectrum, which could be expensive to estimate. This issue can be lessened by the analytic spectrum estimation of the Laplacian or normalized Laplacian matrices in spectral clustering, making the proposed algorithm very efficient for spectral clustering. Second, to make the proposed algorithm capable of analyzing big data, a distributed and parallel version has been developed with attractive scalability. The speedup by parallel computing is approximately equivalent to $\sqrt{p}$, where $p$ denotes the number of processes. {Numerical results will be provided to demonstrate its efficiency in spectral clustering and scalability advantage over existing eigensolvers used for spectral clustering in parallel computing environments.}
