Papers › FIDNet: LiDAR Point Cloud Semantic Segmentation with Fully Interpolation Decoding

FIDNet: LiDAR Point Cloud Semantic Segmentation with Fully Interpolation Decoding

8 Sep 2021arXiv:2109.03787archive 2025-07-28

Yiming Zhao, Lin Bai, Xinming Huang

Projecting the point cloud on the 2D spherical range image transforms the LiDAR semantic segmentation to a 2D segmentation task on the range image. However, the LiDAR range image is still naturally different from the regular 2D RGB image; for example, each position on the range image encodes the unique geometry information. In this paper, we propose a new projection-based LiDAR semantic segmentation pipeline that consists of a novel network structure and an efficient post-processing step. In our network structure, we design a FID (fully interpolation decoding) module that directly upsamples the multi-resolution feature maps using bilinear interpolation. Inspired by the 3D distance interpolation used in PointNet++, we argue this FID module is a 2D version distance interpolation on (θ, ϕ) space. As a parameter-free decoding module, the FID largely reduces the model complexity by maintaining good performance. Besides the network structure, we empirically find that our model predictions have clear boundaries between different semantic classes. This makes us rethink whether the widely used K-nearest-neighbor post-processing is still necessary for our pipeline. Then, we realize the many-to-one mapping causes the blurring effect that some points are mapped into the same pixel and share the same label. Therefore, we propose to process those occluded points by assigning the nearest predicted label to them. This NLA (nearest label assignment) post-processing step shows a better performance than KNN with faster inference speed in the ablation study. On the SemanticKITTI dataset, our pipeline achieves the best performance among all projection-based methods with 64 ×2048 resolution and all point-wise solutions. With a ResNet-34 as the backbone, both the training and testing of our model can be finished on a single RTX 2080 Ti with 11G memory. The code is released.

PaperPDFCode

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

Code

placeforyiming/iros21-fidnet-semantickitti officialmentioned in paperpytorch 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

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

3D Semantic SegmentationLIDAR Semantic SegmentationRobust 3D Semantic SegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Robust 3D Semantic Segmentation SemanticKITTI-C FIDNet (64x2048) mean Corruption Error (mCE) 113.81% #16 of 22 Archive leaderboard report
Robust 3D Semantic Segmentation nuScenes-C FIDNet mean Corruption Error (mCE) 122.42% #12 of 12 Archive leaderboard report
Semi-Supervised Semantic Segmentation ScribbleKITTI Sup.-only (Range View) mIoU (1% Labels) 33.1 #9 of 9 Archive leaderboard report
Semi-Supervised Semantic Segmentation ScribbleKITTI Sup.-only (Range View) mIoU (10% Labels) 47.7 #9 of 9 Archive leaderboard report
Semi-Supervised Semantic Segmentation ScribbleKITTI Sup.-only (Range View) mIoU (20% Labels) 49.9 #9 of 9 Archive leaderboard report
Semi-Supervised Semantic Segmentation ScribbleKITTI Sup.-only (Range View) mIoU (50% Labels) 52.5 #9 of 9 Archive leaderboard report
Semi-Supervised Semantic Segmentation nuScenes Sup.-only (Range View) mIoU (1% Labels) 38.3 #11 of 11 Archive leaderboard report
Semi-Supervised Semantic Segmentation nuScenes Sup.-only (Range View) mIoU (10% Labels) 57.5 #11 of 11 Archive leaderboard report
Semi-Supervised Semantic Segmentation nuScenes Sup.-only (Range View) mIoU (20% Labels) 62.7 #11 of 11 Archive leaderboard report
Semi-Supervised Semantic Segmentation nuScenes Sup.-only (Range View) mIoU (50% Labels) 67.6 #11 of 11 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