Computing the $L_1$ Geodesic Diameter and Center of a Polygonal Domain
Sang Won Bae, Matias Korman, Joseph S.B. Mitchell, Yoshio Okamoto,, Valentin Polishchuk, and Haitao Wang

TL;DR
This paper introduces the first algorithms for efficiently computing the $L_1$ geodesic diameter and center of a polygonal domain, significantly outperforming existing Euclidean methods.
Contribution
The paper presents novel algorithms for $L_1$ geodesic diameter and center in polygonal domains, with complexities much lower than Euclidean counterparts, and no prior algorithms existed for these problems.
Findings
Algorithms run in $O(n^2+h^4)$ and $O((n^4+n^2 h^4)\alpha(n))$ time
Algorithms are significantly faster than Euclidean geodesic algorithms
Based on new insights into $L_1$ shortest paths in polygonal domains
Abstract
For a polygonal domain with holes and a total of vertices, we present algorithms that compute the geodesic diameter in time and the geodesic center in time, respectively, where denotes the inverse Ackermann function. No algorithms were known for these problems before. For the Euclidean counterpart, the best algorithms compute the geodesic diameter in or time, and compute the geodesic center in time. Therefore, our algorithms are significantly faster than the algorithms for the Euclidean problems. Our algorithms are based on several interesting observations on shortest paths in polygonal domains.
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 · 3D Shape Modeling and Analysis · Advanced Numerical Analysis Techniques
