CVJul 30, 2020

Cascaded Non-local Neural Network for Point Cloud Semantic Segmentation

arXiv:2007.15488v124 citations
Originality Incremental advance
AI Analysis

This addresses the problem of accurate segmentation in 3D point clouds for applications like robotics and autonomous driving, with incremental improvements in efficiency.

The paper tackles point cloud semantic segmentation by proposing a cascaded non-local neural network to build long-range dependencies, achieving state-of-the-art performance on indoor and outdoor datasets while reducing time and memory usage.

In this paper, we propose a cascaded non-local neural network for point cloud segmentation. The proposed network aims to build the long-range dependencies of point clouds for the accurate segmentation. Specifically, we develop a novel cascaded non-local module, which consists of the neighborhood-level, superpoint-level and global-level non-local blocks. First, in the neighborhood-level block, we extract the local features of the centroid points of point clouds by assigning different weights to the neighboring points. The extracted local features of the centroid points are then used to encode the superpoint-level block with the non-local operation. Finally, the global-level block aggregates the non-local features of the superpoints for semantic segmentation in an encoder-decoder framework. Benefiting from the cascaded structure, geometric structure information of different neighborhoods with the same label can be propagated. In addition, the cascaded structure can largely reduce the computational cost of the original non-local operation on point clouds. Experiments on different indoor and outdoor datasets show that our method achieves state-of-the-art performance and effectively reduces the time consumption and memory occupation.

Foundations

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

Your Notes