Shortest Paths on Convex Polyhedral Surfaces
Haitao Wang

TL;DR
This paper introduces improved data structures and algorithms for efficiently computing shortest paths on convex polyhedral surfaces, reducing preprocessing time and space while maintaining fast query times.
Contribution
It presents a new data structure with reduced preprocessing complexity for shortest path queries on convex polyhedra and an efficient algorithm for computing all shortest path edge sequences.
Findings
Achieves $O( ext{log} n)$ query time with $O(n^{6+ ext{epsilon}})$ preprocessing.
Reduces preprocessing for special case to $O(n^{5+ ext{epsilon}})$.
Develops an $O(n^{5+ ext{epsilon}})$ algorithm for shortest path edge sequences.
Abstract
Let be the surface of a convex polyhedron with vertices. We consider the two-point shortest path query problem for : Constructing a data structure so that given any two query points and on , a shortest path from to on can be computed efficiently. To achieve query time (for computing the shortest path length), the previously best result uses preprocessing time and space [Aggarwal, Aronov, O'Rourke, and Schevon, SICOMP 1997], where is an arbitrarily small positive constant. In this paper, we present a new data structure of preprocessing time and space, with query time. For a special case where one query point is required to lie on one of the edges of , the previously best work uses preprocessing time and space…
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 · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
