paper-with-me

Papers

Deep Marching Cubes: Learning Explicit Surface Representations

2018-06-01 · CVPR 2018 6 · Yiyi Liao, Simon Donné, Andreas Geiger

Existing learning based solutions to 3D surface prediction cannot be trained end-to-end as they operate on intermediate representations (e.g., TSDF) from which 3D surface meshes must be extracted in a post-processing step (e.g., via the marching cubes algorithm). In this paper, we investigate the problem of end-to-end 3D surface prediction. We first demonstrate that the marching cubes algorithm is not differentiable and propose an alternative differentiable formulation which we insert as a final layer into a 3D convolutional neural network. We further propose a set of loss functions which allow for training our model with sparse point supervision. Our experiments demonstrate that the model allows for predicting sub-voxel accurate 3D shapes of arbitrary topology. Additionally, it learns to complete shapes and to separate an object's inside from its outside even in the presence of sparse and incomplete ground truth. We investigate the benefits of our approach on the task of inferring shapes from 3D point clouds. Our model is flexible and can be combined with a variety of shape encoder and shape inference techniques.

📄 PDF Abstract BibTeX

Code (1)

yiyiliao/deep_marching_cubes 공식 구현 pytorch

Similar Papers 제목 키워드 기반

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,…

OffsetOPT: Explicit Surface Reconstruction without Normals

2025-03-20 · CVPR 2025 1 · Huan Lei

Neural surface reconstruction has been dominated by implicit representations with marching cubes for explicit surface extraction. However, those methods typically require high-quality normals for accurate reconstruction.…

Surface Reconstruction

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 (ML…

Surface Reconstruction

Directional TSDF: Modeling Surface Orientation for Coherent Meshes

2019-08-14 · Malte Splietker, Sven Behnke

Real-time 3D reconstruction from RGB-D sensor data plays an important role in many robotic applications, such as object modeling and mapping. The popular method of fusing depth information into a truncated signed distanc…

3D Reconstruction

Flexible Isosurface Extraction for Gradient-Based Mesh Optimization

2023-08-10 · Tianchang Shen, Jacob Munkberg, Jon Hasselgren, Kangxue Yin 외

This work considers gradient-based mesh optimization, where we iteratively optimize for a 3D surface mesh by representing it as the isosurface of a scalar field, an increasingly common paradigm in applications including …