CVMay 18, 2019

SAWNet: A Spatially Aware Deep Neural Network for 3D Point Cloud Processing

arXiv:1905.07650v118 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of analyzing unordered point cloud data for computer vision researchers, offering an incremental improvement over existing methods like PointNet.

The paper tackled the challenge of processing 3D point cloud data by introducing a neural network layer that combines global and local information, achieving state-of-the-art results on the ModelNet40 dataset and competitive performance on ShapeNet and indoor scene segmentation datasets.

Deep neural networks have established themselves as the state-of-the-art methodology in almost all computer vision tasks to date. But their application to processing data lying on non-Euclidean domains is still a very active area of research. One such area is the analysis of point cloud data which poses a challenge due to its lack of order. Many recent techniques have been proposed, spearheaded by the PointNet architecture. These techniques use either global or local information from the point clouds to extract a latent representation for the points, which is then used for the task at hand (classification/segmentation). In our work, we introduce a neural network layer that combines both global and local information to produce better embeddings of these points. We enhance our architecture with residual connections, to pass information between the layers, which also makes the network easier to train. We achieve state-of-the-art results on the ModelNet40 dataset with our architecture, and our results are also highly competitive with the state-of-the-art on the ShapeNet part segmentation dataset and the indoor scene segmentation dataset. We plan to open source our pre-trained models on github to encourage the research community to test our networks on their data, or simply use them for benchmarking purposes.

Foundations

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

Your Notes