NeuralMeshing: Differentiable Meshing of Implicit Neural Representations
This work addresses a core task in computer graphics and vision by enabling differentiable meshing for implicit neural representations, which is incremental as it builds on existing neural methods but improves mesh quality and adaptability.
The paper tackles the problem of generating triangle meshes from neural implicit representations by proposing a differentiable meshing algorithm that produces meshes iteratively, adapts to local curvature, and results in regular tessellation with fewer triangle faces, showing comparable reconstruction performance and favorable mesh properties in experiments.
The generation of triangle meshes from point clouds, i.e. meshing, is a core task in computer graphics and computer vision. Traditional techniques directly construct a surface mesh using local decision heuristics, while some recent methods based on neural implicit representations try to leverage data-driven approaches for this meshing process. However, it is challenging to define a learnable representation for triangle meshes of unknown topology and size and for this reason, neural implicit representations rely on non-differentiable post-processing in order to extract the final triangle mesh. In this work, we propose a novel differentiable meshing algorithm for extracting surface meshes from neural implicit representations. Our method produces the mesh in an iterative fashion, which makes it applicable to shapes of various scales and adaptive to the local curvature of the shape. Furthermore, our method produces meshes with regular tessellation patterns and fewer triangle faces compared to existing methods. Experiments demonstrate the comparable reconstruction performance and favorable mesh properties over baselines.