English

Minimum Membership Geometric Set Cover in the Continuous Setting

Computational Geometry 2025-06-03 v1

Abstract

We study the minimum membership geometric set cover, i.e., MMGSC problem [SoCG, 2023] in the continuous setting. In this problem, the input consists of a set PP of nn points in R2\mathbb{R}^{2}, and a geometric object tt, the goal is to find a set S\mathcal{S} of translated copies of the geometric object tt 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\}|. For unit squares, we present a simple O(nlogn)O(n\log n) time algorithm that outputs a 11-membership cover. We show that the size of our solution is at most twice that of an optimal solution. We establish the NP-hardness on the problem of computing the minimum number of non-overlapping unit squares required to cover a given set of points. This algorithm also generalizes to fixed-sized hyperboxes in dd-dimensional space, where an 11-membership cover with size at most 2d12^{d-1} times the size of a minimum-sized 11-membership cover is computed in O(dnlogn)O(dn\log n) time. Additionally, we characterize a class of objects for which a 11-membership cover always exists. For unit disks, we prove that a 22-membership cover exists for any point set, and the size of the cover is at most 77 times that of the optimal cover. For arbitrary convex polygons with mm vertices, we present an algorithm that outputs a 44-membership cover in O(nlogn+nm)O(n\log n + nm) time.

Keywords

Cite

@article{arxiv.2506.00272,
  title  = {Minimum Membership Geometric Set Cover in the Continuous Setting},
  author = {Sathish Govindarajan and Mayuresh Patle and Siddhartha Sarkar},
  journal= {arXiv preprint arXiv:2506.00272},
  year   = {2025}
}

Comments

To appear in COCOON 2025

R2 v1 2026-07-01T02:51:48.700Z