TL;DR
Neural Marching Cubes (NMC) is a deep learning-based method that improves mesh extraction from implicit fields by capturing geometric features and local dependencies, outperforming classical approaches in accuracy and detail.
Contribution
We propose a neural framework for Marching Cubes that learns to preserve geometric features and local topologies, enabling more accurate and detailed mesh reconstructions from implicit fields.
Findings
Successfully reconstructs sharp edges and corners.
Outperforms classical MC variants in accuracy.
Generalizes well to new shapes and datasets.
Abstract
We introduce Neural Marching Cubes (NMC), a data-driven approach for extracting a triangle mesh from a discretized implicit field. Classical MC is defined by coarse tessellation templates isolated to individual cubes. While more refined tessellations have been proposed, they all make heuristic assumptions, such as trilinearity, when determining the vertex positions and local mesh topologies in each cube. In principle, none of these approaches can reconstruct geometric features that reveal coherence or dependencies between nearby cubes (e.g., a sharp edge), as such information is unaccounted for, resulting in poor estimates of the true underlying implicit field. To tackle these challenges, we re-cast MC from a deep learning perspective, by designing tessellation templates more apt at preserving geometric features, and learning the vertex positions and mesh topologies from training…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
