Maximum Coverage in the Data Stream Model: Parameterized and Generalized
Andrew McGregor, David Tench, Hoa T. Vu

TL;DR
This paper develops space-efficient single-pass algorithms for maximum coverage problems in data streams, providing exact solutions for bounded set sizes and approximation algorithms for bounded element appearances, with complexity bounds and limitations.
Contribution
It introduces new algorithms for Max-Cover and Max-Unique-Cover in data streams, achieving optimal or near-optimal space bounds under various parameter restrictions.
Findings
Exact algorithms for bounded set size with near-optimal space complexity.
Approximation algorithms for bounded element appearances with polylogarithmic space.
Lower bounds showing space requirements for general cases and high-accuracy approximations.
Abstract
We present algorithms for the Max-Cover and Max-Unique-Cover problems in the data stream model. The input to both problems are subsets of a universe of size and a value . In Max-Cover, the problem is to find a collection of at most sets such that the number of elements covered by at least one set is maximized. In Max-Unique-Cover, the problem is to find a collection of at most sets such that the number of elements covered by exactly one set is maximized. Our goal is to design single-pass algorithms that use space that is sublinear in the input size. Our main algorithmic results are: If the sets have size at most , there exist single-pass algorithms using space that solve both problems exactly. This is optimal up to polylogarithmic factors for constant . If each element appears in at most sets, we present single pass…
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 · Machine Learning and Algorithms · Data Management and Algorithms
