paper-with-me

홈 › Papers

Efficient Spiking Point Mamba for Point Cloud Analysis

2025-04-19 · Peixi Wu, Bosong Chai, Menghua Zheng, Wei Li, Zhangchi Hu, Jie Chen, Zheyu Zhang, Hebei Li, Xiaoyan Sun

Bio-inspired Spiking Neural Networks (SNNs) provide an energy-efficient way to extract 3D spatio-temporal features. However, existing 3D SNNs have struggled with long-range dependencies until the recent emergence of Mamba, which offers superior computational efficiency and sequence modeling capability. In this work, we propose Spiking Point Mamba (SPM), the first Mamba-based SNN in the 3D domain. Due to the poor performance of simply transferring Mamba to 3D SNNs, SPM is designed to utilize both the sequence modeling capabilities of Mamba and the temporal feature extraction of SNNs. Specifically, we first introduce Hierarchical Dynamic Encoding (HDE), an improved direct encoding method that effectively introduces dynamic temporal mechanism, thereby facilitating temporal interactions. Then, we propose a Spiking Mamba Block (SMB), which builds upon Mamba while learning inter-time-step features and minimizing information loss caused by spikes. Finally, to further enhance model performance, we adopt an asymmetric SNN-ANN architecture for spike-based pre-training and finetune. Compared with the previous state-of-the-art SNN models, SPM improves OA by +6.2%, +6.1%, and +7.4% on three variants of ScanObjectNN, and boosts instance mIOU by +1.9% on ShapeNetPart. Meanwhile, its energy consumption is at least 3.5x lower than that of its ANN counterpart. The code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2504.14371

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyMamba

Methods 이 논문이 사용한 방법론

SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…
ADOPT Please enter a description about the method here
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

CloudMamba: Grouped Selective State Spaces for Point Cloud Analysis

2025-11-11 · Kanglin Qu, Pan Gao, Qun Dai, Zhanzhi Ye 외 arxiv

Due to the long-range modeling ability and linear complexity property, Mamba has attracted considerable attention in point cloud analysis. Despite some interesting progress, related work still suffers from imperfect poin…

Long-range modeling

PointABM:Integrating Bidirectional State Space Model with Multi-Head Self-Attention for Point Cloud Analysis

2024-06-10 · Jia-Wei Chen, Yu-jie Xiong, Yong-bin Gao

Mamba, based on state space model (SSM) with its linear complexity and great success in classification provide its superiority in 3D point cloud analysis. Prior to that, Transformer has emerged as one of the most promine…

Mamba

PointMamba: A Simple State Space Model for Point Cloud Analysis

2024-02-16 · Dingkang Liang, Xin Zhou, Wei Xu, Xingkui Zhu 외

Transformers have become one of the foundational architectures in point cloud analysis tasks due to their excellent global modeling ability. However, the attention mechanism has quadratic complexity, making the design of…

GPUMamba

PoinTramba: A Hybrid Transformer-Mamba Framework for Point Cloud Analysis

2024-05-24 · Zicheng Wang, Zhenghao Chen, Yiming Wu, Zhen Zhao 외

Point cloud analysis has seen substantial advancements due to deep learning, although previous Transformer-based methods excel at modeling long-range dependencies on this task, their computational demands are substantial…

Art AnalysisComputational EfficiencyMamba

Mamba3D: Enhancing Local Features for 3D Point Cloud Analysis via State Space Model

2024-04-23 · Xu Han, Yuan Tang, Zhaoxuan Wang, Xianzhi Li

Existing Transformer-based models for point cloud analysis suffer from quadratic complexity, leading to compromised point cloud resolution and information loss. In contrast, the newly proposed Mamba model, based on state…

3D Point Cloud ClassificationMambaState Space ModelsSupervised Only 3D Point Cloud Classification