Maximum Overlap Area of Several Convex Polygons Under Translations
Hyuk Jun Kweon, Honglin Zhu

TL;DR
This paper introduces an efficient algorithm for translating multiple convex polygons in the plane to maximize their intersection area, providing both a single optimal placement and all such optimal translations.
Contribution
It presents the first algorithm with near-linear time complexity for finding maximum overlap of multiple convex polygons under translation.
Findings
Achieves $O(n ext{log}^{2k-3}n)$ time complexity for the optimization problem.
Provides an $O(n)$ algorithm to compute all optimal translations once a solution is found.
Extends previous work by handling multiple polygons simultaneously.
Abstract
Let be a constant. Given any convex polygons in the plane with a total of vertices, we present an time algorithm that finds a translation of each of the polygons such that the area of intersection of the polygons is maximized. Given one such placement, we also give an time algorithm which computes the set of all translations of the polygons which achieve this maximum.
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 · Optimization and Packing Problems · Robotic Path Planning Algorithms
