Geodesic diameter of a polygonal domain in O(n^4 log n) time
Mikko Koivisto, Valentin Polishchuk

TL;DR
This paper presents an algorithm to compute the geodesic diameter of a polygonal domain with n vertices efficiently in O(n^4 log n) time by analyzing candidate endpoints derived from shortest path maps.
Contribution
The paper introduces a novel method to compute the geodesic diameter in polygonal domains using a new candidate endpoint approach with improved complexity.
Findings
Achieves O(n^4 log n) time complexity for the diameter computation.
Identifies a set of O(n^3) candidate endpoints for the diameter.
Utilizes shortest path maps to determine candidate endpoints efficiently.
Abstract
We show that the geodesic diameter of a polygonal domain with n vertices can be computed in O(n^4 log n) time by considering O(n^3) candidate diameter endpoints; the endpoints are a subset of vertices of the overlay of shortest path maps from vertices of the domain.
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 · Advanced Numerical Analysis Techniques · 3D Shape Modeling and Analysis
