Spherical Frustum Sparse Convolution Network for LiDAR Point Cloud Semantic Segmentation
Yu Zheng, Guangming Wang, Jiuming Liu, Marc Pollefeys, Hesheng Wang

TL;DR
This paper introduces SFCNet, a novel LiDAR point cloud segmentation method that preserves 3D information using spherical frustums and hash-based sparse convolution, outperforming existing 2D projection methods.
Contribution
The paper proposes a spherical frustum structure and hash-based sparse convolution to improve LiDAR point cloud segmentation accuracy without information loss.
Findings
Outperforms 2D image-based methods on SemanticKITTI and nuScenes datasets.
Effectively preserves 3D point information during segmentation.
Demonstrates superior accuracy and efficiency over existing approaches.
Abstract
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 Convolutional Neural Networks (CNNs) or vision transformer for LiDAR point cloud semantic segmentation. However, since more than one point can be projected onto the same 2D position but only one point can be preserved, the previous 2D image-based segmentation methods suffer from inevitable quantized information loss. To avoid quantized information loss, in this paper, we propose a novel spherical frustum structure. The points projected onto the same 2D position are preserved in the spherical frustums. Moreover, we propose a memory-efficient hash-based representation of spherical frustums. Through the hash-based representation, we propose the Spherical Frustum sparse…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Robotics and Sensor-Based Localization · Remote Sensing and LiDAR Applications
MethodsMulti-Head Attention · Attention Is All You Need · Softmax · Linear Layer · Residual Connection · Dense Connections · Layer Normalization · Vision Transformer · Convolution
