REVIEW 4 major objections 5 minor 49 references
EEvAct: Early Event-Based Action Recognition with High-Rate Two-Stream Spiking Neural Networks
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A two-stream spiking neural network hits 94.9% Top-1 accuracy on the THU EACT-50 event-action benchmark, beating the 3D CNN baseline by two points with a fifth of the parameters and under one percent of the synaptic operations.
desk verdict Useful benchmark and architecture, but the headline 2% SOTA margin is not established because the baseline is scored on full sequences while the proposed model is scored at a fixed 2.0 s window. 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 two-stream spiking backbone plus a gated temporal fusion. The architecture splits a shared convolutional spiking layer into a ventral stream (stride-2, growing channels) and a dorsal stream (alternating strides, slower-growing channels), each built from convolutional layers with either parametric leaky integrate-and-fire (PLIF) or adaptive LIF (adLIF) neurons whose decay, feedback, and gating parameters are trainable per channel. The streams are concatenated and fused by an event-based gated recurrent unit (EGRU), or a lighter event-based gated unit (EGU) that drops state-dependent gates and needs about a third of the EGRU parameters; this fusion emits sparse real-valued events. A non-spiking leaky-integrator readout with trainable per-class decay accumulates the fused events, and the network is trained with a combined loss that averages the membrane-potential cross-entropy over time (LCEM) and samples the potential at multiple steps (LTET), which together are designed to balance early approximate predictions with final accuracy.
What would settle it
Run the baseline 3D CNN under the same fixed 2.0 second partial-observation protocol and the same test split; if its Top-1 accuracy reaches or exceeds the reported 94.9%, the paper's headline superiority claim would be overturned.
Extended reading notes
Core claim
The central claim is that a fully trainable two-stream spiking neural network—a shared spiking convolutional layer feeding separate ventral and dorsal streams, fused by an event-based gated recurrent unit and read out by leaky-integrator neurons—achieves state-of-the-art accuracy on THU EACT-50 while operating at high temporal rate. The reported 94.9% Top-1 accuracy at a fixed 2.0 s observation window outperforms the EV-ACT 3D CNN (92.72% on complete samples) by more than two points, while requiring about 20% of the parameters and under 1% of the synaptic operations. The paper further claims that combining a mean-potential cross-entropy loss with a temporally sampled TET loss, and reading out through leaky-integrator neurons, yields both strong early recognition and strong final accuracy.
Load-bearing premise
The headline accuracy claim assumes that the 3D CNN baseline's accuracy, measured on complete action samples of 2 to 5 seconds, can be fairly compared with the proposed model's accuracy measured after exactly 2.0 seconds of observation.
Editorial extensions
If this is right
- If the reported numbers hold, SNNs become a credible alternative to frame-accumulating 3D CNNs for event-camera action recognition, with about a fifth of the parameters and over two orders of magnitude fewer effective synaptic operations.
- The formalized evaluation scheme (accuracy at fixed observation times, Top-K scores, effective SynOps) gives the field a common yardstick for early event-based recognition, replacing single final-accuracy comparisons.
- The 50% Top-5 accuracy within 100 ms suggests that coarse action hypotheses can be formed within the first few frames' worth of events, which is directly useful for always-on monitoring and triggering systems.
- The reported transfer to tennis-serve triggering in a motion-capture setting indicates the architecture can be applied to real-world streaming tasks without retraining on dense frames.
- Because the model is designed for event-by-event-like processing with small time bins, it is positioned for asynchronous neuromorphic deployment, where sparse spikes directly map to hardware operations.
Reading between the lines
- A natural next check is to re-evaluate the EV-ACT 3D CNN under the same fixed 2.0 s observation window; the paper compares its number against a full-sequence baseline, so the true gap under matched conditions remains to be measured.
- The high-rate processing idea could be pushed further by testing bin durations below 2 ms with hardware-in-the-loop, since the paper finds 1 ms bins degrade accuracy; the optimum may depend on event density and class dynamics.
- The EGU's removal of state-dependent gates suggests a path toward even cheaper fusion, but the paper's own results show EGRU still wins on accuracy, so the trade-off between parameter savings and recognition quality is not yet settled.
- The early Top-5 capability is promising for interactive systems, but the paper does not report Top-5 accuracy for the 3D CNN baseline; a matched comparison would show whether this early-hypothesis advantage is unique to SNNs or shared by frame-based approaches.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes EEvAct, a two-stream spiking neural network for early event-based action recognition, and a formalized evaluation framework that reports accuracy at growing observation times together with effective synaptic operation counts. The architecture combines a common convolutional spiking layer, two parallel streams with trainable PLIF or adLIF neurons, an event-based gated fusion layer (EGRU or the proposed EGU), and a leaky-integrator readout with a combined loss. On THU EACT-50, the best variant is reported to reach 94.9% Top-1 accuracy at a 2.0 s observation, outperforming the EV-ACT 3D CNN baseline by 2.18 points while using 4.46M parameters and 0.046G effective ACs. The paper also reports about 50% Top-5 accuracy within 100 ms for its best early-recognition configuration and demonstrates the method on a tennis-serve triggering use case.
Significance. If the central comparison were sound, the paper would make a useful contribution: it provides a concrete early-recognition benchmark for event-based cameras, a practical architecture with several ablated components, and a real-world application that illustrates the value of high-rate spiking processing. I credit the authors for moving beyond final-accuracy-only reporting, for the large-scale evaluation, and for the transparent presentation of parameter counts and operation counts in Table I. However, the two headline claims—outperforming the prior SOTA by more than 2% and using less than 1% of the synaptic operations—both rest on comparisons that are not matched in evaluation condition or cost metric. The stress-test concern raised by the reader is valid: without a same-protocol baseline or a full-sample EEvAct accuracy, the SOTA claim is not established.
major comments (4)
- [Section V, Table I (footnote 2); Section I, Contribution 2] The headline SOTA claim is based on unmatched evaluation conditions. The 94.9% accuracy is reported for the two-stream SNN at a fixed S=2.0 s partial observation, whereas the 92.72% accuracy for EV-ACT 3D CNN [12] is explicitly reported for complete samples of 2–5 s duration. The paper does not provide either (a) EV-ACT evaluated under the same 2.0 s partial-observation protocol, or (b) EEvAct evaluated on the complete-sample protocol. The direction of the mismatch is not obvious, so without one of these matched evaluations the central 'outperforms by more than 2%' claim in the abstract, introduction, and conclusion is unverified.
- [Section V, Table I (efficiency columns)] The 'less than 1% of synaptic operations' claim compares 0.046 G effective ACs for the SNN against 29.0 G MACs for the 3D CNN. Effective ACs (which skip zero or spike-free operations) and MACs (dense multiply-accumulates) are not commensurable without a precise counting rule that maps both to the same operation definition. Moreover, the AC count is for a 2.0 s partial observation while the MAC count is for complete 2–5 s samples, which compounds the mismatch. Please report a matched cost comparison, e.g., both models evaluated on the same observation length and both counted as MACs, or both as effective operations under an identical counting rule.
- [Section IV-B, Eqs. (3)–(5); Section V-A] The paper never specifies the surrogate gradient used to train through the Heaviside spike function in Eq. (5), nor the event threshold in Eq. (7) for the EGU. This is essential for reproducibility of any SNN result. Relatedly, Table I reports single-run accuracies without standard deviations or number of seeds; given that the claimed margin over the baseline is just over 2 percentage points, seed-to-seed variation could change the conclusion. Please specify the surrogate, the training randomness, and report error bars over multiple seeds.
- [Section V-A (training and evaluation protocol)] There is a potential mismatch between training and evaluation data sampling: models are trained on randomly cropped 1000 ms windows taken from anywhere in the 2–5 s samples, whereas early-recognition evaluation starts from the beginning of each recording. The paper should clarify whether these training crops are aligned to action onsets or include arbitrary phases of the action. If they are not aligned, the early-recognition scores could be systematically affected, and the authors should discuss how the model transfers from randomly phased crops to action-onset evaluation.
minor comments (5)
- [Section V-C, Figure 7] The sentence 'The best early recognition model allows for 50% Top-5 accuracy already within 100ms' does not identify which configuration is plotted; please name the exact model/loss/readout combination (e.g., the TET/Last-membrane variant in Table I).
- [Equation (9)] The symbol L_TET is typeset with inconsistent spacing and the acronym TET is not expanded; please clarify the notation and define TET when first used.
- [Table I caption] The terms SynOps, MACs, and ACs are not defined in the caption; please provide a sentence defining effective accumulations and how they are counted.
- [Abstract and Section I] The phrase 'outperforming previous work by 2%' should name the exact baseline and evaluation condition, since the percentage is not interpretable without the protocol.
- [Section V-D] The SpikingBody dataset description gives only total train/test counts; for reproducibility, please provide per-class sample counts and describe the recording protocol (e.g., camera placement, action segmentation).
Circularity Check
No significant circularity: the accuracy and efficiency claims are empirical measurements against external baselines; the 2% margin rests on an unmatched evaluation condition, but that is a comparability flaw rather than a circular derivation.
full rationale
The paper does not derive its headline results from its own definitions or fitted constants. The 94.9% Top-1 accuracy on THU EACT-50 is an empirical evaluation result obtained by training the proposed two-stream SNN and measuring its accuracy on the dataset's test split; it is not a parameter fitted to the test data and then relabeled as a prediction. The architectural choices (PLIF/adLIF neurons, EGRU/EGU fusion, loss/readout variants, time-bin size) are design choices evaluated by ablation, not inputs that force the reported outcome by construction. The cited neuron models and gated units (PLIF, adLIF, EGRU, MinGRU) are external prior work with independent support; they are not self-citations carrying the argument. The closest issue is Table I footnote 2, which states that the EV-ACT 3D CNN baseline accuracy is reported for complete 2–5 s samples while EEvAct is evaluated at S=2.0 s; this makes the claimed >2% improvement over the baseline not strictly matched. However, a mismatched evaluation protocol is a correctness/validation concern, not a circularity: the paper's own result is still an externally measured quantity, and no equation reduces the claimed margin to the framework's definitions. There is no self-citation chain, no uniqueness theorem imported from the authors' prior work, and no renaming of a known empirical pattern as a derivation. Accordingly, no specific circular step can be quoted and exhibited under the required standard.
Assumptions & free parameters
free parameters (2)
- Time bin size =
2 ms
- Training window length =
1000 ms
assumptions (3)
- domain assumption The surrogate gradient method used for backpropagation through the non-differentiable spike function is not described.
- domain assumption THU EACT-50 labels and the official train/test split are correct.
- domain assumption Event binning by summing events per polarity in 2ms bins preserves the information needed for early recognition.
invented entities (1)
-
Event-based Gated Unit (EGU)
Cite this review
Pith. "Pith review of EEvAct: Early Event-Based Action Recognition with High-Rate Two-Stream Spiking Neural Networks." pith.science (2026). https://pith.science/paper/R5V7JWFA
@misc{pith2026250707734,
author = {Pith},
title = {Pith review of: EEvAct: Early Event-Based Action Recognition with High-Rate Two-Stream Spiking Neural Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/R5V7JWFA}},
note = {Machine review of arXiv:2507.07734}
}
read the original abstract
Recognizing human activities early is crucial for the safety and responsiveness of human-robot and human-machine interfaces. Due to their high temporal resolution and low latency, event-based vision sensors are a perfect match for this early recognition demand. However, most existing processing approaches accumulate events to low-rate frames or space-time voxels which limits the early prediction capabilities. In contrast, spiking neural networks (SNNs) can process the events at a high-rate for early predictions, but most works still fall short on final accuracy. In this work, we introduce a high-rate two-stream SNN which closes this gap by outperforming previous work by 2% in final accuracy on the large-scale THU EACT-50 dataset. We benchmark the SNNs within a novel early event-based recognition framework by reporting Top-1 and Top-5 recognition scores for growing observation time. Finally, we exemplify the impact of these methods on a real-world task of early action triggering for human motion capture in sports.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[12]
Action Recognition and Benchmark Using Event Cam- eras,
Y . Gao et al., “Action Recognition and Benchmark Using Event Cam- eras,” IEEE Transactions on Pattern Analysis and Machine Intelligence , vol. 45, pp. 14 081–14 097, 2023
work page 2023
-
[1]
Scaling Egocentric Vision: The EPIC-KITCHENS Dataset,
D. Damen et al. , “Scaling Egocentric Vision: The EPIC-KITCHENS Dataset,” ArXiv, vol. abs/1804.02748, 2018
arXiv 2018
-
[2]
Online human action detection and anticipation in videos: A survey,
X. Hu et al., “Online human action detection and anticipation in videos: A survey,” Neurocomputing, vol. 491, pp. 395–413, 2022
work page 2022
-
[3]
Pedestrian Action Antici- pation using Contextual Feature Fusion in Stacked RNNs,
A. Rasouli, I. Kotseruba, and J. K. Tsotsos, “Pedestrian Action Antici- pation using Contextual Feature Fusion in Stacked RNNs,” ArXiv, vol. abs/2005.06582, 2020
arXiv 2005
-
[4]
Event-based Vision for Early Prediction of Manipulation Actions
D. Deniz, C. Fermuller, E. Ros, M. Rodr ´ıguez- ´Alvarez, and F. Barranco, “Event-based Vision for Early Prediction of Manipulation Actions,” ArXiv, vol. abs/2307.14332, 2023
work page Pith review arXiv 2023
-
[5]
An overview of Human Action Recognition in sports based on Computer Vision,
K. Host and M. Ivasic-Kos, “An overview of Human Action Recognition in sports based on Computer Vision,” Heliyon, vol. 8, 2022
work page 2022
-
[6]
IMU-based Human Activity Recognition using Machine Learning and Deep Learning models,
S. AlKharji, A. Alteneiji, and K. Poon, “IMU-based Human Activity Recognition using Machine Learning and Deep Learning models,” ICSPIS, pp. 62–66, 2023
work page 2023
-
[7]
Lightweight Deep Learning Model in Mobile-Edge Computing for Radar-Based Human Activity Recognition,
J. Zhu, X. Lou, and W. Ye, “Lightweight Deep Learning Model in Mobile-Edge Computing for Radar-Based Human Activity Recognition,” IEEE Internet of Things Journal , vol. 8, pp. 12 350–12 359, 2021
work page 2021
Show all 49 references
-
[8]
UCF101: A Dataset of 101 Human Actions Classes From Videos in The Wild,
K. Soomro, A. Zamir, and M. Shah, “UCF101: A Dataset of 101 Human Actions Classes From Videos in The Wild,” ArXiv, vol. abs/1212.0402, 2012
2012 arXiv
-
[9]
A Survey on Deep Learning Techniques for Action Anticipation,
Z. Zhong, M. Martin, M. V oit, J. Gall, and J. Beyerer, “A Survey on Deep Learning Techniques for Action Anticipation,” ArXiv, vol. abs/2309.17257, 2023
2023 arXiv
-
[10]
Streaming egocentric action anticipa- tion: An evaluation scheme and approach,
A. Furnari and G. M. Farinella, “Streaming egocentric action anticipa- tion: An evaluation scheme and approach,” Comput. Vis. Image Underst., vol. 234, p. 103763, 2023
2023
-
[11]
Event-Based Vision: A Survey,
G. Gallego et al., “Event-Based Vision: A Survey,” IEEE Transactions on Pattern Analysis and Machine Intelligence , vol. 44, pp. 154–180, 2019
2019
-
[13]
Temporal Binary Representation for Event-Based Action Recognition,
S. U. Innocenti, F. Becattini, F. Pernici, and A. Bimbo, “Temporal Binary Representation for Event-Based Action Recognition,” ICPR, pp. 10 426– 10 432, 2020
2020
-
[14]
Scalable Event-by-Event Processing of Neuromorphic Sensory Signals with Deep State-Space Models,
M. Sch ¨one et al., “Scalable Event-by-Event Processing of Neuromorphic Sensory Signals with Deep State-Space Models,” ICONS, pp. 124–131, 2024
2024
-
[15]
Networks of spiking neurons: The third generation of neural network models,
W. Maass, “Networks of spiking neurons: The third generation of neural network models,” Neural Networks, vol. 10, no. 9, pp. 1659–1671, 1997
1997
-
[16]
Efficient Neuromorphic Signal Processing with Loihi 2,
G. Orchard et al., “Efficient Neuromorphic Signal Processing with Loihi 2,” SiPS, pp. 254–259, 2021
2021
-
[17]
HMDB: A large video database for human motion recognition,
H. Kuehne, H. Jhuang, E. Garrote, T. A. Poggio, and T. Serre, “HMDB: A large video database for human motion recognition,” ICCV, pp. 2556– 2563, 2011
2011
-
[18]
Long-Term Recurrent Convolutional Networks for Visual Recognition and Description,
J. Donahue et al. , “Long-Term Recurrent Convolutional Networks for Visual Recognition and Description,” IEEE Transactions on Pattern Analysis and Machine Intelligence , vol. 39, pp. 677–691, 2017
2017
-
[19]
Learning Spatiotemporal Features with 3D Convolutional Networks,
D. Tran et al., “Learning Spatiotemporal Features with 3D Convolutional Networks,” ICCV, pp. 4489–4497, 2015
2015
-
[20]
Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition,
K. Z. Liu et al. , “Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition,” CVPR, pp. 140–149, 2020
2020
-
[21]
Two-Stream Convolutional Networks for Action Recognition in Videos,
K. Simonyan and A. Zisserman, “Two-Stream Convolutional Networks for Action Recognition in Videos,” ArXiv, vol. abs/1406.2199, 2014
2014 arXiv
-
[22]
Quo Vadis, Action Recognition? A New Model and the Kinetics Dataset,
J. Carreira and A. Zisserman, “Quo Vadis, Action Recognition? A New Model and the Kinetics Dataset,” CVPR, pp. 4724–4733, 2017
2017
-
[23]
SlowFast Networks for Video Recognition,
C. Feichtenhofer, H. Fan, J. Malik, and K. He, “SlowFast Networks for Video Recognition,” ICCV, pp. 6201–6210, 2019
2019
-
[24]
Enhancing Video Trans- formers for Action Understanding with VLM-aided Training,
H. Lu, H. Jian, R. Poppe, and A. A. Salah, “Enhancing Video Trans- formers for Action Understanding with VLM-aided Training,” ArXiv, vol. abs/2403.16128, 2024
2024 arXiv
-
[25]
MANTA: Diffusion Mamba for Efficient and Effective Stochastic Long- Term Dense Anticipation,
O. Zatsarynna, E. Bahrami, Y . A. Farha, G. Francesca, and J. Gall, “MANTA: Diffusion Mamba for Efficient and Effective Stochastic Long- Term Dense Anticipation,” ArXiv, vol. abs/2501.08837, 2025
2025 arXiv
-
[26]
Early event detection based on dynamic images of surveillance videos,
Y . Fan, G. Wen, D. Li, S. Qiu, and M. D. Levine, “Early event detection based on dynamic images of surveillance videos,”J. Vis. Commun. Image Represent., vol. 51, pp. 70–75, 2018
2018
-
[27]
A Low Power, Fully Event-Based Gesture Recognition System,
A. Amir et al., “A Low Power, Fully Event-Based Gesture Recognition System,” CVPR, pp. 7388–7397, 2017
2017
-
[28]
Neuromorphic Vision Datasets for Pedestrian Detection, Action Recognition, and Fall Detection,
S. Miao et al., “Neuromorphic Vision Datasets for Pedestrian Detection, Action Recognition, and Fall Detection,” Frontiers in Neurorobotics , vol. 13, 2019
2019
-
[29]
Event-based Action Recognition Using Motion Information and Spiking Neural Networks,
Q. Liu, D. Xing, H. Tang, D. Ma, and G. Pan, “Event-based Action Recognition Using Motion Information and Spiking Neural Networks,” in International Joint Conference on Artificial Intelligence , 2021
2021
-
[30]
Graph-Based Spatio-Temporal Feature Learning for Neu- romorphic Vision Sensing,
Y . Bi et al., “Graph-Based Spatio-Temporal Feature Learning for Neu- romorphic Vision Sensing,” IEEE Transactions on Image Processing , vol. 29, pp. 9084–9098, 2020
2020
-
[31]
Eventtransact: A video transformer-based framework for event-camera based action recognition,
T. de Blegiers, I. R. Dave, A. Yousaf, and M. Shah, “Eventtransact: A video transformer-based framework for event-camera based action recognition,” IROS, pp. 1–7, 2023
2023
-
[32]
Space-Time Event Clouds for Gesture Recognition: From RGB Cameras to Event Cameras,
Q. Wang, Y . Zhang, J. Yuan, and Y . Lu, “Space-Time Event Clouds for Gesture Recognition: From RGB Cameras to Event Cameras,” WACV, pp. 1826–1835, 2019
2019
-
[33]
Training Spiking Neural Networks Using Lessons From Deep Learning,
J. K. Eshraghian et al. , “Training Spiking Neural Networks Using Lessons From Deep Learning,” Proceedings of the IEEE , vol. 111, pp. 1016–1054, 2021
2021
-
[34]
Spiking Neural Networks for event-based action recognition: A new task to understand their advantage,
A. Vicente-Sola et al., “Spiking Neural Networks for event-based action recognition: A new task to understand their advantage,” Neurocomput- ing, vol. 611, p. 128657, 2022
2022
-
[35]
SpikePoint: An Efficient Point-based Spiking Neu- ral Network for Event Cameras Action Recognition,
H. Ren et al. , “SpikePoint: An Efficient Point-based Spiking Neu- ral Network for Event Cameras Action Recognition,” ArXiv, vol. abs/2310.07189, 2023
2023 arXiv
-
[36]
Temporal-Guided Spiking Neural Networks for Event- Based Human Action Recognition,
S. Yang et al., “Temporal-Guided Spiking Neural Networks for Event- Based Human Action Recognition,” ArXiv, vol. abs/2503.17132, 2025
2025 arXiv
-
[37]
Spike-HAR++: an energy-efficient and lightweight parallel spiking transformer for event-based human action recognition,
X. Lin, M. Liu, and H. Chen, “Spike-HAR++: an energy-efficient and lightweight parallel spiking transformer for event-based human action recognition,” Frontiers in Computational Neuroscience , vol. 18, 2024
2024
-
[38]
Two-Stream Spiking Neural Network for Event-based Action Recognition,
S. J. Lian et al., “Two-Stream Spiking Neural Network for Event-based Action Recognition,” ICASSP, 2025
2025
-
[39]
Incorporating Learnable Membrane Time Constant to Enhance Learning of Spiking Neural Networks,
W. Fang et al. , “Incorporating Learnable Membrane Time Constant to Enhance Learning of Spiking Neural Networks,” ICCV, pp. 2641–2651, 2021
2021
-
[40]
Neuronal Dy- namics: From Single Neurons To Networks And Models Of Cognition,
W. Gerstner, W. M. Kistler, R. Naud, and L. Paninski, “Neuronal Dy- namics: From Single Neurons To Networks And Models Of Cognition,” 2014
2014
-
[41]
Advanc- ing Spatio-Temporal Processing in Spiking Neural Networks through Adaptation,
M. Baronig, R. Ferrand, S. Sabathiel, and R. A. Legenstein, “Advanc- ing Spatio-Temporal Processing in Spiking Neural Networks through Adaptation,” ArXiv, vol. abs/2408.07517, 2024
2024 arXiv
-
[42]
Neuromorphic Lip-Reading with Signed Spiking Gated Recurrent Units,
M. Dampfhoffer and T. Mesquida, “Neuromorphic Lip-Reading with Signed Spiking Gated Recurrent Units,” CVPRW, pp. 2141–2151, 2024
2024
-
[43]
EGRU: Event-based GRU for activity-sparse inference and learning,
A. Subramoney, K. K. Nazeer, M. Sch ¨one, C. Mayr, and D. Kappel, “EGRU: Event-based GRU for activity-sparse inference and learning,” ArXiv, vol. abs/2206.06178, 2022
2022 arXiv
-
[44]
Temporal Contrastive Learning for Spiking Neural Networks,
H. Qiu et al. , “Temporal Contrastive Learning for Spiking Neural Networks,” ArXiv, vol. abs/2305.13909, 2023
2023 arXiv
-
[45]
ED-sKWS: Early- Decision Spiking Neural Networks for Rapid,and Energy-Efficient Key- word Spotting,
Z. Song, Q. Liu, Q. Yang, Y . Peng, and H. Li, “ED-sKWS: Early- Decision Spiking Neural Networks for Rapid,and Energy-Efficient Key- word Spotting,” ArXiv, vol. abs/2406.12726, 2024
2024 arXiv
-
[46]
NeuroBench: Advancing Neuromorphic Computing through Collaborative, Fair and Representa- tive Benchmarking,
Y . Demira˘g, M. A. Petrovici, and J. Timcheck, “NeuroBench: Advancing Neuromorphic Computing through Collaborative, Fair and Representa- tive Benchmarking,” ArXiv, vol. abs/2304.04640, 2023
2023 arXiv
-
[47]
Separate visual pathways for perception and action,
M. A. Goodale and A. D. Milner, “Separate visual pathways for perception and action,” Trends in Neurosciences , vol. 15, pp. 20–25, 1992
1992
-
[48]
Were RNNs All We Needed?
L. Feng, F. Tung, M. O. Ahmed, Y . Bengio, and H. Hajimirsadeghi, “Were RNNs All We Needed?” ArXiv, vol. abs/2410.01201, 2024
2024 arXiv
-
[49]
Comprehensive Survey on Human Motion Tracking System,
Juveriyah, Himanshu, and M. J. Moharkan, “Comprehensive Survey on Human Motion Tracking System,” ICACRS, pp. 1380–1387, 2023
2023
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.