CVAIMar 22, 2023

Spherical Transformer for LiDAR-based 3D Recognition

arXiv:2303.12766v1238 citationsh-index: 106Has Code
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem for autonomous driving and robotics by improving 3D recognition from LiDAR data, with incremental advancements in handling point sparsity.

The paper tackles the problem of information disconnection and limited receptive field in LiDAR-based 3D point cloud recognition, especially for sparse distant points, by proposing SphereFormer with radial window self-attention, achieving state-of-the-art results such as 81.9% mIoU on nuScenes and 74.8% mIoU on SemanticKITTI semantic segmentation benchmarks.

LiDAR-based 3D point cloud recognition has benefited various applications. Without specially considering the LiDAR point distribution, most current methods suffer from information disconnection and limited receptive field, especially for the sparse distant points. In this work, we study the varying-sparsity distribution of LiDAR points and present SphereFormer to directly aggregate information from dense close points to the sparse distant ones. We design radial window self-attention that partitions the space into multiple non-overlapping narrow and long windows. It overcomes the disconnection issue and enlarges the receptive field smoothly and dramatically, which significantly boosts the performance of sparse distant points. Moreover, to fit the narrow and long windows, we propose exponential splitting to yield fine-grained position encoding and dynamic feature selection to increase model representation ability. Notably, our method ranks 1st on both nuScenes and SemanticKITTI semantic segmentation benchmarks with 81.9% and 74.8% mIoU, respectively. Also, we achieve the 3rd place on nuScenes object detection benchmark with 72.8% NDS and 68.5% mAP. Code is available at https://github.com/dvlab-research/SphereFormer.git.

Code Implementations2 repos
Foundations

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

Your Notes