Papers › FRNet: Frustum-Range Networks for Scalable LiDAR Segmentation

FRNet: Frustum-Range Networks for Scalable LiDAR Segmentation

7 Dec 2023arXiv:2312.04484archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2312.04484")

Code

Syntology Ran 14 of 19 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 14 ran with no contract checked.

By repository: official repository: 19 samples from 2 repositories, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Xiangxu-0103/FRNet officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
ldkong1205/Robo3D officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 14 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14ran
5unverified

Licence: 18 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

P_R_fog_hard ldkong1205/Robo3D/create/kitti_c/fog/fog_simulation.py official repository ran no licence file found · pointer only · 9aee2cc91c8abd60 · report
angles_to_lines ldkong1205/Robo3D/create/kitti_c/snow/geometry.py official repository ran fingerprinted no licence file found · pointer only · 0140b17b497f7722 · report
compute_occupancy ldkong1205/Robo3D/create/kitti_c/snow/sampling.py official repository ran fingerprinted no licence file found · pointer only · ee792b6d83528ceb · report
filter_by_distance ldkong1205/Robo3D/create/kitti_c/fog/extract_fog.py official repository ran fingerprinted no licence file found · pointer only · 3d0bbf09504533a0 · report
filter_ego_point ldkong1205/Robo3D/create/kitti_c/fog/extract_fog.py official repository ran no licence file found · pointer only · cbe622a1a2d3a0dc · report
get_extracted_fog_file_list ldkong1205/Robo3D/create/kitti_c/fog/pointcloud_viewer.py official repository ran fingerprinted no licence file found · pointer only · a7437aeafce98daa · report
get_fov_flag ldkong1205/Robo3D/create/kitti_c/snow/precompute.py official repository ran no licence file found · pointer only · f01d04ede070478d · report
get_kitti_ringID ldkong1205/Robo3D/create/kitti_c/beam_missing/gen_beam_missing.py official repository ran fingerprinted no licence file found · pointer only · c67f2408fbc802c5 · report
lidar_crosstalk_noise ldkong1205/Robo3D/create/kitti_c/crosstalk/gen_crosstalk.py official repository ran fingerprinted no licence file found · pointer only · d6ce9efdedbab114 · report
rainfall_rate_to_snowfall_rate ldkong1205/Robo3D/create/kitti_c/snow/sampling.py official repository ran fingerprinted no licence file found · pointer only · 6e80b332e869fc92 · report
snowfall_rate_to_rainfall_rate ldkong1205/Robo3D/create/kitti_c/snow/sampling.py official repository ran fingerprinted no licence file found · pointer only · 844e02f134b3dfc4 · report
split ldkong1205/Robo3D/create/kitti_c/snow/precompute.py official repository ran no licence file found · pointer only · f8128e47543b84c3 · report
tangent_angles_to_interval_angles ldkong1205/Robo3D/create/kitti_c/snow/geometry.py official repository ran no licence file found · pointer only · 42c4f33782806a6c · report
tangent_lines_to_tangent_angles ldkong1205/Robo3D/create/kitti_c/snow/geometry.py official repository ran no licence file found · pointer only · c325d7f76bd1d254 · report
P_R_fog_soft ldkong1205/Robo3D/create/kitti_c/fog/fog_simulation.py official repository unverified no licence file found · pointer only · b83474507717a738 · report
estimate_laser_parameters ldkong1205/Robo3D/create/kitti_c/snow/simulation.py official repository unverified no licence file found · pointer only · 6fbbfd21ea101ff0 · report
get_integral_dict ldkong1205/Robo3D/create/kitti_c/fog/fog_simulation.py official repository unverified no licence file found · pointer only · 5eb857761017e97b · report
get_recordings ldkong1205/Robo3D/create/kitti_c/fog/extract_fog.py official repository unverified no licence file found · pointer only · 6981e9a2b99c60d9 · report
one_hot Xiangxu-0103/FRNet/frnet/models/losses/boundary_loss.py official repository unverified Apache-2.0 (permissive) · 3dd5e5e1db226e90 · report

Tasks

3D Semantic SegmentationAutonomous DrivingLIDAR Semantic SegmentationSegmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Semantic Segmentation SemanticKITTI FRNet test mIoU 73.3% #6 of 45 Archive leaderboard report
3D Semantic Segmentation SemanticKITTI FRNet val mIoU 68.7% #6 of 45 Archive leaderboard report
3D Semantic Segmentation nuScenes FRNet mIoU 82.5% #2 of 3 Archive leaderboard report
LIDAR Semantic Segmentation nuScenes FRNet test mIoU 0.825 #4 of 36 Archive leaderboard report
LIDAR Semantic Segmentation nuScenes FRNet val mIoU 0.790 #4 of 36 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections