SO-Net: Self-Organizing Network for Point Cloud Analysis

Abstract

This paper presents SO-Net, a permutation invariant architecture for deep learning with orderless point clouds. The SO-Net models the spatial distribution of point cloud by building a Self-Organizing Map (SOM). Based on the SOM, SO-Net performs hierarchical feature extraction on individual points and SOM nodes, and ultimately represents the input point cloud by a single feature vector. The receptive field of the network can be systematically adjusted by conducting point-to-node k nearest neighbor search. In recognition tasks such as point cloud reconstruction, classification, object part segmentation and shape retrieval, our proposed network demonstrates performance that is similar with or better than state-of-the-art approaches. In addition, the training speed is significantly faster than existing point cloud recognition networks because of the parallelizability and simplicity of the proposed architecture. Our code is available at the project website.

Cite

Text

Li et al. "SO-Net: Self-Organizing Network for Point Cloud Analysis." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018. doi:10.1109/CVPR.2018.00979

Markdown

[Li et al. "SO-Net: Self-Organizing Network for Point Cloud Analysis." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2018.](https://mlanthology.org/cvpr/2018/li2018cvpr-sonet/) doi:10.1109/CVPR.2018.00979

BibTeX

@inproceedings{li2018cvpr-sonet,
  title     = {{SO-Net: Self-Organizing Network for Point Cloud Analysis}},
  author    = {Li, Jiaxin and Chen, Ben M. and Lee, Gim Hee},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2018},
  doi       = {10.1109/CVPR.2018.00979},
  url       = {https://mlanthology.org/cvpr/2018/li2018cvpr-sonet/}
}