English

Neural Parametric Surfaces for Shape Modeling

Graphics 2026-01-27 v1

Abstract

The recent surge of utilizing deep neural networks for geometric processing and shape modeling has opened up exciting avenues. However, there is a conspicuous lack of research efforts on using powerful neural representations to extend the capabilities of parametric surfaces, which are the prevalent surface representations in product design, CAD/CAM, and computer animation. We present Neural Parametric Surfaces, the first piecewise neural surface representation that allows coarse patch layouts of arbitrary nn-sided surface patches to model complex surface geometries with high precision, offering greater flexibility over traditional parametric surfaces. By construction, this new surface representation guarantees G0G^0 continuity between adjacent patches and empirically achieves G1G^1 continuity, which cannot be attained by existing neural patch-based methods. The key ingredient of our neural parametric surface is a learnable feature complex C\mathcal{C} that is embedded in a high-dimensional space RD\mathbb{R}^D and topologically equivalent to the patch layout of the surface; each face cell of the complex is defined by interpolating feature vectors at its vertices. The learned feature complex is mapped by an MLP-encoded function f:CSf:\mathcal{C} \rightarrow \mathcal{S} to produce the neural parametric surface S\mathcal{S}. We present a surface fitting algorithm that optimizes the feature complex C\mathcal{C} and trains the neural mapping ff to reconstruct given target shapes with high accuracy. We further show that the proposed representation along with a compact-size neural net can learn a plausible shape space from a shape collection, which can be used for shape interpolation or shape completion from noisy and incomplete input data. Extensive experiments show that neural parametric surfaces offer greater modeling capabilities than traditional parametric surfaces.

Keywords

Cite

@article{arxiv.2309.09911,
  title  = {Neural Parametric Surfaces for Shape Modeling},
  author = {Lei Yang and Yongqing Liang and Xin Li and Congyi Zhang and Guying Lin and Alla Sheffer and Scott Schaefer and John Keyser and Wenping Wang},
  journal= {arXiv preprint arXiv:2309.09911},
  year   = {2026}
}

Comments

17 pages, 16 figures

R2 v1 2026-06-28T12:25:03.123Z