Approximating the Maximum Overlap of Polygons under Translation
Sariel Har-Peled, Subhro Roy

TL;DR
This paper introduces an efficient approximation algorithm for finding the translation of one polygon that maximizes overlap with another, especially effective for polygons close to convex, running in near linear time.
Contribution
It presents a near linear time $(1- ext{epsilon})$-approximation algorithm for maximum polygon overlap under translation, applicable to polygons decomposable into few convex parts.
Findings
Algorithm runs in $O(c n)$ time, with $c$ depending on $k$ and $ ext{epsilon}$.
Effective for polygons close to convex, providing near linear time solutions.
Enables approximate maximum overlap computation efficiently for complex polygons.
Abstract
Let and be two simple polygons in the plane of total complexity , each of which can be decomposed into at most convex parts. We present an -approximation algorithm, for finding the translation of , which maximizes its area of overlap with . Our algorithm runs in time, where is a constant that depends only on and . This suggest that for polygons that are "close" to being convex, the problem can be solved (approximately), in near linear 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 · Graph Theory and Algorithms · Algorithms and Data Compression
