CPGNet: Cascade Point-Grid Fusion Network for Real-Time LiDAR Semantic Segmentation
Xiaoyan Li, Gang Zhang, Hongyu Pan, Zhenhua Wang

TL;DR
CPGNet is a real-time LiDAR semantic segmentation network that balances speed and accuracy by combining 2D grid features with 3D point summaries and reducing reliance on test time augmentation.
Contribution
The paper introduces a novel Point-Grid fusion block and a transformation consistency loss to improve efficiency and accuracy in LiDAR segmentation without ensemble models or TTA.
Findings
Runs 4.7 times faster than state-of-the-art methods.
Achieves comparable accuracy to RPVNet on benchmarks.
Does not require test time augmentation for high performance.
Abstract
LiDAR semantic segmentation essential for advanced autonomous driving is required to be accurate, fast, and easy-deployed on mobile platforms. Previous point-based or sparse voxel-based methods are far away from real-time applications since time-consuming neighbor searching or sparse 3D convolution are employed. Recent 2D projection-based methods, including range view and multi-view fusion, can run in real time, but suffer from lower accuracy due to information loss during the 2D projection. Besides, to improve the performance, previous methods usually adopt test time augmentation (TTA), which further slows down the inference process. To achieve a better speed-accuracy trade-off, we propose Cascade Point-Grid Fusion Network (CPGNet), which ensures both effectiveness and efficiency mainly by the following two techniques: 1) the novel Point-Grid (PG) fusion block extracts semantic…
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 · Advanced Neural Network Applications · Remote Sensing and LiDAR Applications
MethodsConvolution · 3D Convolution
