SOTAVerified

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

2018-03-12CVPR 2018Code Available0· sign in to hype

Jiaxin Li, Ben M. Chen, Gim Hee Lee

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
IntrASO-NetF1 score (5-fold)0.87Unverified
ModelNet40SO-NetOverall Accuracy87.5Unverified
ModelNet40SO-NetOverall Accuracy90.9Unverified

Reproductions