paper-with-me

홈 › Papers

FRNet: Frustum-Range Networks for Scalable LiDAR Segmentation

2023-12-07 · Xiang Xu, Lingdong Kong, Hui Shuai, Qingshan Liu

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.

📄 PDF Abstract BibTeX arXiv:2312.04484

Code (2)

Xiangxu-0103/FRNet 공식 구현 pytorch
ldkong1205/Robo3D 공식 구현 pytorch

Tasks

3D Semantic SegmentationAutonomous DrivingLIDAR Semantic SegmentationSegmentation

Similar Papers 제목 키워드 기반

Spherical Frustum Sparse Convolution Network for LiDAR Point Cloud Semantic Segmentation

2023-11-29 · Yu Zheng, Guangming Wang, Jiuming Liu, Marc Pollefeys 외

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 Convo…

PositionSegmentationSemantic Segmentation

Security Analysis of Camera-LiDAR Fusion Against Black-Box Attacks on Autonomous Vehicles

2021-06-13 · R. Spencer Hallyburton, Yupei Liu, Yulong Cao, Z. Morley Mao 외

To enable safe and reliable decision-making, autonomous vehicles (AVs) feed sensor data to perception algorithms to understand the environment. Sensor fusion with multi-frame tracking is becoming increasingly popular for…

Autonomous VehiclesDecision MakingSensor Fusion

Faraway-Frustum: Dealing with Lidar Sparsity for 3D Object Detection using Fusion

2020-11-03 · Haolin Zhang, Dongfang Yang, Ekim Yurtsever, Keith A. Redmill 외

Learned pointcloud representations do not generalize well with an increase in distance to the sensor. For example, at a range greater than 60 meters, the sparsity of lidar pointclouds reaches to a point where even humans…

3D Object DetectionObjectobject-detectionObject Detection+1

SFR-Net: Learning Scale-Frustum Representations for Ultra-Wide Area Remote Sensing Image Segmentation

2026-05-25 · Chuyu Zhong, Keyan Chen, Qinzhe Yang, Bowen Chen 외 arxiv

Pixel count and geographical coverage are two key characteristics of remote sensing images. Existing remote sensing image segmentation methods typically focus on images with either a small pixel count or a large pixel co…

Image Segmentation

Explainability-Aware Frustum Attack: Exposing Structural Vulnerabilities in LiDAR-Based 3D Object Detectors

2026-06-29 · Chengzeng You, Binbin Xu, Soteris Demetriou arxiv

The structural vulnerabilities of point cloud-based 3D object detectors remain poorly understood. Prior work has studied adversarial robustness primarily on isolated 3D object models, while recent LiDAR spoofing attacks …

Adversarial Robustness