Almost-Smooth Histograms and Sliding-Window Graph Algorithms
Abstract
We study algorithms for the sliding-window model, an important variant of the data-stream model, in which the goal is to compute some function of a fixed-length suffix of the stream. We extend the smooth-histogram framework of Braverman and Ostrovsky (FOCS 2007) to almost-smooth functions, which includes all subadditive functions. Specifically, we show that if a subadditive function can be -approximated in the insertion-only streaming model, then it can be -approximated also in the sliding-window model with space complexity larger by factor , where is the window size. We demonstrate how our framework yields new approximation algorithms with relatively little effort for a variety of problems that do not admit the smooth-histogram technique. For example, in the frequency-vector model, a symmetric norm is subadditive and thus we obtain a sliding-window -approximation algorithm for it. Another example is for streaming matrices, where we derive a new sliding-window -approximation algorithm for Schatten -norm. We then consider graph streams and show that many graph problems are subadditive, including maximum submodular matching, minimum vertex-cover, and maximum -cover, thereby deriving sliding-window -approximation algorithms for them almost for free (using known insertion-only algorithms). Finally, we design for every an artificial function, based on the maximum-matching size, whose almost-smoothness parameter is exactly .
Cite
@article{arxiv.1904.07957,
title = {Almost-Smooth Histograms and Sliding-Window Graph Algorithms},
author = {Robert Krauthgamer and David Reitblat},
journal= {arXiv preprint arXiv:1904.07957},
year = {2022}
}