A Network Architecture for Point Cloud Classification via Automatic Depth Images Generation

Abstract

We propose a novel neural network architecture for point cloud classification. Our key idea is to automatically transform the 3D unordered input data into a set of useful 2D depth images, and classify them by exploiting well performing image classification CNNs. We present new differentiable module designs to generate depth images from a point cloud. These modules can be combined with any network architecture for processing point clouds. We utilize them in combination with state-of-the-art classification networks, and get results competitive with the state of the art in point cloud classification. Furthermore, our architecture automatically produces informative images representing the input point cloud, which could be used for further applications such as point cloud visualization.

Cite

Text

Roveri et al. "A Network Architecture for Point Cloud Classification via Automatic Depth Images Generation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00439

Markdown

[Roveri et al. "A Network Architecture for Point Cloud Classification via Automatic Depth Images Generation." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/roveri2018cvpr-network/) doi:10.1109/CVPR.2018.00439

BibTeX

@inproceedings{roveri2018cvpr-network,
  title     = {{A Network Architecture for Point Cloud Classification via Automatic Depth Images Generation}},
  author    = {Roveri, Riccardo and Rahmann, Lukas and Oztireli, Cengiz and Gross, Markus},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00439},
  url       = {https://mlanthology.org/cvpr/2018/roveri2018cvpr-network/}
}