English

Sparse Cross-scale Attention Network for Efficient LiDAR Panoptic Segmentation

Computer Vision and Pattern Recognition 2022-01-19 v1 Artificial Intelligence Robotics

Abstract

Two major challenges of 3D LiDAR Panoptic Segmentation (PS) are that point clouds of an object are surface-aggregated and thus hard to model the long-range dependency especially for large instances, and that objects are too close to separate each other. Recent literature addresses these problems by time-consuming grouping processes such as dual-clustering, mean-shift offsets, etc., or by bird-eye-view (BEV) dense centroid representation that downplays geometry. However, the long-range geometry relationship has not been sufficiently modeled by local feature learning from the above methods. To this end, we present SCAN, a novel sparse cross-scale attention network to first align multi-scale sparse features with global voxel-encoded attention to capture the long-range relationship of instance context, which can boost the regression accuracy of the over-segmented large objects. For the surface-aggregated points, SCAN adopts a novel sparse class-agnostic representation of instance centroids, which can not only maintain the sparsity of aligned features to solve the under-segmentation on small objects, but also reduce the computation amount of the network through sparse convolution. Our method outperforms previous methods by a large margin in the SemanticKITTI dataset for the challenging 3D PS task, achieving 1st place with a real-time inference speed.

Keywords

Cite

@article{arxiv.2201.05972,
  title  = {Sparse Cross-scale Attention Network for Efficient LiDAR Panoptic Segmentation},
  author = {Shuangjie Xu and Rui Wan and Maosheng Ye and Xiaoyi Zou and Tongyi Cao},
  journal= {arXiv preprint arXiv:2201.05972},
  year   = {2022}
}

Comments

Accepted by the Thirty-Sixth AAAI Conference on Artificial Intelligence (AAAI-22)

R2 v1 2026-06-24T08:51:22.872Z