English

FRNet: Frustum-Range Networks for Scalable LiDAR Segmentation

Computer Vision and Pattern Recognition 2025-03-24 v3 Robotics

Abstract

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.

Keywords

Cite

@article{arxiv.2312.04484,
  title  = {FRNet: Frustum-Range Networks for Scalable LiDAR Segmentation},
  author = {Xiang Xu and Lingdong Kong and Hui Shuai and Qingshan Liu},
  journal= {arXiv preprint arXiv:2312.04484},
  year   = {2025}
}

Comments

TIP 2025; 18 pages, 11 figures, 14 tables; Code at https://github.com/Xiangxu-0103/FRNet

R2 v1 2026-06-28T13:44:14.473Z