# Linear Time Approximation Schemes for Geometric Maximum Coverage

**Authors:** Kai Jin, Jian Li, Haitao Wang, Bowei Zhang, Ningye Zhang

arXiv: 1702.01836 · 2017-12-08

## TL;DR

This paper introduces efficient approximation algorithms for the geometric maximum coverage problem, achieving near-optimal solutions in near-linear time for various shapes and multiple copies, improving computational efficiency over previous methods.

## Contribution

The paper develops linear-time approximation schemes for geometric maximum coverage with multiple shapes, extending previous results to more general shapes and multiple copies with improved runtime.

## Key findings

- Algorithms run in near-linear time for rectangles and disks.
- Achieves a (1-ε)-approximation for various shapes.
- Improves previous computational complexity bounds.

## Abstract

We study approximation algorithms for the following geometric version of the maximum coverage problem: Let $\mathcal{P}$ be a set of $n$ weighted points in the plane. Let $D$ represent a planar object, such as a rectangle, or a disk. We want to place $m$ copies of $D$ such that the sum of the weights of the points in $\mathcal{P}$ covered by these copies is maximized. For any fixed $\varepsilon>0$, we present efficient approximation schemes that can find a $(1-\varepsilon)$-approximation to the optimal solution. In particular, for $m=1$ and for the special case where $D$ is a rectangle, our algorithm runs in time $O(n\log (\frac{1}{\varepsilon}))$, improving on the previous result. For $m>1$ and the rectangular case, our algorithm runs in $O(\frac{n}{\varepsilon}\log (\frac{1}{\varepsilon})+\frac{m}{\varepsilon}\log m +m(\frac{1}{\varepsilon})^{O(\min(\sqrt{m},\frac{1}{\varepsilon}))})$ time. For a more general class of shapes (including disks, polygons with $O(1)$ edges), our algorithm runs in $O(n(\frac{1}{\varepsilon})^{O(1)}+\frac{m}{\epsilon}\log m + m(\frac{1}{\varepsilon})^{O(\min(m,\frac{1}{\varepsilon^2}))})$ time.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1702.01836/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1702.01836/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1702.01836/full.md

---
Source: https://tomesphere.com/paper/1702.01836