Fully-Dynamic Graph Sparsifiers Against an Adaptive Adversary
Abstract
Designing dynamic graph algorithms against an adaptive adversary is a major goal in the field of dynamic graph algorithms. While a few such algorithms are known for spanning trees, matchings, and single-source shortest paths, very little was known for an important primitive like graph sparsifiers. The challenge is how to approximately preserve so much information about the graph (e.g., all-pairs distances and all cuts) without revealing the algorithms' underlying randomness to the adaptive adversary. In this paper we present the first non-trivial efficient adaptive algorithms for maintaining spanners and cut sparisifers. These algorithms in turn imply improvements over existing algorithms for other problems. Our first algorithm maintains a polylog-spanner of size in polylog amortized update time. The second algorithm maintains an -approximate cut sparsifier of size in amortized update time, for any , which is polylog time when . The third algorithm maintains a polylog-approximate spectral sparsifier in polylog amortized update time. The amortized update time of both algorithms can be made worst-case by paying some sub-polynomial factors. Prior to our result, there were near-optimal algorithms against oblivious adversaries (e.g. Baswana et al. [TALG'12] and Abraham et al. [FOCS'16]), but the only non-trivial adaptive dynamic algorithm requires amortized update time to maintain - and -spanner of size and , respectively [Ausiello et al. ESA'05]. Our results are based on two novel techniques. The first technique, is a generic black-box reduction that allows us to assume that the graph undergoes only edge deletions and, more importantly, remains an expander with almost-uniform degree. The second technique we call proactive resampling. [...]
Cite
@article{arxiv.2004.08432,
title = {Fully-Dynamic Graph Sparsifiers Against an Adaptive Adversary},
author = {Aaron Bernstein and Jan van den Brand and Maximilian Probst Gutenberg and Danupon Nanongkai and Thatchaphol Saranurak and Aaron Sidford and He Sun},
journal= {arXiv preprint arXiv:2004.08432},
year = {2020}
}
Comments
Abstract shortened due to arXiv character limit