English

Maximum Unique Coverage on Streams: Improved FPT Approximation Scheme and Tighter Space Lower Bound

Data Structures and Algorithms 2024-07-15 v1

Abstract

We consider the Max Unique Coverage problem, including applications to the data stream model. The input is a universe of nn elements, a collection of mm subsets of this universe, and a cardinality constraint, kk. The goal is to select a subcollection of at most kk sets that maximizes unique coverage, i.e, the number of elements contained in exactly one of the selected sets. The Max Unique Coverage problem has applications in wireless networks, radio broadcast, and envy-free pricing. Our first main result is a fixed-parameter tractable approximation scheme (FPT-AS) for Max Unique Coverage, parameterized by kk and the maximum element frequency, rr, which can be implemented on a data stream. Our FPT-AS finds a (1ϵ)(1-\epsilon)-approximation while maintaining a kernel of size O~(kr/ϵ)\tilde{O}(k r/\epsilon), which can be combined with subsampling to use O~(k2r/ϵ3)\tilde{O}(k^2 r / \epsilon^3) space overall. This significantly improves on the previous-best FPT-AS with the same approximation, but a kernel of size O~(k2r/ϵ2)\tilde{O}(k^2 r / \epsilon^2). In order to achieve our result, we show upper bounds on the ratio of a collection's coverage to the unique coverage of a maximizing subcollection; this is by constructing explicit algorithms that find a subcollection with unique coverage at least a logarithmic ratio of the collection's coverage. We complement our algorithms with our second main result, showing that Ω(m/k2)\Omega(m / k^2) space is necessary to achieve a (1.5+o(1))/(lnk1)(1.5 + o(1))/(\ln k - 1)-approximation in the data stream. This dramatically improves the previous-best lower bound showing that Ω(m/k2)\Omega(m / k^2) is necessary to achieve better than a e1+1/ke^{-1+1/k}-approximation.

Keywords

Cite

@article{arxiv.2407.09368,
  title  = {Maximum Unique Coverage on Streams: Improved FPT Approximation Scheme and Tighter Space Lower Bound},
  author = {Philip Cervenjak and Junhao Gan and Seeun William Umboh and Anthony Wirth},
  journal= {arXiv preprint arXiv:2407.09368},
  year   = {2024}
}

Comments

26 pages. Accepted into APPROX 2024

R2 v1 2026-06-28T17:38:50.095Z