Deep Marching Cubes: Learning Explicit Surface Representations

Abstract

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.

Cite

Text

Liao et al. "Deep Marching Cubes: Learning Explicit Surface Representations." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00308

Markdown

[Liao et al. "Deep Marching Cubes: Learning Explicit Surface Representations." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/liao2018cvpr-deep/) doi:10.1109/CVPR.2018.00308

BibTeX

@inproceedings{liao2018cvpr-deep,
  title     = {{Deep Marching Cubes: Learning Explicit Surface Representations}},
  author    = {Liao, Yiyi and Donné, Simon and Geiger, Andreas},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00308},
  url       = {https://mlanthology.org/cvpr/2018/liao2018cvpr-deep/}
}