MVP-Net: Multiple View Pointwise Semantic Segmentation of Large-Scale Point Clouds
Chuanyu Luo, Xiaohan Li, Nuo Cheng, Han Li, Shengguang Lei, Pu Li

TL;DR
MVP-Net is an efficient neural network for large-scale 3D point cloud semantic segmentation that avoids complex neighbor searches, achieving comparable accuracy with significantly improved speed.
Contribution
The paper introduces MVP-Net, a novel architecture that eliminates the need for KNN, using space filling curves and multi-rotation techniques for efficient feature aggregation.
Findings
MVP-Net is 11 times faster than RandLA-Net.
Achieves comparable accuracy on SemanticKITTI dataset.
No complex pre/postprocessing required.
Abstract
Semantic segmentation of 3D point cloud is an essential task for autonomous driving environment perception. The pipeline of most pointwise point cloud semantic segmentation methods includes points sampling, neighbor searching, feature aggregation, and classification. Neighbor searching method like K-nearest neighbors algorithm, KNN, has been widely applied. However, the complexity of KNN is always a bottleneck of efficiency. In this paper, we propose an end-to-end neural architecture, Multiple View Pointwise Net, MVP-Net, to efficiently and directly infer large-scale outdoor point cloud without KNN or any complex pre/postprocessing. Instead, assumption-based space filling curves and multi-rotation of point cloud methods are introduced to point feature aggregation and receptive field expanding. Numerical experiments show that the proposed MVP-Net is 11 times faster than the most…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Remote Sensing and LiDAR Applications · Robotics and Sensor-Based Localization
