Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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. https://github.com/lijx10/SO-Net

Jiaxin Li, Ben M. Chen, Gim Hee Lee• 2018

Related benchmarks

TaskDatasetResultRank
3D Object ClassificationModelNet40 (test)
Accuracy93.4
302
3D Point Cloud ClassificationModelNet40 (test)
OA93.4
297
Shape classificationModelNet40 (test)
OA90.9
255
3D Shape ClassificationModelNet40 (test)
Accuracy93.4
227
Point Cloud ClassificationModelNet40 (test)--
224
Part SegmentationShapeNetPart
mIoU (Instance)84.6
198
Object ClassificationModelNet40 (test)
Accuracy93.4
180
3D Object Part SegmentationShapeNet Part (test)
mIoU84.9
114
Shape Part SegmentationShapeNet (test)
Mean IoU84.9
95
Shape classificationModelNet40
Accuracy90.9
85
Showing 10 of 35 rows

Other info

Code

Follow for update