SMamba: Sparse Mamba for Event-Based Object Detection

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.

Cite

Text

Yang et al. "SMamba: Sparse Mamba for Event-Based Object Detection." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I9.32999

Markdown

[Yang et al. "SMamba: Sparse Mamba for Event-Based Object Detection." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/yang2025aaai-smamba/) doi:10.1609/AAAI.V39I9.32999

BibTeX

@inproceedings{yang2025aaai-smamba,
  title     = {{SMamba: Sparse Mamba for Event-Based Object Detection}},
  author    = {Yang, Nan and Wang, Yang and Liu, Zhanwen and Li, Meng and An, Yisheng and Zhao, Xiangmo},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {9229-9237},
  doi       = {10.1609/AAAI.V39I9.32999},
  url       = {https://mlanthology.org/aaai/2025/yang2025aaai-smamba/}
}