paper-with-me

Papers

Analytic Marching: An Analytic Meshing Solution from Deep Implicit Surface Networks

2020-02-16 · ICML 2020 1 · Jiabao Lei, Kui Jia

This paper studies a problem of learning surface mesh via implicit functions in an emerging field of deep learning surface reconstruction, where implicit functions are popularly implemented as multi-layer perceptrons (MLPs) with rectified linear units (ReLU). To achieve meshing from learned implicit functions, existing methods adopt the de-facto standard algorithm of marching cubes; while promising, they suffer from loss of precision learned in the MLPs, due to the discretization nature of marching cubes. Motivated by the knowledge that a ReLU based MLP partitions its input space into a number of linear regions, we identify from these regions analytic cells and analytic faces that are associated with zero-level isosurface of the implicit function, and characterize the theoretical conditions under which the identified analytic faces are guaranteed to connect and form a closed, piecewise planar surface. Based on our theorem, we propose a naturally parallelizable algorithm of analytic marching, which marches among analytic cells to exactly recover the mesh captured by a learned MLP. Experiments on deep learning mesh reconstruction verify the advantages of our algorithm over existing ones.

📄 PDF Abstract BibTeX arXiv:2002.06597

Code (1)

Karbo123/AnalyticMesh 공식 구현 pytorch

Tasks

Surface Reconstruction

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Learning and Meshing from Deep Implicit Surface Networks Using an Efficient Implementation of Analytic Marching

2021-06-18 · Jiabao Lei, Kui Jia, Yi Ma

Reconstruction of object or scene surfaces has tremendous applications in computer vision, computer graphics, and robotics. In this paper, we study a fundamental problem in this context about recovering a surface mesh fr…

Implicit-ARAP: Efficient Handle-Guided Deformation of High-Resolution Meshes and Neural Fields via Local Patch Meshing

2024-05-21 · Daniele Baieri, Filippo Maggioli, Zorah Lähner, Simone Melzi 외

In this work, we present the local patch mesh representation for neural signed distance fields. This technique allows to discretize local regions of the level sets of an input SDF by projecting and deforming flat patch m…

High-Fidelity Lightweight Mesh Reconstruction from Point Clouds

2025-01-01 · CVPR 2025 1 · Chen Zhang, Wentao Wang, Ximeng Li, Xinyao Liao 외

Recently, learning signed distance functions (SDFs) from point clouds has become popular for reconstruction. To ensure accuracy, most methods require using high-resolution Marching Cubes for surface extraction. Howev…

Marching Neurons: Accurate Surface Extraction for Neural Implicit Shapes

2025-09-25 · Christian Stippel, Felix Mujkanovic, Thomas Leimkühler, Pedro Hermosilla arxiv

Accurate surface geometry representation is crucial in 3D visual computing. Explicit representations, such as polygonal meshes, and implicit representations, like signed distance functions, each have distinct advantages,…

TetraSDF: Analytic Isosurface Extraction with Multi-resolution Tetrahedral Grid

2025-11-20 · Seonghun Oh, Youngjung Uh, Jin-Hwa Kim arxiv

Extracting an explicit surface that exactly matches the zero-level set of a neural signed distance function (SDF) remains challenging. Sampling-based isosurfacing methods such as Marching Cubes introduce discretization e…