Panoptic-PHNet: Towards Real-Time and High-Precision LiDAR Panoptic Segmentation via Clustering Pseudo Heatmap
Jinke Li, Xiao He, Yang Wen, Yuan Gao, Xiaoqiang Cheng, Dan Zhang
TL;DR
Panoptic-PHNet tackles LiDAR panoptic segmentation by combining a clustering-based approach for instance center inference with a knn-transformer that enhances offset regression among thing voxels. It introduces a clustering pseudo heatmap, derived directly from shifted voxels, and a center grouping module to merge duplicate centers, eliminating the need for a learned heatmap head. A multi-scale backbone fuses fine-grained voxel features with BEV features to balance detail and context while preserving real-time speed. The method achieves state-of-the-art panoptic quality on SemanticKITTI and nuScenes, demonstrating strong generalization and practical applicability for autonomous systems.
Abstract
As a rising task, panoptic segmentation is faced with challenges in both semantic segmentation and instance segmentation. However, in terms of speed and accuracy, existing LiDAR methods in the field are still limited. In this paper, we propose a fast and high-performance LiDAR-based framework, referred to as Panoptic-PHNet, with three attractive aspects: 1) We introduce a clustering pseudo heatmap as a new paradigm, which, followed by a center grouping module, yields instance centers for efficient clustering without object-level learning tasks. 2) A knn-transformer module is proposed to model the interaction among foreground points for accurate offset regression. 3) For backbone design, we fuse the fine-grained voxel features and the 2D Bird's Eye View (BEV) features with different receptive fields to utilize both detailed and global information. Extensive experiments on both SemanticKITTI dataset and nuScenes dataset show that our Panoptic-PHNet surpasses state-of-the-art methods by remarkable margins with a real-time speed. We achieve the 1st place on the public leaderboard of SemanticKITTI and leading performance on the recently released leaderboard of nuScenes.
