GraphWalks: Efficient Shape Agnostic Geodesic Shortest Path Estimation
Rolandos Alexandros Potamias, Alexandros Neofytou and, Kyriaki-Margarita Bintsi, Stefanos Zafeiriou

TL;DR
GraphWalks introduces a learnable, differentiable neural network approach to efficiently approximate geodesic paths on 3D surfaces, overcoming traditional algorithms' non-differentiability and computational inefficiency.
Contribution
It presents a novel graph neural network-based method for shape-agnostic geodesic path estimation that is fully differentiable and faster than classical algorithms.
Findings
Provides accurate geodesic path approximations
Achieves significant computational efficiency
Integrates seamlessly into learnable pipelines
Abstract
Geodesic paths and distances are among the most popular intrinsic properties of 3D surfaces. Traditionally, geodesic paths on discrete polygon surfaces were computed using shortest path algorithms, such as Dijkstra. However, such algorithms have two major limitations. They are non-differentiable which limits their direct usage in learnable pipelines and they are considerably time demanding. To address such limitations and alleviate the computational burden, we propose a learnable network to approximate geodesic paths. The proposed method is comprised by three major components: a graph neural network that encodes node positions in a high dimensional space, a path embedding that describes previously visited nodes and a point classifier that selects the next point in the path. The proposed method provides efficient approximations of the shortest paths and geodesic distances estimations.…
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
Topics3D Shape Modeling and Analysis · Advanced Numerical Analysis Techniques · Computer Graphics and Visualization Techniques
MethodsGraph Neural Network
