Link Search Menu Expand Document

ConvPoint: Continuous Convolutions for Point Cloud Processing

A. Boulch

Published in Computers & Graphics, 2020

Also in Eurographics Workshop 3D Object Retrieval (3DOR) 2019

PaperArxivCodeSlides

Abstract

Point clouds are unstructured and unordered data, as opposed to images. Thus, most machine learning approach developed for image cannot be directly transferred to point clouds. In this paper, we propose a generalization of discrete convolutional neural networks (CNNs) in order to deal with point clouds by replacing discrete kernels by continuous ones. This formulation is simple, allows arbitrary point cloud sizes and can easily be used for designing neural networks similarly to 2D CNNs. We present experimental results with various architectures, highlighting the flexibility of the proposed approach. We obtain competitive results compared to the state-of-the-art on shape classification, part segmentation and semantic segmentation for large-scale point clouds.

Citation

@article{boulch2020convpoint,
  title={ConvPoint: Continuous convolutions for point cloud processing},
  author={Boulch, Alexandre},
  journal={Computers \& Graphics},
  year={2020},
  publisher={Elsevier}
}