paper-with-me

Papers

S3Net: 3D LiDAR Sparse Semantic Segmentation Network

2021-03-15 · Ran Cheng, Ryan Razani, Yuan Ren, Liu Bingbing

Semantic Segmentation is a crucial component in the perception systems of many applications, such as robotics and autonomous driving that rely on accurate environmental perception and understanding. In literature, several approaches are introduced to attempt LiDAR semantic segmentation task, such as projection-based (range-view or birds-eye-view), and voxel-based approaches. However, they either abandon the valuable 3D topology and geometric relations and suffer from information loss introduced in the projection process or are inefficient. Therefore, there is a need for accurate models capable of processing the 3D driving-scene point cloud in 3D space. In this paper, we propose S3Net, a novel convolutional neural network for LiDAR point cloud semantic segmentation. It adopts an encoder-decoder backbone that consists of Sparse Intra-channel Attention Module (SIntraAM), and Sparse Inter-channel Attention Module (SInterAM) to emphasize the fine details of both within each feature map and among nearby feature maps. To extract the global contexts in deeper layers, we introduce Sparse Residual Tower based upon sparse convolution that suits varying sparsity of LiDAR point cloud. In addition, geo-aware anisotrophic loss is leveraged to emphasize the semantic boundaries and penalize the noise within each predicted regions, leading to a robust prediction. Our experimental results show that the proposed method leads to a large improvement (12\%) compared to its baseline counterpart (MinkNet42 \cite{choy20194d}) on SemanticKITTI \cite{DBLP:conf/iccv/BehleyGMQBSG19} test set and achieves state-of-the-art mIoU accuracy of semantic segmentation approaches.

📄 PDF Abstract BibTeX arXiv:2103.08745

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDecoderLIDAR Semantic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

PCSCNet: Fast 3D Semantic Segmentation of LiDAR Point Cloud for Autonomous Car using Point Convolution and Sparse Convolution Network

2022-02-21 · JaeHyun Park, Chansoo Kim, Kichun Jo

The autonomous car must recognize the driving environment quickly for safe driving. As the Light Detection And Range (LiDAR) sensor is widely used in the autonomous car, fast semantic segmentation of LiDAR point cloud, w…

3D Semantic SegmentationSegmentationSemantic Segmentation

LEST: Large-scale LiDAR Semantic Segmentation with Transformer

2023-07-14 · Chuanyu Luo, Nuo Cheng, Sikun Ma, Han Li 외

Large-scale LiDAR-based point cloud semantic segmentation is a critical task in autonomous driving perception. Almost all of the previous state-of-the-art LiDAR semantic segmentation methods are variants of sparse 3D con…

Autonomous DrivingLIDAR Semantic SegmentationSegmentationSemantic Segmentation

Sparse Single Sweep LiDAR Point Cloud Segmentation via Learning Contextual Shape Priors from Scene Completion

2020-12-07 · Xu Yan, Jiantao Gao, Jie Li, Ruimao Zhang 외

LiDAR point cloud analysis is a core task for 3D computer vision, especially for autonomous driving. However, due to the severe sparsity and noise interference in the single sweep LiDAR point cloud, the accurate semantic…

3D Semantic Scene Completion3D Semantic Scene Completion from a single RGB image3D Semantic SegmentationAutonomous Driving+3

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

Spherical Frustum Sparse Convolution Network for LiDAR Point Cloud Semantic Segmentation

2023-11-29 · Yu Zheng, Guangming Wang, Jiuming Liu, Marc Pollefeys 외

LiDAR point cloud semantic segmentation enables the robots to obtain fine-grained semantic information of the surrounding environment. Recently, many works project the point cloud onto the 2D image and adopt the 2D Convo…

PositionSegmentationSemantic Segmentation