A Framework for Analyzing Resparsification Algorithms
Abstract
A spectral sparsifier of a graph is a sparser graph that approximately preserves the quadratic form of , i.e. for all vectors , , where and denote the respective graph Laplacians. Spectral sparsifiers generalize cut sparsifiers, and have found many applications in designing graph algorithms. In recent years, there has been interest in computing spectral sparsifiers in semi-streaming and dynamic settings. Natural algorithms in these settings often involve repeated sparsification of a graph, and accumulation of errors across these steps. We present a framework for analyzing algorithms that perform repeated sparsifications that only incur error corresponding to a single sparsification step, leading to better results for many resparsification-based algorithms. As an application, we show how to maintain a spectral sparsifier in the semi-streaming setting: We present a simple algorithm that, for a graph on vertices and edges, computes a spectral sparsifier of with edges in a single pass over , using only space, and total time. This improves on previous best semi-streaming algorithms for both spectral and cut sparsifiers by a factor of in both space and runtime. The algorithm extends to semi-streaming row sampling for general PSD matrices. We also use our framework to combine a spectral sparsification algorithm by Koutis with improved spanner constructions to give a parallel algorithm for constructing sized spectral sparsifiers in time. This is the best known combinatorial graph sparsification algorithm.The size of the sparsifiers is only a factor more than ones produced by numerical routines.
Cite
@article{arxiv.1611.06940,
title = {A Framework for Analyzing Resparsification Algorithms},
author = {Rasmus Kyng and Jakub Pachocki and Richard Peng and Sushant Sachdeva},
journal= {arXiv preprint arXiv:1611.06940},
year = {2016}
}
Comments
This paper supersedes arXiv:1605.08194