LiteGE: Lightweight Geodesic Embedding for Efficient Geodesics Computation and Non-Isometric Shape Correspondence
Yohanes Yudhi Adikusuma, Qixing Huang, Ying He
TL;DR
LiteGE introduces a memory-efficient pipeline for geodesic distance prediction on 3D shapes by applying PCA to unsigned distance field (UDF) samples over informative voxels. Through shape canonicalization, informative-voxel selection, and a compact UDF-PCA representation, LiteGE replaces heavy 3D backbones with lightweight MLPs that predict geodesic distances and enable fast, robust shape matching across meshes and point clouds, including sparse inputs. The method achieves large practicality gains (up to 300x memory/time reductions) and strong performance on non-isometric shape matching, with up to 1000x speedups over mesh-based approaches while maintaining accuracy. A coarse-to-fine matching strategy and gradient-based geodesic path tracing further enhance efficiency, and results demonstrate good generalization across diverse datasets and input modalities, highlighting LiteGE’s utility for interactive 3D tasks and beyond.
Abstract
Computing geodesic distances on 3D surfaces is fundamental to many tasks in 3D vision and geometry processing, with deep connections to tasks such as shape correspondence. Recent learning-based methods achieve strong performance but rely on large 3D backbones, leading to high memory usage and latency, which limit their use in interactive or resource-constrained settings. We introduce LiteGE, a lightweight approach that constructs compact, category-aware shape descriptors by applying PCA to unsigned distance field (UDFs) samples at informative voxels. This descriptor is efficient to compute and removes the need for high-capacity networks. LiteGE remains robust on sparse point clouds, supporting inputs with as few as 300 points, where prior methods fail. Extensive experiments show that LiteGE reduces memory usage and inference time by up to 300$\times$ compared to existing neural approaches. In addition, by exploiting the intrinsic relationship between geodesic distance and shape correspondence, LiteGE enables fast and accurate shape matching. Our method achieves up to 1000$\times$ speedup over state-of-the-art mesh-based approaches while maintaining comparable accuracy on non-isometric shape pairs, including evaluations on point-cloud inputs.
