NeurIPS 2020poster125 citations

PIE-NET: Parametric Inference of Point Cloud Edges

Xiaogang Wang, Yuelang Xu, Kai Xu, Andrea Tagliasacchi, Bin Zhou, Ali Mahdavi-Amiri, Hao Zhang

Abstract

We introduce an end-to-end learnable technique to robustly identify feature edges in 3D point cloud data. We represent these edges as a collection of parametric curves (i.e.,~lines, circles, and B-splines). Accordingly, our deep neural network, coined PIE-NET, is trained for parametric inference of edges. The network relies on a "region proposal" architecture, where a first module proposes an over-complete collection of edge and corner points, and a second module ranks each proposal to decide whether it should be considered. We train and evaluate our method on the ABC dataset, a large dataset of CAD models, and compare our results to those produced by traditional (non-learning) processing pipelines, as well as a recent deep learning based edge detector (EC-NET). Our results significantly improve over the state-of-the-art from both a quantitative and qualitative standpoint.

BibTeX
@inproceedings{NEURIPS2020_e94550c9,
 author = {Wang, Xiaogang and Xu, Yuelang and Xu, Kai and Tagliasacchi, Andrea and Zhou, Bin and Mahdavi-Amiri, Ali and Zhang, Hao},
 booktitle = {Advances in Neural Information Processing Systems},
 editor = {H. Larochelle and M. Ranzato and R. Hadsell and M.F. Balcan and H. Lin},
 pages = {20167--20178},
 publisher = {Curran Associates, Inc.},
 title = {PIE-NET: Parametric Inference of Point Cloud Edges},
 url = {https://proceedings.neurips.cc/paper_files/paper/2020/file/e94550c93cd70fe748e6982b3439ad3b-Paper.pdf},
 volume = {33},
 year = {2020}
}