NerVE: Neural Volumetric Edges for Parametric Curve Extraction from Point Cloud

Abstract

Extracting parametric edge curves from point clouds is a fundamental problem in 3D vision and geometry processing. Existing approaches mainly rely on keypoint detection, a challenging procedure that tends to generate noisy output, making the subsequent edge extraction error-prone. To address this issue, we propose to directly detect structured edges to circumvent the limitations of the previous point-wise methods. We achieve this goal by presenting NerVE, a novel neural volumetric edge representation that can be easily learned through a volumetric learning framework. NerVE can be seamlessly converted to a versatile piece-wise linear (PWL) curve representation, enabling a unified strategy for learning all types of free-form curves. Furthermore, as NerVE encodes rich structural information, we show that edge extraction based on NerVE can be reduced to a simple graph search problem. After converting NerVE to the PWL representation, parametric curves can be obtained via off-the-shelf spline fitting algorithms. We evaluate our method on the challenging ABC dataset. We show that a simple network based on NerVE can already outperform the previous state-of-the-art methods by a great margin.

Cite

Text

Zhu et al. "NerVE: Neural Volumetric Edges for Parametric Curve Extraction from Point Cloud." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.01307

Markdown

[Zhu et al. "NerVE: Neural Volumetric Edges for Parametric Curve Extraction from Point Cloud." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/zhu2023cvpr-nerve/) doi:10.1109/CVPR52729.2023.01307

BibTeX

@inproceedings{zhu2023cvpr-nerve,
  title     = {{NerVE: Neural Volumetric Edges for Parametric Curve Extraction from Point Cloud}},
  author    = {Zhu, Xiangyu and Du, Dong and Chen, Weikai and Zhao, Zhiyou and Nie, Yinyu and Han, Xiaoguang},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {13601-13610},
  doi       = {10.1109/CVPR52729.2023.01307},
  url       = {https://mlanthology.org/cvpr/2023/zhu2023cvpr-nerve/}
}