Benchmarking Neural Decoding Backbones towards Enhanced On-edge iBCI Applications
Zhou Zhou, Guohang He, Zheng Zhang, Luziwei Leng, Qinghai Guo,, Jianxing Liao, Xuan Song, Ran Cheng

TL;DR
This paper compares neural decoding models for invasive brain-computer interfaces to identify the best backbone for real-time, on-edge applications, focusing on speed, accuracy, and scalability.
Contribution
It provides a comprehensive evaluation of four neural decoding models, highlighting RWKV and Mamba as optimal for edge deployment due to their speed and scalability.
Findings
RWKV and Mamba outperform GRU in inference and calibration speed.
GRU offers sufficient accuracy but less scalability.
Transformer model requires prohibitive computational resources.
Abstract
Traditional invasive Brain-Computer Interfaces (iBCIs) typically depend on neural decoding processes conducted on workstations within laboratory settings, which prevents their everyday usage. Implementing these decoding processes on edge devices, such as the wearables, introduces considerable challenges related to computational demands, processing speed, and maintaining accuracy. This study seeks to identify an optimal neural decoding backbone that boasts robust performance and swift inference capabilities suitable for edge deployment. We executed a series of neural decoding experiments involving nonhuman primates engaged in random reaching tasks, evaluating four prospective models, Gated Recurrent Unit (GRU), Transformer, Receptance Weighted Key Value (RWKV), and Selective State Space model (Mamba), across several metrics: single-session decoding, multi-session decoding, new session…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsAttention Is All You Need · Residual Connection · Softmax · Gated Recurrent Unit · Layer Normalization · Byte Pair Encoding · Label Smoothing · Adam · Linear Layer · Multi-Head Attention
