REVIEW 4 major objections 4 minor 69 references
Efficient Spiking Point Mamba for Point Cloud Analysis
T0 review · 4 major / 4 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read Spiking Point Mamba claims to be the first Mamba-based spiking neural network for point clouds, improving on prior spiking models by 6.2–7.4 percentage points while using at least 3.5x less energy than its non-spiking counterpart.
desk verdict First Mamba-based SNN for point clouds with real components and plausible ablations; headline deltas over SPT need a baseline re-run and a table audit before they are treated as established. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the Spiking Mamba Block (SMB): a Mamba block rewritten so that its state-space branch and gate branch operate on binary spikes from Leaky Integrate-and-Fire (LIF) neurons. A LIF neuron accumulates a leaky membrane potential, emits a spike when the potential crosses a threshold, then resets. In SMB, the SSM branch reverses the time dimension of the spike feature before passing it through the selective state-space model, so the model sees past and future time steps, while the gate branch uses element-wise average pooling over the token dimension before the Hadamard product, a change the paper claims prevents the information loss that raw spike-gating causes. HDE supplies the SMB with a time-varying input stream, and the asymmetric SNN-ANN encoder-decoder pre-training keeps the SMB encoder spike-driven during inference.
What would settle it
Re-run the previous state-of-the-art spiking point transformer with its original hyperparameters and data splits, and compare directly with SPM; if its accuracy reaches or exceeds the self-reproduced numbers SPM improves on (82.8, 83.4, and 78.0 on the three ScanObjectNN variants), the claim of +6.2 to +7.4 point gains collapses. Separately, measure SPM's energy on real neuromorphic hardware or with an independent MAC/AC counter; if the ratio to PointMamba falls below 3.5x at four time steps, the efficiency claim is not general.
Extended reading notes
Core claim
The central claim is that the poor performance of previous 3D SNNs comes from three fixable problems: static input encoding, missing long-range dependencies, and information loss when spike tensors pass through gates and state-space updates. SPM fixes the first with HDE, which splits farthest-point sampling into early, middle, and late stages and slides or extends the selected points across time steps so each time step sees a slightly different, hierarchically meaningful subset. It fixes the second and third with SMB, in which the SSM branch scans spike features with time-dimension reversal (Time Flip) rather than token reversal, and the gate branch averages gating activations across tokens before the Hadamard product to avoid dropping sparse spike information. The paper reports that the full SPM reaches 90.2/89.5/84.2 overall accuracy on the three ScanObjectNN variants and 92.3% on ModelNet40, exceeding the self-reproduced Spiking Point Transformer by 7.4/6.1/6.2/0.9 points, and 84.8% instance mIoU on ShapeNetPart, with 12.6x and 3.5x energy reductions at one and four time steps versus PointMamba.
Load-bearing premise
The headline gains are measured against a Spiking Point Transformer baseline that the authors re-ran themselves; if that re-run was under-tuned relative to the original model, the reported +6.2, +6.1, and +7.4 point improvements could be inflated.
Editorial extensions
If this is right
- If the reported accuracies hold, a 12-layer spiking Mamba backbone can match or approach ANN point-cloud classifiers on ModelNet40 (92.3% versus 92.4% for PointMamba) while running spike-driven, event-based computation.
- The +2.3 and +0.8 point gains from masked spike pre-training on ScanObjectNN and ModelNet40 imply that SNN encoders can be improved by ANN decoders without sacrificing spike-driven inference.
- The 3.5x (12.6x at one time step) energy advantage suggests that at equal accuracy, the spiking alternative is the lower-energy choice on neuromorphic or sparse-accumulation hardware.
- Because Mamba's state-space scan is linear in sequence length, SPM inherits a path to longer point sequences and larger point clouds than quadratic-attention spiking transformers.
- The time-flip rather than token-flip ablation indicates that the temporal dimension is the useful axis for bidirectionality in spike-based point-cloud Mamba, a design rule for future SNN sequence models.
- The asymmetric SNN-ANN pre-training recipe—spiking encoder, lightweight ANN state-space decoder, Chamfer Distance reconstruction—provides a ready-made template for self-supervised learning in other 3D SNN backbones.
Reading between the lines
- Editorial inference: HDE's stage-wise treatment of farthest-point sampling should transfer to other ordered point-cloud tokenizers, such as octree or grid orderings, so the dynamic-encoding benefit is likely not specific to FPS.
- Editorial inference: the paper's energy math assumes a 4.6 pJ MAC versus 0.9 pJ AC at 32-bit precision; under lower-precision ANN MACs the 3.5x margin would shrink, so the efficiency claim is hardware-precision-dependent.
- Editorial inference: the mask-ratio peak at 0.6 and the Time-Flip result suggest a simple recipe for future spiking sequence models: keep the temporal axis bidirectional, keep the token axis unidirectional, and pre-train with a moderate mask.
- Editorial inference: the supplementary neuron ablation shows that swapping in ILIF raises SPM to 93.0% on ModelNet40 and 85.2% on PB-T50-RS, so adopting ILIF as the headline configuration would widen the reported margins over prior SNNs.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Spiking Point Mamba (SPM), a Mamba-based spiking neural network for 3D point cloud classification and segmentation. It introduces three components: Hierarchical Dynamic Encoding (HDE), which makes direct encoding time-dependent by varying the point sampling across time steps; a Spiking Mamba Block (SMB) that adapts the Mamba gate and SSM branches to spike-based computation with a time-flip bidirectional strategy; and an asymmetric SNN-ANN masked pre-training scheme with an ANN decoder. On ScanObjectNN, ModelNet40, and ShapeNetPart, the authors report SNN state-of-the-art results, with gains of +6.2%, +6.1%, and +7.4% OA over Spiking Point Transformer (SPT) on the three ScanObjectNN variants and +1.9% instance mIoU on ShapeNetPart. They also report a theoretical energy reduction of at least 3.5x relative to the ANN counterpart. Component-wise ablations in Tables 4-6 support the individual design choices, and the supplementary provides additional ablations on neurons and masking ratios.
Significance. If the empirical claims are confirmed, SPM would be a useful contribution: it is the first Mamba-based 3D SNN, it combines temporal dynamics with state-space modeling, and its ablations isolate the effect of each proposed component. The energy model in Eqs. (18)-(20) is transparent as a first-order analytical estimate. However, the practical significance depends on the exact deltas against SPT, and those deltas currently rest on self-reproduced numbers without code or seeds, with theoretical rather than measured energy figures, and with an internal inconsistency in the reported ANN baseline. The manuscript is within scope for a computer-vision venue, but the headline claims need to be substantiated more carefully.
major comments (4)
- [Tables 1-3, §5.2.1] The headline improvements of +6.2%, +6.1%, and +7.4% OA and +1.9% instance mIoU are deltas against Spiking Point Transformer (SPT), and all SPT entries are marked as self-reproduced by the authors while Ref. [52] is the authors' own prior work. No code, random seeds, or reproduction details are provided, so the reader cannot determine whether the margin reflects the proposed architecture or a favorable re-implementation. I request the original SPT numbers (or a public checkpoint), a detailed reproduction protocol, and results from multiple seeds with mean and variance for both SPT and SPM before the SOTA claim can be accepted.
- [Tables 1, 4, and 7] Tables 1, 4, and 7 report inconsistent numbers for the same ANN baseline: PointMamba is listed as 90.2/89.8/85.4/92.4 in Table 1, 'ANN Mamba' is listed as 90.2/89.5/84.2/92.3 in Table 4, and Table 7 uses 90.2/85.4/92.4 (only three columns). Because Table 4 is used to claim that SPM's SMB performs on par with Mamba while reducing energy, these discrepancies must be corrected and the exact configuration (including whether the stars indicate self-reproduction) clarified.
- [§4.3, Eqs. (18)-(20), Table 7] The 'at least 3.5x lower energy' claim is a theoretical estimate computed from FLOPs and fixed per-operation pJ constants, not a hardware measurement. The text does not say how the mJ values in Table 7 are obtained (per sample, including memory/data movement, with which firing-rate statistics), and the energy constants are attributed to Ref. [1], which is a neuron-model paper rather than the usual source for these values. I recommend relabeling the claim as an analytical estimate and, if the energy advantage is a central contribution, adding measurements on a neuromorphic simulator or GPU.
- [Table 2, §5.2.1] The pre-training comparison with SPT is uncontrolled. Table 2 lists SPT at 82.6/92.5, but the text does not state whether SPT underwent the same masked pre-training on ShapeNet with the same mask ratio, epochs, and fine-tuning schedule, or whether this is the from-scratch number. Without this control, the claims that spike-based pre-training adds +2.3/+0.8 points over SPM from scratch and beats SPT by +3.9/+1.4 points are not substantiated.
minor comments (4)
- [Algorithm 1] Algorithm 1 uses S both as the input size to FPS and as the sampled point set, and the quantities L, M, R, E, and F are not defined consistently (for example, M is reassigned as M+L). Please restate the algorithm with distinct symbols and explicit index bounds.
- [Eqs. (12)-(13)] In Eq. (12), the left-hand side assigns two tensors U'_n and U'_t from a single SSM call; the time-flip indexing and the resulting shapes need to be stated explicitly, and Eq. (13) should explain how SN(EAP(Z_n)) broadcasts after average pooling over the token dimension.
- [§4.3, Ref. [1]] The reference for the energy constants is incorrect: Ref. [1] (Brette and Gerstner) does not report 4.6 pJ/MAC and 0.9 pJ/AC. Please cite the original source (for example, Horowitz 2014) or remove the citation.
- [Throughout] There are several typographical errors and reference issues: 'obversed' in Sec. 4.1.1, 'Segmantation' in Fig. 2, 'classfication' in Table 8, and Refs. [53] and [54] appear to duplicate the same paper. A careful proofread is needed.
Circularity Check
ANN Mamba ablation row duplicates SPM's own accuracy, making the ANN/SNN parity claim tautological; the SPT baseline is self-reproduced but not a formal circularity.
-
renaming known result
[Table 4 (Ablation on SMB), Sec. 5.3.1]
"ANN Mamba - - - - 90.2 89.5 84.2 92.3 ... With these branches, SMB performs similarly to Mamba while reducing energy consumption."
The 'ANN Mamba' row in Table 4 is numerically identical to SPM's own row (90.2/89.5/84.2/92.3), while the paper's actual ANN baseline PointMamba is reported in Table 1 as 90.2/89.8/85.4/92.4. The claim 'SMB performs similarly to Mamba' is therefore either a comparison of SPM to itself (parity by construction) or a mislabeled baseline that contradicts the paper's own Table 1. In either reading, the ablation evidence for ANN-SNN parity reduces to a renaming of SPM's own numbers rather than an independent ANN comparison.
full rationale
SPM's central contribution is an empirical architecture comparison, not a derivation. The main headline deltas (+6.2/+6.1/+7.4 over SPT) are measured against a self-reproduced baseline from the authors' own prior paper ([52], starred in Tables 1-3). This is a legitimate baseline-reproducibility concern about the magnitude of the claimed improvement, but it is not a formal circularity: SPM also exceeds the other listed SNN baselines by large margins, and the comparison is externally checkable in principle. The energy model (Eqs. 18-20) uses measured firing rates and standard per-operation energies; the pre-training and HDE ablations are empirical or supported by the paper's own supplementary measurements. The one concrete circular/renaming step is in Table 4: the 'ANN Mamba' row equals SPM's own row (90.2/89.5/84.2/92.3), while the paper's actual ANN baseline PointMamba is 90.2/89.8/85.4/92.4 in Table 1. The claim 'SMB performs similarly to Mamba' is therefore either SPM compared to itself or a mislabeled baseline; either way, the ANN-parity evidence reduces to SPM's own numbers. This is partial circularity in a secondary claim, not in the core classification/segmentation results.
Assumptions & free parameters
free parameters (5)
- Time step T =
4 (default); 1,2,3,6 in ablation
- Mask ratio =
0.6
- Firing threshold V_th =
0.5 for most neurons; 0.25 before SSM
- Number of encoded points per time step E =
256 (128 for ModelNet40)
- Early/late stage size =
10% of E
assumptions (4)
- domain assumption LIF neuron model with surrogate gradient training is an effective SNN design.
- domain assumption The S6 selective state space model (Mamba) provides strong sequence modeling that can be adapted to spikes.
- domain assumption FPS behavior divides into early unstable, middle stable, late redundant stages.
- domain assumption Energy per MAC (4.6 pJ) and per AC (0.9 pJ) from prior literature.
Cite this review
Pith. "Pith review of Efficient Spiking Point Mamba for Point Cloud Analysis." pith.science (2026). https://pith.science/paper/ZEDS5JG7
@misc{pith2026250414371,
author = {Pith},
title = {Pith review of: Efficient Spiking Point Mamba for Point Cloud Analysis},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZEDS5JG7}},
note = {Machine review of arXiv:2504.14371}
}
read the original abstract
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.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[52]
Spiking point transformer for point cloud classification,
Peixi Wu, Bosong Chai, Hebei Li, Menghua Zheng, Yansong Peng, Zeyu Wang, Xuan Nie, Yueyi Zhang, and Xiaoyan Sun. Spiking point transformer for point cloud classification,
-
[1]
Romain Brette and Wulfram Gerstner. Adaptive exponen- tial integrate-and-fire model as an effective description of neuronal activity.Journal of neurophysiology, 94(5):3637– 3642, 2005. 5, 2
work page 2005
-
[2]
Optimal ann-snn conversion for high- accuracy and ultra-low-latency spiking neural networks
Tong Bu, Wei Fang, Jianhao Ding, PengLin Dai, Zhaofei Yu, and Tiejun Huang. Optimal ann-snn conversion for high- accuracy and ultra-low-latency spiking neural networks. arXiv preprint arXiv:2303.04347, 2023. 2
arXiv 2023
-
[3]
Adi R Bulsara, Tim C Elston, Charles R Doering, Steve B Lowen, and Katja Lindenberg. Cooperative behavior in pe- riodically driven noisy integrate-fire models of neuronal dy- namics.Physical Review E, 53(4):3958, 1996. 2
work page 1996
-
[4]
Shapenet: An information-rich 3d model repository.arXiv preprint arXiv:1512.03012, 2015
Angel X Chang, Thomas Funkhouser, Leonidas Guibas, Pat Hanrahan, Qixing Huang, Zimo Li, Silvio Savarese, Manolis Savva, Shuran Song, Hao Su, et al. Shapenet: An information-rich 3d model repository.arXiv preprint arXiv:1512.03012, 2015. 5
arXiv 2015
-
[5]
Tri Dao and Albert Gu. Transformers are ssms: General- ized models and efficient algorithms through structured state space duality.arXiv preprint arXiv:2405.21060, 2024. 2
arXiv 2024
-
[6]
Mehmet Hamza Erol, Arda Senocak, Jiu Feng, and Joon Son Chung. Audio mamba: Bidirectional state space model for audio representation learning.IEEE Signal Processing Let- ters, 2024. 2
work page 2024
-
[7]
Incorporating learnable membrane time constant to enhance learning of spiking neu- ral networks
Wei Fang, Zhaofei Yu, Yanqi Chen, Timoth ´ee Masquelier, Tiejun Huang, and Yonghong Tian. Incorporating learnable membrane time constant to enhance learning of spiking neu- ral networks. InProceedings of the IEEE/CVF international conference on computer vision, pages 2661–2671, 2021. 2
work page 2021
Show all 69 references
-
[8]
Hungry hungry hippos: Towards language modeling with state space mod- els
Daniel Y Fu, Tri Dao, Khaled Kamal Saab, Armin W Thomas, Atri Rudra, and Christopher Re. Hungry hungry hippos: Towards language modeling with state space mod- els. InThe Eleventh International Conference on Learning Representations, 2023. 2
2023
-
[9]
Cambridge university press, 2002
Wulfram Gerstner and Werner M Kistler.Spiking neuron models: Single neurons, populations, plasticity. Cambridge university press, 2002. 2
2002
-
[10]
It’s raw! audio generation with state-space models
Karan Goel, Albert Gu, Chris Donahue, and Christopher R ´e. It’s raw! audio generation with state-space models. InInter- national conference on machine learning, pages 7616–7633. PMLR, 2022. 2
2022
-
[11]
Mamba: Linear-time sequence modeling with selective state spaces.arXiv preprint arXiv:2312.00752, 2023
Albert Gu and Tri Dao. Mamba: Linear-time sequence modeling with selective state spaces.arXiv preprint arXiv:2312.00752, 2023. 1, 2
2023 arXiv
-
[12]
Mamba: Linear-time sequence mod- eling with selective state spaces
Albert Gu and Tri Dao. Mamba: Linear-time sequence mod- eling with selective state spaces. InFirst Conference on Lan- guage Modeling, 2024. 2
2024
-
[13]
Efficiently modeling long sequences with structured state spaces.arXiv preprint arXiv:2111.00396, 2021
Albert Gu, Karan Goel, and Christopher R ´e. Efficiently modeling long sequences with structured state spaces.arXiv preprint arXiv:2111.00396, 2021. 2
2021 arXiv
-
[14]
On the parameterization and initialization of diagonal state space models.Advances in Neural Information Processing Systems, 35:35971–35983, 2022
Albert Gu, Karan Goel, Ankit Gupta, and Christopher R ´e. On the parameterization and initialization of diagonal state space models.Advances in Neural Information Processing Systems, 35:35971–35983, 2022. 2
2022
-
[15]
How to train your hippo: State space mod- els with generalized orthogonal basis projections
Albert Gu, Isys Johnson, Aman Timalsina, Atri Rudra, and Christopher Re. How to train your hippo: State space mod- els with generalized orthogonal basis projections. InInter- national Conference on Learning Representations, 2023. 2
2023
-
[16]
Rmp- loss: Regularizing membrane potential distribution for spik- ing neural networks
Yufei Guo, Xiaode Liu, Yuanpei Chen, Liwen Zhang, Wei- hang Peng, Yuhan Zhang, Xuhui Huang, and Zhe Ma. Rmp- loss: Regularizing membrane potential distribution for spik- ing neural networks. InProceedings of the IEEE/CVF In- ternational Conference on Computer Vision, pages 173...
2023
-
[17]
Diagonal state spaces are as effective as structured state spaces.Advances in Neural Information Processing Systems, 35:22982–22994,
Ankit Gupta, Albert Gu, and Jonathan Berant. Diagonal state spaces are as effective as structured state spaces.Advances in Neural Information Processing Systems, 35:22982–22994,
-
[18]
Mamba3d: Enhancing local features for 3d point cloud anal- ysis via state space model
Xu Han, Yuan Tang, Zhaoxuan Wang, and Xianzhi Li. Mamba3d: Enhancing local features for 3d point cloud anal- ysis via state space model. InProceedings of the 32nd ACM International Conference on Multimedia, pages 4995–5004,
-
[19]
Reducing ann-snn conversion error through residual membrane potential
Zecheng Hao, Tong Bu, Jianhao Ding, Tiejun Huang, and Zhaofei Yu. Reducing ann-snn conversion error through residual membrane potential. InProceedings of the AAAI conference on artificial intelligence, pages 11–21, 2023. 2
2023
-
[20]
Fast-snn: fast spiking neural network by converting quan- tized ann.IEEE Transactions on Pattern Analysis and Ma- chine Intelligence, 2023
Yangfan Hu, Qian Zheng, Xudong Jiang, and Gang Pan. Fast-snn: fast spiking neural network by converting quan- tized ann.IEEE Transactions on Pattern Analysis and Ma- chine Intelligence, 2023. 2
2023
-
[21]
Efficient converted spiking neural network for 3d and 2d classification
Yuxiang Lan, Yachao Zhang, Xu Ma, Yanyun Qu, and Yun Fu. Efficient converted spiking neural network for 3d and 2d classification. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 9211–9220, 2023. 6
2023
-
[22]
Videomamba: State space model for efficient video understanding
Kunchang Li, Xinhao Li, Yi Wang, Yinan He, Yali Wang, Limin Wang, and Yu Qiao. Videomamba: State space model for efficient video understanding. InEuropean Conference on Computer Vision, pages 237–255. Springer, 2024. 2
2024
-
[23]
End-to-end learning local multi-view descriptors for 3d point clouds
Lei Li, Siyu Zhu, Hongbo Fu, Ping Tan, and Chiew-Lan Tai. End-to-end learning local multi-view descriptors for 3d point clouds. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 1919–1928,
1919
-
[24]
Pointmamba: A simple state space model for point cloud analysis.Advances in neural information processing systems, 37:32653–32677,
Dingkang Liang, Xin Zhou, Wei Xu, Xingkui Zhu, Zhikang Zou, Xiaoqing Ye, Xiao Tan, and Xiang Bai. Pointmamba: A simple state space model for point cloud analysis.Advances in neural information processing systems, 37:32653–32677,
-
[25]
Masked discrimina- tion for self-supervised learning on point clouds
Haotian Liu, Mu Cai, and Yong Jae Lee. Masked discrimina- tion for self-supervised learning on point clouds. InECCV,
-
[26]
Mamba4d: Efficient long-sequence point cloud video understanding with disentangled spatial-temporal state space models.arXiv preprint arXiv:2405.14338, 2024
Jiuming Liu, Jinru Han, Lihao Liu, Angelica I Aviles-Rivero, Chaokang Jiang, Zhe Liu, and Hesheng Wang. Mamba4d: Efficient long-sequence point cloud video understanding with disentangled spatial-temporal state space models.arXiv preprint arXiv:2405.14338, 2024. 2
2024 arXiv
-
[27]
Point mamba: A novel point cloud backbone based on state space model with octree-based ordering strategy.arXiv preprint arXiv:2403.06467, 2024
Jiuming Liu, Ruiji Yu, Yian Wang, Yu Zheng, Tianchen Deng, Weicai Ye, and Hesheng Wang. Point mamba: A novel point cloud backbone based on state space model with octree-based ordering strategy.arXiv preprint arXiv:2403.06467, 2024. 2
2024 arXiv
-
[28]
Vmamba: Visual state space model.Advances in neural information processing systems, 37:103031–103063, 2025
Yue Liu, Yunjie Tian, Yuzhong Zhao, Hongtian Yu, Lingxi Xie, Yaowei Wang, Qixiang Ye, Jianbin Jiao, and Yunfan Liu. Vmamba: Visual state space model.Advances in neural information processing systems, 37:103031–103063, 2025. 2
2025
-
[29]
Integer-valued training and spike-driven inference spiking neural network for high-performance and energy-efficient object detection
Xinhao Luo, Man Yao, Yuhong Chou, Bo Xu, and Guoqi Li. Integer-valued training and spike-driven inference spiking neural network for high-performance and energy-efficient object detection. InEuropean Conference on Computer Vi- sion, pages 253–272. Springer, 2024. 2
2024
-
[30]
Re- thinking network design and local geometry in point cloud: A simple residual mlp framework
Xu Ma, Can Qin, Haoxuan You, Haoxi Ran, and Yun Fu. Re- thinking network design and local geometry in point cloud: A simple residual mlp framework. InInternational Confer- ence on Learning Representations, 2022. 2, 6
2022
-
[31]
V oxnet: A 3d con- volutional neural network for real-time object recognition
Daniel Maturana and Sebastian Scherer. V oxnet: A 3d con- volutional neural network for real-time object recognition. In2015 IEEE/RSJ international conference on intelligent robots and systems (IROS), pages 922–928. IEEE, 2015. 2
2015
-
[32]
Long range language modeling via gated state spaces
Harsh Mehta, Ankit Gupta, Ashok Cutkosky, and Behnam Neyshabur. Long range language modeling via gated state spaces. InThe Eleventh International Conference on Learn- ing Representations, 2023. 2
2023
-
[33]
S4nd: Modeling images and videos as multidimensional signals with state spaces.Advances in neural information processing systems, 35:2846–2861, 2022
Eric Nguyen, Karan Goel, Albert Gu, Gordon Downs, Preey Shah, Tri Dao, Stephen Baccus, and Christopher R ´e. S4nd: Modeling images and videos as multidimensional signals with state spaces.Advances in neural information processing systems, 35:2846–2861, 2022. 2
2022
-
[34]
Resurrecting recurrent neural networks for long sequences
Antonio Orvieto, Samuel L Smith, Albert Gu, Anushan Fer- nando, Caglar Gulcehre, Razvan Pascanu, and Soham De. Resurrecting recurrent neural networks for long sequences. InInternational Conference on Machine Learning, pages 26670–26698. PMLR, 2023. 2
2023
-
[35]
Hanyu Ouyang and Jie Jiang. Spiking-detr: A spike- driven end-to-end object detection framework on spike-form data streams using spiking-transformer and spiking residual learning.Available at SSRN 4706194, 2024. 1, 2
2024
-
[36]
Masked autoencoders for point cloud self-supervised learning
Yatian Pang, Wenxiao Wang, Francis EH Tay, Wei Liu, Yonghong Tian, and Li Yuan. Masked autoencoders for point cloud self-supervised learning. InECCV, 2022. 6
2022
-
[37]
Fast point transformer
Chunghyun Park, Yoonwoo Jeong, Minsu Cho, and Jae- sik Park. Fast point transformer. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 16949–16958, 2022. 2
2022
-
[38]
Dgcnn: A convolutional neural network over large-scale labeled graphs.Neural Networks, 108:533– 543, 2018
Anh Viet Phan, Minh Le Nguyen, Yen Lam Hoang Nguyen, and Lam Thu Bui. Dgcnn: A convolutional neural network over large-scale labeled graphs.Neural Networks, 108:533– 543, 2018. 6
2018
-
[39]
Pointnet: Deep learning on point sets for 3d classification and segmentation
Charles R Qi, Hao Su, Kaichun Mo, and Leonidas J Guibas. Pointnet: Deep learning on point sets for 3d classification and segmentation. InProceedings of the IEEE conference on computer vision and pattern recognition, pages 652–660,
-
[40]
Pointnet++: Deep hierarchical feature learning on point sets in a metric space.Advances in neural information processing systems, 30, 2017
Charles Ruizhongtai Qi, Li Yi, Hao Su, and Leonidas J Guibas. Pointnet++: Deep hierarchical feature learning on point sets in a metric space.Advances in neural information processing systems, 30, 2017. 2, 6
2017
-
[41]
Efficient 3d recog- nition with event-driven spike sparse convolution.arXiv preprint arXiv:2412.07360, 2024
Xuerui Qiu, Man Yao, Jieyuan Zhang, Yuhong Chou, Ning Qiao, Shibo Zhou, Bo Xu, and Guoqi Li. Efficient 3d recog- nition with event-driven spike sparse convolution.arXiv preprint arXiv:2412.07360, 2024. 1, 2
2024 arXiv
-
[42]
Spiking pointnet: Spik- ing neural networks for point clouds.Advances in Neural Information Processing Systems, 36, 2024
Dayong Ren, Zhe Ma, Yuanpei Chen, Weihang Peng, Xiaode Liu, Yuhan Zhang, and Yufei Guo. Spiking pointnet: Spik- ing neural networks for point clouds.Advances in Neural Information Processing Systems, 36, 2024. 1, 6, 8
2024
-
[43]
Towards spike-based machine intelligence with neuromor- phic computing.Nature, 575(7784):607–617, 2019
Kaushik Roy, Akhilesh Jaiswal, and Priyadarshini Panda. Towards spike-based machine intelligence with neuromor- phic computing.Nature, 575(7784):607–617, 2019. 1
2019
-
[44]
Opportunities for neu- romorphic computing algorithms and applications.Nature Computational Science, 2(1):10–19, 2022
Catherine D Schuman, Shruti R Kulkarni, Maryam Parsa, J Parker Mitchell, Bill Kay, et al. Opportunities for neu- romorphic computing algorithms and applications.Nature Computational Science, 2(1):10–19, 2022. 1
2022
-
[45]
Visual analysis of leaky integrate-and-fire spiking neuron models and circuits
Sara Sedighi, Farhana Afrin, Elonna Onyejegbu, and Kur- tis D Cantley. Visual analysis of leaky integrate-and-fire spiking neuron models and circuits. In2024 IEEE 67th International Midwest Symposium on Circuits and Systems (MWSCAS), pages 1437–1440. IEEE, 2024. 2
2024
-
[46]
Spikingssms: Learning long sequences with sparse and parallel spiking state space models.arXiv preprint arXiv:2408.14909, 2024
Shuaijie Shen, Chao Wang, Renzhuo Huang, Yan Zhong, Qinghai Guo, Zhichao Lu, Jianguo Zhang, and Luziwei Leng. Spikingssms: Learning long sequences with sparse and parallel spiking state space models.arXiv preprint arXiv:2408.14909, 2024. 2
2024 arXiv
-
[47]
Pv-rcnn: Point- voxel feature set abstraction for 3d object detection
Shaoshuai Shi, Chaoxu Guo, Li Jiang, Zhe Wang, Jianping Shi, Xiaogang Wang, and Hongsheng Li. Pv-rcnn: Point- voxel feature set abstraction for 3d object detection. InPro- ceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10529–10538, 2020. 2
2020
-
[48]
Simplified state space layers for sequence modeling
Jimmy TH Smith, Andrew Warrington, and Scott Linder- man. Simplified state space layers for sequence modeling. InThe Eleventh International Conference on Learning Rep- resentations, 2023. 2
2023
-
[49]
Revisiting point cloud classification: A new benchmark dataset and classification model on real-world data
Mikaela Angelina Uy, Quang-Hieu Pham, Binh-Son Hua, Thanh Nguyen, and Sai-Kit Yeung. Revisiting point cloud classification: A new benchmark dataset and classification model on real-world data. InProceedings of the IEEE/CVF international conference on computer vision, pages 158...
2019
-
[50]
Masked spiking trans- former
Ziqing Wang, Yuetong Fang, Jiahang Cao, Qiang Zhang, Zhongrui Wang, and Renjing Xu. Masked spiking trans- former. InProceedings of the IEEE/CVF International Con- ference on Computer Vision, pages 1761–1771, 2023. 2
2023
-
[51]
Attention-based point cloud edge sampling
Chengzhi Wu, Junwei Zheng, Julius Pfrommer, and J ¨urgen Beyerer. Attention-based point cloud edge sampling. In CVPR, 2023. 6
2023
-
[53]
Point-to-spike residual learning for energy- efficient 3d point cloud classification
Qiaoyun Wu, Quanxiao Zhang, Chunyu Tan, Yun Zhou, and Changyin Sun. Point-to-spike residual learning for energy- efficient 3d point cloud classification. InProceedings of the AAAI Conference on Artificial Intelligence, pages 6092– 6099, 2024. 1, 2
2024
-
[54]
Point-to-spike residual learning for energy- efficient 3d point cloud classification
Qiaoyun Wu, Quanxiao Zhang, Chunyu Tan, Yun Zhou, and Changyin Sun. Point-to-spike residual learning for energy- efficient 3d point cloud classification. InProceedings of the AAAI Conference on Artificial Intelligence, pages 6092– 6099, 2024. 6, 8
2024
-
[55]
Point transformer v2: Grouped vector atten- tion and partition-based pooling.Advances in Neural Infor- mation Processing Systems, 35:33330–33342, 2022
Xiaoyang Wu, Yixing Lao, Li Jiang, Xihui Liu, and Heng- shuang Zhao. Point transformer v2: Grouped vector atten- tion and partition-based pooling.Advances in Neural Infor- mation Processing Systems, 35:33330–33342, 2022. 2
2022
-
[56]
3d shapenets: A deep representation for volumetric shapes
Zhirong Wu, Shuran Song, Aditya Khosla, Fisher Yu, Lin- guang Zhang, Xiaoou Tang, and Jianxiong Xiao. 3d shapenets: A deep representation for volumetric shapes. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 1912–1920, 2015. 5
1912
-
[57]
Vivim: A video vision mamba for medical video segmentation.arXiv preprint arXiv:2401.14168, 2024
Yijun Yang, Zhaohu Xing, Lequan Yu, Chunwang Huang, Huazhu Fu, and Lei Zhu. Vivim: A video vision mamba for medical video segmentation.arXiv preprint arXiv:2401.14168, 2024. 2
2024 arXiv
-
[58]
Spike-driven transformer.Ad- vances in neural information processing systems, 36, 2024
Man Yao, Jiakui Hu, Zhaokun Zhou, Li Yuan, Yonghong Tian, Bo Xu, and Guoqi Li. Spike-driven transformer.Ad- vances in neural information processing systems, 36, 2024. 2
2024
-
[59]
A scalable active framework for region annotation in 3d shape collections.ACM Transactions on Graphics (ToG), 35(6):1–12, 2016
Li Yi, Vladimir G Kim, Duygu Ceylan, I-Chao Shen, Mengyan Yan, Hao Su, Cewu Lu, Qixing Huang, Alla Shef- fer, and Leonidas Guibas. A scalable active framework for region annotation in 3d shape collections.ACM Transactions on Graphics (ToG), 35(6):1–12, 2016. 5
2016
-
[60]
Dynamic spiking graph neural net- works
Nan Yin, Mengzhu Wang, Zhenghan Chen, Giulia De Masi, Huan Xiong, and Bin Gu. Dynamic spiking graph neural net- works. InProceedings of the AAAI Conference on Artificial Intelligence, pages 16495–16503, 2024. 2
2024
-
[61]
Point-bert: Pre-training 3d point cloud transformers with masked point modeling
Xumin Yu, Lulu Tang, Yongming Rao, Tiejun Huang, Jie Zhou, and Jiwen Lu. Point-bert: Pre-training 3d point cloud transformers with masked point modeling. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 19313–19322, 2022. 6
2022
-
[62]
V oxel mamba: Group-free state space models for point cloud based 3d object detection
Guowen Zhang, Lue Fan, Chenhang He, Zhen Lei, Zhaox- iang Zhang, and Lei Zhang. V oxel mamba: Group-free state space models for point cloud based 3d object detection. arXiv preprint arXiv:2406.10700, 2024. 2
2024 arXiv
-
[63]
Point-m2ae: multi-scale masked autoencoders for hierarchical point cloud pre-training
Renrui Zhang, Ziyu Guo, Peng Gao, Rongyao Fang, Bin Zhao, Dong Wang, Yu Qiao, and Hongsheng Li. Point-m2ae: multi-scale masked autoencoders for hierarchical point cloud pre-training. InNeurIPS, 2022. 6
2022
-
[64]
Tc-lif: A two-compartment spiking neuron model for long-term sequential modelling
Shimin Zhang, Qu Yang, Chenxiang Ma, Jibin Wu, Haizhou Li, and Kay Chen Tan. Tc-lif: A two-compartment spiking neuron model for long-term sequential modelling. InPro- ceedings of the AAAI Conference on Artificial Intelligence, pages 16838–16847, 2024. 2
2024
-
[65]
Point cloud mamba: Point cloud learning via state space model
Tao Zhang, Haobo Yuan, Lu Qi, Jiangning Zhang, Qianyu Zhou, Shunping Ji, Shuicheng Yan, and Xiangtai Li. Point cloud mamba: Point cloud learning via state space model. arXiv preprint arXiv:2403.00762, 2024. 2
2024 arXiv
-
[66]
Spike-ssm: A sparse, precise, and efficient spiking state space model for long sequences learning.arXiv preprint arXiv:2410.17268,
Yan Zhong, Ruoyu Zhao, Chao Wang, Qinghai Guo, Jian- guo Zhang, Zhichao Lu, and Luziwei Leng. Spike-ssm: A sparse, precise, and efficient spiking state space model for long sequences learning.arXiv preprint arXiv:2410.17268,
-
[67]
Qkformer: Hierarchical spiking trans- former using qk attention.arXiv preprint arXiv:2403.16552,
Chenlin Zhou, Han Zhang, Zhaokun Zhou, Liutao Yu, Liwei Huang, Xiaopeng Fan, Li Yuan, Zhengyu Ma, Huihui Zhou, and Yonghong Tian. Qkformer: Hierarchical spiking trans- former using qk attention.arXiv preprint arXiv:2403.16552,
-
[68]
Spik- former v2: Join the high accuracy club on imagenet with an snn ticket.arXiv preprint arXiv:2401.02020, 2024
Zhaokun Zhou, Kaiwei Che, Wei Fang, Keyu Tian, Yuesheng Zhu, Shuicheng Yan, Yonghong Tian, and Li Yuan. Spik- former v2: Join the high accuracy club on imagenet with an snn ticket.arXiv preprint arXiv:2401.02020, 2024. 1, 2
2024 arXiv
-
[69]
Vision mamba: Efficient visual representation learning with bidirectional state space model
Lianghui Zhu, Bencheng Liao, Qian Zhang, Xinlong Wang, Wenyu Liu, and Xinggang Wang. Vision mamba: Efficient visual representation learning with bidirectional state space model. InForty-first International Conference on Machine Learning, 2024. 2 Efficient Spiking Point Mamba f...
2024
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.