English

Improved Algorithms for Minimum-Membership Geometric Set Cover

Computational Geometry 2023-12-06 v1 Data Structures and Algorithms

Abstract

Bandyapadhyay et al. introduced the generalized minimum-membership geometric set cover (GMMGSC) problem [SoCG, 2023], which is defined as follows. We are given two sets PP and PP' of points in R2\mathbb{R}^{2}, n=max(P,P)n=\max(|P|, |P'|), and a set S\mathcal{S} of mm axis-parallel unit squares. The goal is to find a subset SS\mathcal{S}^{*}\subseteq \mathcal{S} that covers all the points in PP while minimizing memb(P,S)\mathsf{memb}(P', \mathcal{S}^{*}), where memb(P,S)=maxpP{sS:ps}\mathsf{memb}(P', \mathcal{S}^{*})=\max_{p\in P'}|\{s\in \mathcal{S}^{*}: p\in s\}|. We study GMMGSC problem and give a 1616-approximation algorithm that runs in O(m2logm+m2n)O(m^2\log m + m^2n) time. Our result is a significant improvement to the 144144-approximation given by Bandyapadhyay et al. that runs in O~(nm)\tilde{O}(nm) time. GMMGSC problem is a generalization of another well-studied problem called Minimum Ply Geometric Set Cover (MPGSC), in which the goal is to minimize the ply of S\mathcal{S}^{*}, where the ply is the maximum cardinality of a subset of the unit squares that have a non-empty intersection. The best-known result for the MPGSC problem is an 88-approximation algorithm by Durocher et al. that runs in O(n+m8k4logk+m8logmlogk)O(n + m^{8}k^{4}\log k + m^{8}\log m\log k) time, where kk is the optimal ply value [WALCOM, 2023].

Keywords

Cite

@article{arxiv.2312.02722,
  title  = {Improved Algorithms for Minimum-Membership Geometric Set Cover},
  author = {Sathish Govindarajan and Siddhartha Sarkar},
  journal= {arXiv preprint arXiv:2312.02722},
  year   = {2023}
}

Comments

To appear in CALDAM 2024

R2 v1 2026-06-28T13:41:35.670Z