Faster spectral sparsification and numerical algorithms for SDD matrices
Abstract
We study algorithms for spectral graph sparsification. The input is a graph with vertices and edges, and the output is a sparse graph that approximates in an algebraic sense. Concretely, for all vectors and any , satisfies where and are the Laplacians of and respectively. We show that the fastest known algorithm for computing a sparsifier with edges can actually run in time, an factor faster than before. We also present faster sparsification algorithms for slightly dense graphs. Specifically, we give an algorithm that runs in time and generates a sparsifier with edges. This implies that a sparsifier with edges can be computed in time for graphs with more than edges. We also give an time algorithm for graphs with more than edges of polynomially bounded weights, and an algorithm for unweighted graphs with more than edges and 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.
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