Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

FRNet: Frustum-Range Networks for Scalable LiDAR Segmentation

About

LiDAR segmentation has become a crucial component of advanced autonomous driving systems. Recent range-view LiDAR segmentation approaches show promise for real-time processing. However, they inevitably suffer from corrupted contextual information and rely heavily on post-processing techniques for prediction refinement. In this work, we propose FRNet, a simple yet powerful method aimed at restoring the contextual information of range image pixels using corresponding frustum LiDAR points. First, a frustum feature encoder module is used to extract per-point features within the frustum region, which preserves scene consistency and is critical for point-level predictions. Next, a frustum-point fusion module is introduced to update per-point features hierarchically, enabling each point to extract more surrounding information through the frustum features. Finally, a head fusion module is used to fuse features at different levels for final semantic predictions. Extensive experiments conducted on four popular LiDAR segmentation benchmarks under various task setups demonstrate the superiority of FRNet. Notably, FRNet achieves 73.3% and 82.5% mIoU scores on the testing sets of SemanticKITTI and nuScenes. While achieving competitive performance, FRNet operates 5 times faster than state-of-the-art approaches. Such high efficiency opens up new possibilities for more scalable LiDAR segmentation. The code has been made publicly available at https://github.com/Xiangxu-0103/FRNet.

Xiang Xu, Lingdong Kong, Hui Shuai, Qingshan Liu• 2023

Related benchmarks

TaskDatasetResultRank
LiDAR Semantic SegmentationnuScenes (val)
mIoU79
169
LiDAR Semantic SegmentationnuScenes official (test)
mIoU82.5
132
LiDAR Semantic SegmentationSemanticKITTI (test)
mIoU73.3
125
LiDAR Semantic SegmentationSemanticKITTI (val)
mIoU68.7
87
Semantic segmentationSemanticKITTI v1.0 (test)
mIoU65.4
71
Semantic segmentationNuScenes v1.0 (test)
mIoU75.4
44
LiDAR Semantic SegmentationScribbleKITTI (train)
mIoU63.1
34
LiDAR SegmentationSemanticKITTI
mIoU (10%)64.8
16
LiDAR SegmentationScribbleKITTI
mIoU (10% Subset)57.5
15
LiDAR SegmentationnuScenes
mIoU (1%)61.2
13
Showing 10 of 15 rows

Other info

Code

Follow for update