NeuroGF: A Neural Representation for Fast Geodesic Distance and Path Queries
Qijian Zhang, Junhui Hou, Yohanes Yudhi Adikusuma, Wenping Wang, Ying, He

TL;DR
NeuroGF introduces a neural implicit representation for fast, accurate, and unified computation of geodesic distances and paths on 3D meshes, outperforming traditional algorithms especially in extensive querying scenarios.
Contribution
This work is the first to represent geodesics on 3D meshes using neural implicit functions, enabling efficient and accurate geodesic queries with a unified shape and geodesic encoding.
Findings
NeuroGF achieves high accuracy in geodesic distance and path queries.
NeuroGF outperforms traditional algorithms in efficiency.
The method generalizes well to unseen shapes and categories.
Abstract
Geodesics are essential in many geometry processing applications. However, traditional algorithms for computing geodesic distances and paths on 3D mesh models are often inefficient and slow. This makes them impractical for scenarios that require extensive querying of arbitrary point-to-point geodesics. Although neural implicit representations have emerged as a popular way of representing 3D shape geometries, there is still no research on representing geodesics with deep implicit functions. To bridge this gap, this paper presents the first attempt to represent geodesics on 3D mesh models using neural implicit functions. Specifically, we introduce neural geodesic fields (NeuroGFs), which are learned to represent the all-pairs geodesics of a given mesh. By using NeuroGFs, we can efficiently and accurately answer queries of arbitrary point-to-point geodesic distances and paths, overcoming…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Numerical Analysis Techniques · 3D Shape Modeling and Analysis · Image Processing and 3D Reconstruction
