paper-with-me

Papers

Cylinder3D: An Effective 3D Framework for Driving-scene LiDAR Semantic Segmentation

2020-08-04 · Hui Zhou, Xinge Zhu, Xiao Song, Yuexin Ma, Zhe Wang, Hongsheng Li, Dahua Lin

State-of-the-art methods for large-scale driving-scene LiDAR semantic segmentation often project and process the point clouds in the 2D space. The projection methods includes spherical projection, bird-eye view projection, etc. Although this process makes the point cloud suitable for the 2D CNN-based networks, it inevitably alters and abandons the 3D topology and geometric relations. A straightforward solution to tackle the issue of 3D-to-2D projection is to keep the 3D representation and process the points in the 3D space. In this work, we first perform an in-depth analysis for different representations and backbones in 2D and 3D spaces, and reveal the effectiveness of 3D representations and networks on LiDAR segmentation. Then, we develop a 3D cylinder partition and a 3D cylinder convolution based framework, termed as Cylinder3D, which exploits the 3D topology relations and structures of driving-scene point clouds. Moreover, a dimension-decomposition based context modeling module is introduced to explore the high-rank context information in point clouds in a progressive manner. We evaluate the proposed model on a large-scale driving-scene dataset, i.e. SematicKITTI. Our method achieves state-of-the-art performance and outperforms existing methods by 6% in terms of mIoU.

📄 PDF Abstract BibTeX arXiv:2008.01550

Code (3)

xinge008/Cylinder3D 공식 구현 pytorch
L-Reichardt/Cylinder3D-updated-CUDA pytorch
hongfz16/DS-Net pytorch

Tasks

3D Semantic SegmentationLIDAR Semantic SegmentationSemantic 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 제목 키워드 기반

LiDAR-based 4D Panoptic Segmentation via Dynamic Shifting Network

2022-03-14 · Fangzhou Hong, Hui Zhou, Xinge Zhu, Hongsheng Li 외

With the rapid advances of autonomous driving, it becomes critical to equip its sensing system with more holistic 3D perception. However, existing works focus on parsing either the objects (e.g. cars and pedestrians) or …

4D Panoptic SegmentationAutonomous DrivingClusteringPanoptic Segmentation+1

LiDAR-based Panoptic Segmentation via Dynamic Shifting Network

2020-11-24 · CVPR 2021 1 · Fangzhou Hong, Hui Zhou, Xinge Zhu, Hongsheng Li 외

With the rapid advances of autonomous driving, it becomes critical to equip its sensing system with more holistic 3D perception. However, existing works focus on parsing either the objects (e.g. cars and pedestrians) or …

Autonomous DrivingClusteringPanoptic Segmentation

XYZCylinder: Towards Compatible Feed-Forward 3D Gaussian Splatting for Driving Scenes via Unified Cylinder Lifting Method

2025-10-09 · Haochen Yu, Qiankun Liu, Hongyuan Liu, Jianfei Jiang 외 arxiv

Feed-forward paradigms for 3D reconstruction have become a focus of recent research, which learn implicit, fixed view transformations to generate a single scene representation. However, their application to complex drivi…

3D Reconstruction

PCB-RandNet: Rethinking Random Sampling for LIDAR Semantic Segmentation in Autonomous Driving Scene

2022-09-28 · XianFeng Han, Huixian Cheng, Hang Jiang, Dehong He 외

Fast and efficient semantic segmentation of large-scale LiDAR point clouds is a fundamental problem in autonomous driving. To achieve this goal, the existing point-based methods mainly choose to adopt Random Sampling str…

Autonomous DrivingLIDAR Semantic SegmentationSegmentationSemantic Segmentation

Knowledge Distillation from 3D to Bird's-Eye-View for LiDAR Semantic Segmentation

2023-04-22 · Feng Jiang, Heng Gao, Shoumeng Qiu, Haiqiang Zhang 외

LiDAR point cloud segmentation is one of the most fundamental tasks for autonomous driving scene understanding. However, it is difficult for existing models to achieve both high inference speed and accuracy simultaneousl…

Autonomous DrivingKnowledge DistillationLIDAR Semantic SegmentationPoint Cloud Segmentation+2