Learning Continuous Mesh Representation with Spherical Implicit Surface
Zhongpai Gao

TL;DR
This paper introduces a novel continuous mesh representation called Spherical Implicit Surface (SIS) that enables high-resolution and resolution-independent 3D shape modeling by learning spherical implicit functions.
Contribution
The paper proposes a new SIS method that parameterizes meshes onto spheres and predicts vertices from spherical coordinates, bridging discrete and continuous 3D shape representations.
Findings
SIS achieves comparable results to state-of-the-art fixed-resolution mesh methods.
SIS significantly outperforms other arbitrary-resolution shape modeling methods.
The approach enables arbitrary resolution mesh reconstruction and super-resolution tasks.
Abstract
As the most common representation for 3D shapes, mesh is often stored discretely with arrays of vertices and faces. However, 3D shapes in the real world are presented continuously. In this paper, we propose to learn a continuous representation for meshes with fixed topology, a common and practical setting in many faces-, hand-, and body-related applications. First, we split the template into multiple closed manifold genus-0 meshes so that each genus-0 mesh can be parameterized onto the unit sphere. Then we learn spherical implicit surface (SIS), which takes a spherical coordinate and a global feature or a set of local features around the coordinate as inputs, predicting the vertex corresponding to the coordinate as an output. Since the spherical coordinates are continuous, SIS can depict a mesh in an arbitrary resolution. SIS representation builds a bridge between discrete and…
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
Learning Continuous Mesh Representation with Spherical Implicit Surface· youtube
Taxonomy
Topics3D Shape Modeling and Analysis · Human Pose and Action Recognition · Computer Graphics and Visualization Techniques
