SMamba: Sparse Mamba for Event-based Object Detection
Nan Yang, Yang Wang, Zhanwen Liu, Meng Li, Yisheng An, Xiangmo Zhao
TL;DR
SMamba addresses the high computation of transformer-based event detectors by introducing adaptive sparsification that preserves global modeling. It combines STCA to quantify token informativeness, IPL-Scan to prioritize high-information tokens for efficient local interactions, and GCI to enable 3D global channel interactions, forming a four-stage architecture with SSM and SCMM blocks. The approach yields superior accuracy with reduced FLOPs and parameters across Gen1, 1Mpx, and eTram, demonstrating robust, scene-adaptive performance. This work advances practical, real-time event-based detection by balancing global context with sparsity-aware processing, facilitating deployment in autonomous driving and surveillance scenarios.
Abstract
Transformer-based methods have achieved remarkable performance in event-based object detection, owing to the global modeling ability. However, they neglect the influence of non-event and noisy regions and process them uniformly, leading to high computational overhead. To mitigate computation cost, some researchers propose window attention based sparsification strategies to discard unimportant regions, which sacrifices the global modeling ability and results in suboptimal performance. To achieve better trade-off between accuracy and efficiency, we propose Sparse Mamba (SMamba), which performs adaptive sparsification to reduce computational effort while maintaining global modeling capability. Specifically, a Spatio-Temporal Continuity Assessment module is proposed to measure the information content of tokens and discard uninformative ones by leveraging the spatiotemporal distribution differences between activity and noise events. Based on the assessment results, an Information-Prioritized Local Scan strategy is designed to shorten the scan distance between high-information tokens, facilitating interactions among them in the spatial dimension. Furthermore, to extend the global interaction from 2D space to 3D representations, a Global Channel Interaction module is proposed to aggregate channel information from a global spatial perspective. Results on three datasets (Gen1, 1Mpx, and eTram) demonstrate that our model outperforms other methods in both performance and efficiency.
