English

Faster spectral sparsification and numerical algorithms for SDD matrices

Data Structures and Algorithms 2013-11-19 v3

Abstract

We study algorithms for spectral graph sparsification. The input is a graph GG with nn vertices and mm edges, and the output is a sparse graph G~\tilde{G} that approximates GG in an algebraic sense. Concretely, for all vectors xx and any ϵ>0\epsilon>0, G~\tilde{G} satisfies (1ϵ)xTLGxxTLG~x(1+ϵ)xTLGx, (1-\epsilon) x^T L_G x \leq x^T L_{\tilde{G}} x \leq (1+\epsilon) x^T L_G x, where LGL_G and LG~L_{\tilde{G}} are the Laplacians of GG and G~\tilde{G} respectively. We show that the fastest known algorithm for computing a sparsifier with O(nlogn/ϵ2)O(n\log n/\epsilon^2) edges can actually run in O~(mlog2n)\tilde{O}(m\log^2 n) time, an O(logn)O(\log n) factor faster than before. We also present faster sparsification algorithms for slightly dense graphs. Specifically, we give an algorithm that runs in O~(mlogn)\tilde{O}(m\log n) time and generates a sparsifier with O~(nlog3n/ϵ2)\tilde{O}(n\log^3{n}/\epsilon^2) edges. This implies that a sparsifier with O(nlogn/ϵ2)O(n\log n/\epsilon^2) edges can be computed in O~(mlogn)\tilde{O}(m\log n) time for graphs with more than O(nlog4n)O(n\log^4 n) edges. We also give an O~(m)\tilde{O}(m) time algorithm for graphs with more than nlog5n(loglogn)3n\log^5 n (\log \log n)^3 edges of polynomially bounded weights, and an O(m)O(m) algorithm for unweighted graphs with more than nlog8n(loglogn)3n\log^8 n (\log \log n)^3 edges and nlog10n(loglogn)5n\log^{10} n (\log \log n)^5 edges in the weighted case. The improved sparsification algorithms are employed to accelerate linear system solvers and algorithms for computing fundamental eigenvectors of slightly dense SDD matrices.

Keywords

Cite

@article{arxiv.1209.5821,
  title  = {Faster spectral sparsification and numerical algorithms for SDD matrices},
  author = {Ioannis Koutis and Alex Levin and Richard Peng},
  journal= {arXiv preprint arXiv:1209.5821},
  year   = {2013}
}

Comments

This work subsumes the results reported in our STACS 2012 paper "Improved spectral sparsification and numerical algorithms for SDD matrices". The first two algorithms are identical but the fastest O(mloglog n) time algorithm applies now for graphs of average degree log^5 n and more, improving upon the average degree n^c, c>0 of our previous work. Version 2 fixes a few typos

R2 v1 2026-06-21T22:11:18.414Z