Optimal Point Movement for Covering Circular Regions
Danny Z. Chen, Xuehou Tan, Haitao Wang, Gangshan Wu

TL;DR
This paper develops efficient algorithms for optimally repositioning points within a circular region to form a regular polygon, minimizing either maximum or total travel distances, with applications in sensor networks.
Contribution
It introduces faster algorithms for min-max and min-sum point movement problems, improving previous computational complexities and providing approximation solutions.
Findings
Decision algorithm for min-max problem in O(n log^2 n) time.
Optimization algorithm for min-max problem in O(n log^3 n) time.
A 3-approximation algorithm for the min-sum problem in O(n^2) time.
Abstract
Given points in a circular region in the plane, we study the problems of moving the points to its boundary to form a regular -gon such that the maximum (min-max) or the sum (min-sum) of the Euclidean distances traveled by the points is minimized. The problems have applications, e.g., in mobile sensor barrier coverage of wireless sensor networks. The min-max problem further has two versions: the decision version and optimization version. For the min-max problem, we present an time algorithm for the decision version and an time algorithm for the optimization version. The previously best algorithms for the two problem versions take time and time, respectively. For the min-sum problem, we show that a special case with all points initially lying on the boundary of the circular region can be solved in time,…
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
TopicsComputational Geometry and Mesh Generation · Indoor and Outdoor Localization Technologies · Mobile Ad Hoc Networks
