LGCVMLNov 23, 2019

GRASPEL: Graph Spectral Learning at Scale

arXiv:1911.10373v31 citations
Originality Incremental advance
AI Analysis

This work addresses scalability issues in graph learning for data mining and machine learning applications, representing an incremental improvement over prior methods.

The authors tackled the problem of learning large graphs from data by introducing GRASPEL, a highly-scalable spectral approach that estimates ultra-sparse weighted undirected graphs, achieving the best spectral clustering efficiency and accuracy compared to existing methods.

Learning meaningful graphs from data plays important roles in many data mining and machine learning tasks, such as data representation and analysis, dimension reduction, data clustering, and visualization, etc. In this work, for the first time, we present a highly-scalable spectral approach (GRASPEL) for learning large graphs from data. By limiting the precision matrix to be a graph Laplacian, our approach aims to estimate ultra-sparse (tree-like) weighted undirected graphs and shows a clear connection with the prior graphical Lasso method. By interleaving the latest high-performance nearly-linear time spectral methods for graph sparsification, coarsening and embedding, ultra-sparse yet spectrally-robust graphs can be learned by identifying and including the most spectrally-critical edges into the graph. Compared with prior state-of-the-art graph learning approaches, GRASPEL is more scalable and allows substantially improving computing efficiency and solution quality of a variety of data mining and machine learning applications, such as spectral clustering (SC), and t-Distributed Stochastic Neighbor Embedding (t-SNE). {For example, when comparing with graphs constructed using existing methods, GRASPEL achieved the best spectral clustering efficiency and accuracy.

Foundations

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

Your Notes