3D Semantic Segmentation with Submanifold Sparse Convolutional Networks

Abstract

Convolutional networks are the de-facto standard for analyzing spatio-temporal data such as images, videos, and 3D shapes. Whilst some of this data is naturally dense (e.g., photos), many other data sources are inherently sparse. Examples include 3D point clouds that were obtained using a LiDAR scanner or RGB-D camera. Standard ``dense'' implementations of convolutional networks are very inefficient when applied on such sparse data. We introduce new sparse convolutional operations that are designed to process spatially-sparse data more efficiently, and use them to develop spatially-sparse convolutional networks. We demonstrate the strong performance of the resulting models, called submanifold sparse convolutional networks (SSCNs), on two tasks involving semantic segmentation of 3D point clouds. In particular, our models outperform all prior state-of-the-art on the test set of a recent semantic segmentation competition.

Cite

Text

Graham et al. "3D Semantic Segmentation with Submanifold Sparse Convolutional Networks." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00961

Markdown

[Graham et al. "3D Semantic Segmentation with Submanifold Sparse Convolutional Networks." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/graham2018cvpr-3d/) doi:10.1109/CVPR.2018.00961

BibTeX

@inproceedings{graham2018cvpr-3d,
  title     = {{3D Semantic Segmentation with Submanifold Sparse Convolutional Networks}},
  author    = {Graham, Benjamin and Engelcke, Martin and van der Maaten, Laurens},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00961},
  url       = {https://mlanthology.org/cvpr/2018/graham2018cvpr-3d/}
}