CVCGGROct 30, 2024

NASM: Neural Anisotropic Surface Meshing

arXiv:2410.23109v23 citationsh-index: 10SIGGRAPH Asia
Originality Highly original
AI Analysis

This work addresses the challenge of efficient and accurate surface meshing for 3D modeling and computer graphics applications, representing a novel approach rather than an incremental improvement.

The paper tackles the problem of anisotropic surface meshing by introducing NASM, a learning-based method that uses a graph neural network to embed meshes into a high-dimensional space, reducing computational time and improving scalability while preserving curvature-based anisotropy and sharp features.

This paper introduces a new learning-based method, NASM, for anisotropic surface meshing. Our key idea is to propose a graph neural network to embed an input mesh into a high-dimensional (high-d) Euclidean embedding space to preserve curvature-based anisotropic metric by using a dot product loss between high-d edge vectors. This can dramatically reduce the computational time and increase the scalability. Then, we propose a novel feature-sensitive remeshing on the generated high-d embedding to automatically capture sharp geometric features. We define a high-d normal metric, and then derive an automatic differentiation on a high-d centroidal Voronoi tessellation (CVT) optimization with the normal metric to simultaneously preserve geometric features and curvature anisotropy that exhibit in the original 3D shapes. To our knowledge, this is the first time that a deep learning framework and a large dataset are proposed to construct a high-d Euclidean embedding space for 3D anisotropic surface meshing. Experimental results are evaluated and compared with the state-of-the-art in anisotropic surface meshing on a large number of surface models from Thingi10K dataset as well as tested on extensive unseen 3D shapes from Multi-Garment Network dataset and FAUST human dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes