Learning to Solve PDEs on Neural Shape Representations
Lilian Welschinger, Yilin Liu, Zican Wang, Niloy Mitra
TL;DR
This work introduces a mesh-free, neural PDE solver that directly operates in neural shape domains to solve surface PDEs such as the heat and Poisson equations. The core idea is a lightweight, geometry-conditioned neural update operator that learns the narrow-band extension around a surface, enabling grid-to-grid updates without meshing or per-instance optimization. Trained once on a single exemplar, the operator generalizes across unseen shapes, topologies, and modalities, maintaining differentiability and robustness across representations like SNS, SDFs, point clouds, and splatting. Empirically, the method achieves competitive accuracy with zero meshing overhead, offers stability under remeshing, and provides an end-to-end neural PDE layer that complements classical solvers for broad geometric modeling tasks on neural shapes. This bridges neural representations and PDE-based shape analysis, enabling end-to-end training pipelines for editing, reconstruction, and analysis that leverage surface PDE priors in a neural context.
Abstract
Solving partial differential equations (PDEs) on shapes underpins many shape analysis and engineering tasks; yet, prevailing PDE solvers operate on polygonal/triangle meshes while modern 3D assets increasingly live as neural representations. This mismatch leaves no suitable method to solve surface PDEs directly within the neural domain, forcing explicit mesh extraction or per-instance residual training, preventing end-to-end workflows. We present a novel, mesh-free formulation that learns a local update operator conditioned on neural (local) shape attributes, enabling surface PDEs to be solved directly where the (neural) data lives. The operator integrates naturally with prevalent neural surface representations, is trained once on a single representative shape, and generalizes across shape and topology variations, enabling accurate, fast inference without explicit meshing or per-instance optimization while preserving differentiability. Across analytic benchmarks (heat equation and Poisson solve on sphere) and real neural assets across different representations, our method slightly outperforms CPM while remaining reasonably close to FEM, and, to our knowledge, delivers the first end-to-end pipeline that solves surface PDEs on both neural and classical surface representations. Code will be released on acceptance.
