Polygon Area Decomposition Using a Compactness Metric
Mariusz Wzorek, Cyrille Berger, Patrick Doherty

TL;DR
This paper introduces a novel polygon partitioning method that maximizes sub-region compactness, improving robotic area coverage efficiency by up to 73% compared to existing algorithms.
Contribution
It proposes the AreaDecompose algorithm, combining optimization techniques and post-processing to enhance polygon partitioning with compactness considerations.
Findings
Achieves up to 73% more compact sub-polygons
Efficiently divides polygons based on size and compactness
Outperforms state-of-the-art algorithms in tests
Abstract
In this paper, we consider the problem of partitioning a polygon into a set of connected disjoint sub-polygons, each of which covers an area of a specific size. The work is motivated by terrain covering applications in robotics, where the goal is to find a set of efficient plans for a team of heterogeneous robots to cover a given area. Within this application, solving a polygon partitioning problem is an essential stepping stone. Unlike previous work, the problem formulation proposed in this paper also considers a compactness metric of the generated sub-polygons, in addition to the area size constraints. Maximizing the compactness of sub-polygons directly influences the optimality of any generated motion plans. Consequently, this increases the efficiency with which robotic tasks can be performed within each sub-region. The proposed problem representation is based on grid cell…
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
TopicsRobotic Path Planning Algorithms · Computational Geometry and Mesh Generation · Optimization and Packing Problems
