PillarMamba: Learning Local-Global Context for Roadside Point Cloud via Hybrid State Space Model
Zhang Zhang, Chao Sun, Chao Yue, Da Wen, Tianze Wang, Jianghao Leng
TL;DR
PillarMamba tackles roadside point-cloud 3D object detection, where dense context and long-range spatial relations are critical. It introduces Cross-stage State-space Group (CSG) for efficient global context and Hybrid State-space Block (HSB) to preserve local structure and historical memory, augmented by a 2D-Selective-Scan mechanism that employs discrete state-space modeling over BEV sequences. The architecture uses a Pillar Feature Encoder to create dense BEV maps, a dense backbone with multi-scale fusion, and a CenterPoint-style detection head, achieving state-of-the-art results on the DAIR-V2X-I roadside benchmark. This work advances ITS/V2X perception by enabling robust roadside detection with favorable accuracy-latency trade-offs, and its modular design facilitates future improvements and deployment on edge hardware.
Abstract
Serving the Intelligent Transport System (ITS) and Vehicle-to-Everything (V2X) tasks, roadside perception has received increasing attention in recent years, as it can extend the perception range of connected vehicles and improve traffic safety. However, roadside point cloud oriented 3D object detection has not been effectively explored. To some extent, the key to the performance of a point cloud detector lies in the receptive field of the network and the ability to effectively utilize the scene context. The recent emergence of Mamba, based on State Space Model (SSM), has shaken up the traditional convolution and transformers that have long been the foundational building blocks, due to its efficient global receptive field. In this work, we introduce Mamba to pillar-based roadside point cloud perception and propose a framework based on Cross-stage State-space Group (CSG), called PillarMamba. It enhances the expressiveness of the network and achieves efficient computation through cross-stage feature fusion. However, due to the limitations of scan directions, state space model faces local connection disrupted and historical relationship forgotten. To address this, we propose the Hybrid State-space Block (HSB) to obtain the local-global context of roadside point cloud. Specifically, it enhances neighborhood connections through local convolution and preserves historical memory through residual attention. The proposed method outperforms the state-of-the-art methods on the popular large scale roadside benchmark: DAIR-V2X-I. The code will be released soon.
