paper-with-me

Papers

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, Zhen Li, Rui Huang, Shuguang Cui

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 segmentation is non-trivial to achieve. In this paper, we propose a novel sparse LiDAR point cloud semantic segmentation framework assisted by learned contextual shape priors. In practice, an initial semantic segmentation (SS) of a single sweep point cloud can be achieved by any appealing network and then flows into the semantic scene completion (SSC) module as the input. By merging multiple frames in the LiDAR sequence as supervision, the optimized SSC module has learned the contextual shape priors from sequential LiDAR data, completing the sparse single sweep point cloud to the dense one. Thus, it inherently improves SS optimization through fully end-to-end training. Besides, a Point-Voxel Interaction (PVI) module is proposed to further enhance the knowledge fusion between SS and SSC tasks, i.e., promoting the interaction of incomplete local geometry of point cloud and complete voxel-wise global structure. Furthermore, the auxiliary SSC and PVI modules can be discarded during inference without extra burden for SS. Extensive experiments confirm that our JS3C-Net achieves superior performance on both SemanticKITTI and SemanticPOSS benchmarks, i.e., 4% and 3% improvement correspondingly.

📄 PDF Abstract BibTeX arXiv:2012.03762

Code (2)

yanx27/JS3C-Net 공식 구현 pytorch
umich-curly/3dmapping pytorch

Tasks

3D Semantic Scene Completion3D Semantic Scene Completion from a single RGB image3D Semantic SegmentationAutonomous DrivingPoint Cloud SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

CurveCloudNet: Processing Point Clouds with 1D Structure

2023-03-21 · CVPR 2024 1 · Colton Stearns, Davis Rempe, Jiateng Liu, Alex Fu 외

Modern depth sensors such as LiDAR operate by sweeping laser-beams across the scene, resulting in a point cloud with notable 1D curve-like structures. In this work, we introduce a new point cloud processing scheme and ba…

MNEW: Multi-domain Neighborhood Embedding and Weighting for Sparse Point Clouds Segmentation

2020-04-05 · Yang Zheng, Izzat H. Izzat, Sanling Song

Point clouds have been widely adopted in 3D semantic scene understanding. However, point clouds for typical tasks such as 3D shape segmentation or indoor scenario parsing are much denser than outdoor LiDAR sweeps for the…

Autonomous DrivingScene UnderstandingSemantic Segmentation

Lidar Upsampling with Sliced Wasserstein Distance

2023-01-31 · Artem Savkin, Yida Wang, Sebastian Wirkert, Nassir Navab 외

Lidar became an important component of the perception systems in autonomous driving. But challenges of training data acquisition and annotation made emphasized the role of the sensor to sensor domain adaptation. In this …

Autonomous DrivingDomain Adaptationpoint cloud upsampling

Leveraging Temporal Information for 3D Detection and Domain Adaptation

2020-06-30 · Cunjun Yu, Zhongang Cai, Daxuan Ren, Haiyu Zhao

Ever since the prevalent use of the LiDARs in autonomous driving, tremendous improvements have been made to the learning on the point clouds. However, recent progress largely focuses on detecting objects in a single 360-…

Autonomous DrivingDomain Adaptation

SSCATeR: Sparse Scatter-Based Convolution Algorithm with Temporal Data Recycling for Real-Time 3D Object Detection in LiDAR Point Clouds

2025-12-09 · Alexander Dow, Manduhu Manduhu, Matheus Santos, Ben Bartlett 외 arxiv

This work leverages the continuous sweeping motion of LiDAR scanning to concentrate object detection efforts on specific regions that receive a change in point data from one frame to another. We achieve this by using a s…

Computational Efficiency3D Object DetectionPoint Clouds