CVMar 12, 2018

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

arXiv:1803.04249v41004 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and effective deep learning on unordered point clouds for applications in 3D vision, though it is incremental as it builds on existing methods with a novel hybrid approach.

The paper tackles point cloud analysis by introducing SO-Net, a permutation invariant architecture that uses a Self-Organizing Map for hierarchical feature extraction, achieving performance similar to or better than state-of-the-art methods in tasks like classification and segmentation, with significantly faster training speeds.

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

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes