Approximating the Spectrum of a Graph

December 05, 2017 Β· Declared Dead Β· πŸ› Knowledge Discovery and Data Mining

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors David Cohen-Steiner, Weihao Kong, Christian Sohler, Gregory Valiant arXiv ID 1712.01725 Category cs.DS: Data Structures & Algorithms Citations 48 Venue Knowledge Discovery and Data Mining Last Checked 3 months ago
Abstract
The spectrum of a network or graph $G=(V,E)$ with adjacency matrix $A$, consists of the eigenvalues of the normalized Laplacian $L= I - D^{-1/2} A D^{-1/2}$. This set of eigenvalues encapsulates many aspects of the structure of the graph, including the extent to which the graph posses community structures at multiple scales. We study the problem of approximating the spectrum $Ξ»= (Ξ»_1,\dots,Ξ»_{|V|})$, $0 \le Ξ»_1,\le \dots, \le Ξ»_{|V|}\le 2$ of $G$ in the regime where the graph is too large to explicitly calculate the spectrum. We present a sublinear time algorithm that, given the ability to query a random node in the graph and select a random neighbor of a given node, computes a succinct representation of an approximation $\widetilde Ξ»= (\widetilde Ξ»_1,\dots,\widetilde Ξ»_{|V|})$, $0 \le \widetilde Ξ»_1,\le \dots, \le \widetilde Ξ»_{|V|}\le 2$ such that $\|\widetilde Ξ»- Ξ»\|_1 \le Ξ΅|V|$. Our algorithm has query complexity and running time $exp(O(1/Ξ΅))$, independent of the size of the graph, $|V|$. We demonstrate the practical viability of our algorithm on 15 different real-world graphs from the Stanford Large Network Dataset Collection, including social networks, academic collaboration graphs, and road networks. For the smallest of these graphs, we are able to validate the accuracy of our algorithm by explicitly calculating the true spectrum; for the larger graphs, such a calculation is computationally prohibitive. In addition we study the implications of our algorithm to property testing in the bounded degree graph model.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted