paper-with-me

Papers

SwitchBraidNet: Quantisation-Aware Lightweight Architecture for Hybrid Brain-Computer Interface

2026-06-17 · Gourav Siddhad, Yogesh Kumar Meena arxiv

Hybrid brain-computer interfaces (BCIs) that integrate motor imagery (MI) and steady-state visual evoked potentials (SSVEP) provide high-dimensional neural decoding but typically exceed the computational limits of embedded hardware. To address this, we propose SwitchBraidNet, a compact EEG classification architecture designed for low-power deployment. The model employs a dual-path temporal braid to extract multiscale oscillatory features, an adaptive squeeze-and-excitation spatial switch for electrode gating, and a log-variance readout layer for direct band-power encoding. Furthermore, through systematic quantisation-aware training on the OpenBMI dataset, we compared SwitchBraidNet against four established baselines across FP32, FP16, and INT8 precisions. Experimental results demonstrate superior efficiency and performance, achieving MI accuracy of 69.49% (FP16), SSVEP accuracy of 93.48% (FP32), and a hybrid information transfer rate of 64.82 bits/min (FP16). With an INT8 footprint of only 3.03 KB, SwitchBraidNet maintains high accuracy across varying numerical precisions, demonstrating its suitability for low-power embedded BCI deployment.

📄 PDF Abstract BibTeX arXiv:2606.18816

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Study of Quantisation-aware Training on Time Series Transformer Models for Resource-constrained FPGAs

2023-10-04 · Tianheng Ling, Chao Qian, Lukas Einhaus, Gregor Schiele

This study explores the quantisation-aware training (QAT) on time series Transformer models. We propose a novel adaptive quantisation scheme that dynamically selects between symmetric and asymmetric schemes during the QA…

Time Series

Energy Efficient Hardware Acceleration of Neural Networks with Power-of-Two Quantisation

2022-09-30 · Dominika Przewlocka-Rus, Tomasz Kryjak

Deep neural networks virtually dominate the domain of most modern vision systems, providing high performance at a cost of increased computational complexity.Since for those systems it is often required to operate both in…

Autonomous Vehicles

EdgeLPR: On the Deep Neural Network trade-off between Precision and Performance in LiDAR Place Recognition

2026-05-04 · Pierpaolo Serio, Hetian Wang, Zixiang Wei, Vincenzo Infantino 외 arxiv

Place recognition is essential for long-term autonomous navigation, enabling loop closure and consistent mapping. Although deep learning has improved performance, deploying such models on resource-constrained platforms r…

Lyapunov-Guided Training for Hardware-Safe Neural Networks Under Fixed-Point Arithmetic

2026-07-05 · Anis Hamadouche, Amir Hussain arxiv

Low-precision neural networks are attractive for resource-constrained hardware, but fixed-point arithmetic introduces failure modes that are often hidden by idealised quantisation models. In particular, two's-complement …

Learned Low Precision Graph Neural Networks

2020-09-19 · Yiren Zhao, Duo Wang, Daniel Bates, Robert Mullins 외

Deep Graph Neural Networks (GNNs) show promising performance on a range of graph tasks, yet at present are costly to run and lack many of the optimisations applied to DNNs. We show, for the first time, how to systematica…