Partitioning a Polygon Into Small Pieces
Mikkel Abrahamsen, Nichlas Langhoff Rasmussen

TL;DR
This paper introduces constant-factor approximation algorithms for partitioning polygons into small connected pieces under various size constraints, overcoming limitations of previous methods that restrict boundary points or require boundary chords.
Contribution
Develops the first constant-factor approximation algorithms for polygon partitioning into bounded-size pieces that always produce meaningful partitions without boundary restrictions.
Findings
Algorithms work for multiple notions of bounded size.
Always produce meaningful partitions, unlike previous methods.
Approximate optimal number of pieces within a constant factor.
Abstract
We study the problem of partitioning a given simple polygon into a minimum number of connected polygonal pieces, each of bounded size. We describe a general technique for constructing such partitions that works for several notions of `bounded size,' namely that each piece must be contained in an axis-aligned or arbitrarily rotated unit square or a unit disk, or that each piece has bounded perimeter, straight-line diameter or geodesic diameter. The problems are motivated by practical settings in manufacturing, finite element analysis, collision detection, vehicle routing, shipping and laser capture microdissection. The version where each piece should be contained in an axis-aligned unit square is already known to be NP-hard [Abrahamsen and Stade, FOCS, 2024], and the other versions seem no easier. Our main result is to develop constant-factor approximation algorithms, which means…
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 · Image Processing and 3D Reconstruction · 3D Shape Modeling and Analysis
