Sliding window order statistics in sublinear space
Dhruv Rohatgi

TL;DR
This paper develops new algorithms for sliding window order statistics in streaming and communication models, achieving near-optimal space complexity and establishing limitations for certain statistics.
Contribution
It introduces multi-pass streaming algorithms for sliding window order statistics and communication complexity bounds, advancing understanding of space efficiency in these models.
Findings
Sliding window minimums can be computed in (\u221a{N}) space in 2-pass streaming.
Near-optimal space bounds are shown for certain parameter regimes.
Majority statistic on boolean streams cannot be computed in sublinear space.
Abstract
We extend the multi-pass streaming model to sliding window problems, and address the problem of computing order statistics on fixed-size sliding windows, in the multi-pass streaming model as well as the closely related communication complexity model. In the -pass streaming model, we show that on input of length with values in range and a window of length , sliding window minimums can be computed in . We show that this is nearly optimal (for any constant number of passes) when , but can be improved when to . Furthermore, we show that there is an -pass streaming algorithm which computes -smallest elements in space. In the communication complexity model, we describe a simple algorithm to compute minimums in rounds of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Algorithms and Data Compression · Error Correcting Code Techniques
