DSNANADec 21, 2018

Nearly-Linear Time Spectral Graph Reduction for Scalable Graph Partitioning and Data Visualization

arXiv:1812.0894213 citationsh-index: 20
Originality Incremental advance
AI Analysis

Provides a scalable solution for spectral graph reduction, benefiting practitioners needing efficient graph partitioning and data visualization on large-scale graphs.

This paper introduces a nearly-linear time spectral graph reduction framework that preserves key spectral properties, enabling up to 1100X speedup for graph partitioning and 60X for t-SNE visualization on large graphs like coPapersCiteseer (0.43M nodes reduced to 13K in 16 seconds).

This paper proposes a scalable algorithmic framework for spectral reduction of large undirected graphs. The proposed method allows computing much smaller graphs while preserving the key spectral (structural) properties of the original graph. Our framework is built upon the following two key components: a spectrum-preserving node aggregation (reduction) scheme, as well as a spectral graph sparsification framework with iterative edge weight scaling. We show that the resulting spectrally-reduced graphs can robustly preserve the first few nontrivial eigenvalues and eigenvectors of the original graph Laplacian. In addition, the spectral graph reduction method has been leveraged to develop much faster algorithms for multilevel spectral graph partitioning as well as t-distributed Stochastic Neighbor Embedding (t-SNE) of large data sets. We conducted extensive experiments using a variety of large graphs and data sets, and obtained very promising results. For instance, we are able to reduce the "coPapersCiteseer" graph with 0.43 million nodes and 16 million edges to a much smaller graph with only 13K (32X fewer) nodes and 17K (950X fewer) edges in about 16 seconds; the spectrally-reduced graphs also allow us to achieve up to 1100X speedup for spectral graph partitioning and up to 60X speedup for t-SNE visualization of large data sets.

Foundations

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

Your Notes