Minimizing the Aggregate Movements for Interval Coverage
Aaron M. Andrews, Haitao Wang

TL;DR
This paper introduces an optimal $O(n \,\log n)$ algorithm for minimizing total movement in an interval coverage problem on a line, improving over the previous $O(n^2)$ solution, with applications in wireless sensor networks.
Contribution
The paper presents a new $O(n \,\log n)$ algorithm for the interval coverage problem, establishing its optimality through a matching lower bound.
Findings
Achieved an $O(n \,\log n)$ time complexity for the problem.
Proved an $\,\Omega(n \,\log n)$ lower bound, confirming the algorithm's optimality.
Enhanced understanding of geometric coverage problems and their computational limits.
Abstract
We consider an interval coverage problem. Given intervals of the same length on a line and a line segment on , we want to move the intervals along such that every point of is covered by at least one interval and the sum of the moving distances of all intervals is minimized. As a basic geometry problem, it has applications in mobile sensor barrier coverage in wireless sensor networks. The previous work solved the problem in time. In this paper, by discovering many interesting observations and developing new algorithmic techniques, we present an time algorithm. We also show an time lower bound for this problem, which implies the optimality of our algorithm.
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
TopicsMobile Ad Hoc Networks · Energy Efficient Wireless Sensor Networks · Computational Geometry and Mesh Generation
