Transferable Foundation Models for Geometric Tasks on Point Cloud Representations: Geometric Neural Operators
Blaine Quackenbush, Paul J. Atzberger
TL;DR
The paper addresses robust geometric analysis from point-cloud data and solving geometric PDEs on manifolds. It introduces transferable Geometric Neural Operators (GNPs) that map point-cloud samples to local parameterizations and latent geometric features using a lifting layer, kernel-integral layers, and a projection, trained on radial manifolds parameterized by spherical harmonics. Key contributions include noise-robust training, transfer to unseen topologies such as toroidal shapes, and applications to metric/curvature estimation, mean-curvature flow, and Laplace-Beltrami PDE solvers, with an open-source geo_neural_op package. This work provides data-driven, reusable geometric estimators and numerical solvers that can enhance pipelines in geometry-related inference and simulation tasks.
Abstract
We introduce methods for obtaining pretrained Geometric Neural Operators (GNPs) that can serve as basal foundation models for use in obtaining geometric features. These can be used within data processing pipelines for machine learning tasks and numerical methods. We show how our GNPs can be trained to learn robust latent representations for the differential geometry of point-clouds to provide estimates of metric, curvature, and other shape-related features. We demonstrate how our pre-trained GNPs can be used (i) to estimate the geometric properties of surfaces of arbitrary shape and topologies with robustness in the presence of noise, (ii) to approximate solutions of geometric partial differential equations (PDEs) on manifolds, and (iii) to solve equations for shape deformations such as curvature driven flows. We release codes and weights for using GNPs in the package geo_neural_op. This allows for incorporating our pre-trained GNPs as components for reuse within existing and new data processing pipelines. The GNPs also can be used as part of numerical solvers involving geometry or as part of methods for performing inference and other geometric tasks.
