paper-with-me

홈 › Papers

MVP-Net: Multiple View Pointwise Semantic Segmentation of Large-Scale Point Clouds

2022-01-30 · Chuanyu Luo, Xiaohan Li, Nuo Cheng, Han Li, Shengguang Lei, Pu Li

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 efficient pointwise semantic segmentation method RandLA-Net and achieves the same accuracy on the large-scale benchmark SemanticKITTI dataset.

📄 PDF Abstract BibTeX arXiv:2201.12769

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Pointwise Attention-Based Atrous Convolutional Neural Networks

2019-12-27 · Mobina Mahdavi, Fahimeh Fooladgar, Shohreh Kasaei

With the rapid progress of deep convolutional neural networks, in almost all robotic applications, the availability of 3D point clouds improves the accuracy of 3D semantic segmentation methods. Rendering of these irregul…

3D Semantic SegmentationSegmentationSemantic Segmentation

PillarSegNet: Pillar-based Semantic Grid Map Estimation using Sparse LiDAR Data

2021-05-10 · Juncong Fei, Kunyu Peng, Philipp Heidenreich, Frank Bieder 외

Semantic understanding of the surrounding environment is essential for automated vehicles. The recent publication of the SemanticKITTI dataset stimulates the research on semantic segmentation of LiDAR point clouds in urb…

2D Semantic SegmentationSegmentationSemantic Segmentation

Virtual Multi-view Fusion for 3D Semantic Segmentation

2020-07-26 · ECCV 2020 8 · Abhijit Kundu, Xiaoqi Yin, Alireza Fathi, David Ross 외

Semantic segmentation of 3D meshes is an important problem for 3D scene understanding. In this paper we revisit the classic multiview representation of 3D meshes and study several techniques that make them effective for …

2D Semantic Segmentation3D Semantic SegmentationScene UnderstandingSegmentation+1

Pointwise Convolutional Neural Networks

2017-12-14 · CVPR 2018 6 · Binh-Son Hua, Minh-Khoi Tran, Sai-Kit Yeung

Deep learning with 3D data such as reconstructed point clouds and CAD models has received great research interests recently. However, the capability of using point clouds with convolutional neural network has been so far…

ObjectObject RecognitionSegmentationSemantic Segmentation

Trainable Pointwise Decoder Module for Point Cloud Segmentation

2024-08-02 · Bike Chen, Chen Gong, Antti Tikanmäki, Juha Röning

Point cloud segmentation (PCS) aims to make per-point predictions and enables robots and autonomous driving cars to understand the environment. The range image is a dense representation of a large-scale outdoor point clo…

Autonomous DrivingData AugmentationDecoderPoint Cloud Segmentation