FIDNet: LiDAR Point Cloud Semantic Segmentation with Fully Interpolation Decoding
Yiming Zhao, Lin Bai, and Xinming Huang

TL;DR
FIDNet introduces a novel fully interpolation decoding module for LiDAR point cloud segmentation, reducing model complexity and improving boundary clarity, achieving state-of-the-art results on SemanticKITTI with efficient post-processing.
Contribution
The paper proposes a new FID decoding module and a simplified post-processing step, enhancing segmentation accuracy and efficiency in LiDAR point cloud analysis.
Findings
Achieves top performance among projection-based methods on SemanticKITTI.
The FID module reduces model complexity while maintaining accuracy.
Nearest label assignment improves boundary delineation and inference speed.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotics and Sensor-Based Localization · Remote Sensing and LiDAR Applications · Advanced Neural Network Applications
