An Approximation Algorithm for Computing Shortest Paths in Weighted 3-d Domains
Lyudmil Aleksandrov, Hristo Djidjev, Anil Maheshwari and, Joerg-Rudiger Sack

TL;DR
This paper introduces the first polynomial-time approximation algorithm for shortest paths in weighted 3D polyhedral domains, achieving near-optimal paths efficiently by analyzing geodesic behavior and Voronoi diagrams.
Contribution
It extends prior 2D shortest path algorithms to 3D, providing a novel approximation method with proven efficiency and theoretical analysis.
Findings
Algorithm computes paths within 1+ε factor of shortest paths
Time complexity depends on geometric parameters and ε
Extends 2D results to 3D domains
Abstract
We present the first polynomial time approximation algorithm for computing shortest paths in weighted three-dimensional domains. Given a polyhedral domain , consisting of tetrahedra with positive weights, and a real number , our algorithm constructs paths in from a fixed source vertex to all vertices of , whose costs are at most times the costs of (weighted) shortest paths, in time, where is a geometric parameter related to the aspect ratios of tetrahedra. The efficiency of the proposed algorithm is based on an in-depth study of the local behavior of geodesic paths and additive Voronoi diagrams in weighted three-dimensional domains, which are of independent interest. The paper extends the results of Aleksandrov, Maheshwari and Sack [JACM 2005] to three dimensions.
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
