CVROJun 15, 2024

Voxel Mamba: Group-Free State Space Models for Point Cloud based 3D Object Detection

arXiv:2406.10700v2109 citations
Originality Incremental advance
AI Analysis

This work improves 3D object detection for autonomous driving by introducing a novel method that enhances spatial proximity and efficiency, though it is incremental as it builds on existing serialization and SSM approaches.

The paper tackles the problem of 3D object detection from point clouds by addressing the loss of spatial proximity in serialization-based methods, proposing Voxel Mamba with a group-free strategy and dual-scale SSM block to improve accuracy and efficiency. It achieves higher accuracy than state-of-the-art methods on Waymo Open Dataset and nuScenes dataset, with significant computational efficiency advantages.

Serialization-based methods, which serialize the 3D voxels and group them into multiple sequences before inputting to Transformers, have demonstrated their effectiveness in 3D object detection. However, serializing 3D voxels into 1D sequences will inevitably sacrifice the voxel spatial proximity. Such an issue is hard to be addressed by enlarging the group size with existing serialization-based methods due to the quadratic complexity of Transformers with feature sizes. Inspired by the recent advances of state space models (SSMs), we present a Voxel SSM, termed as Voxel Mamba, which employs a group-free strategy to serialize the whole space of voxels into a single sequence. The linear complexity of SSMs encourages our group-free design, alleviating the loss of spatial proximity of voxels. To further enhance the spatial proximity, we propose a Dual-scale SSM Block to establish a hierarchical structure, enabling a larger receptive field in the 1D serialization curve, as well as more complete local regions in 3D space. Moreover, we implicitly apply window partition under the group-free framework by positional encoding, which further enhances spatial proximity by encoding voxel positional information. Our experiments on Waymo Open Dataset and nuScenes dataset show that Voxel Mamba not only achieves higher accuracy than state-of-the-art methods, but also demonstrates significant advantages in computational efficiency.

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