CVNov 16, 2023

Center Focusing Network for Real-Time LiDAR Panoptic Segmentation

arXiv:2311.09499v113 citationsh-index: 48Has Code
Originality Highly original
AI Analysis

This work addresses the need for fast and accurate scene understanding in autonomous driving, representing an incremental improvement over prior proposal-free methods.

The paper tackles the problem of real-time LiDAR panoptic segmentation for autonomous vehicles by introducing a center focusing network (CFNet), which improves accuracy and speed, outperforming all existing methods by a large margin and being 1.6 times faster than the most efficient method.

LiDAR panoptic segmentation facilitates an autonomous vehicle to comprehensively understand the surrounding objects and scenes and is required to run in real time. The recent proposal-free methods accelerate the algorithm, but their effectiveness and efficiency are still limited owing to the difficulty of modeling non-existent instance centers and the costly center-based clustering modules. To achieve accurate and real-time LiDAR panoptic segmentation, a novel center focusing network (CFNet) is introduced. Specifically, the center focusing feature encoding (CFFE) is proposed to explicitly understand the relationships between the original LiDAR points and virtual instance centers by shifting the LiDAR points and filling in the center points. Moreover, to leverage the redundantly detected centers, a fast center deduplication module (CDM) is proposed to select only one center for each instance. Experiments on the SemanticKITTI and nuScenes panoptic segmentation benchmarks demonstrate that our CFNet outperforms all existing methods by a large margin and is 1.6 times faster than the most efficient method. The code is available at https://github.com/GangZhang842/CFNet.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes