paper-with-me

Papers

Binarization Methods for Motor-Imagery Brain-Computer Interface Classification

2020-10-14 · Michael Hersche, Luca Benini, Abbas Rahimi

Successful motor-imagery brain-computer interface (MI-BCI) algorithms either extract a large number of handcrafted features and train a classifier, or combine feature extraction and classification within deep convolutional neural networks (CNNs). Both approaches typically result in a set of real-valued weights, that pose challenges when targeting real-time execution on tightly resource-constrained devices. We propose methods for each of these approaches that allow transforming real-valued weights to binary numbers for efficient inference. Our first method, based on sparse bipolar random projection, projects a large number of real-valued Riemannian covariance features to a binary space, where a linear SVM classifier can be learned with binary weights too. By tuning the dimension of the binary embedding, we achieve almost the same accuracy in 4-class MI ($\leq$1.27% lower) compared to models with float16 weights, yet delivering a more compact model with simpler operations to execute. Second, we propose to use memory-augmented neural networks (MANNs) for MI-BCI such that the augmented memory is binarized. Our method replaces the fully connected layer of CNNs with a binary augmented memory using bipolar random projection, or learned projection. Our experimental results on EEGNet, an already compact CNN for MI-BCI, show that it can be compressed by 1.28x at iso-accuracy using the random projection. On the other hand, using the learned projection provides 3.89% higher accuracy but increases the memory size by 28.10x.

📄 PDF Abstract BibTeX arXiv:2010.07004

Code (0)

등록된 구현이 없습니다.

Tasks

BinarizationBrain Computer InterfaceClassificationGeneral ClassificationMotor Imagery

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Decoding Brain Motor Imagery with various Machine Learning techniques

2023-06-13 · Giovanni Jana, Corey Karnei, Shuvam Keshari

Motor imagery (MI) is a well-documented technique used by subjects in BCI (Brain Computer Interface) experiments to modulate brain activity within the motor cortex and surrounding areas of the brain. In our term project,…

Brain Computer InterfaceDecoderMotor Imagery

A magnetoencephalography dataset for motor and cognitive imagery-based brain-computer interface

2021-04-29 · Dheeraj Rathee, Haider Raza, Sujit Roy, Girijesh Prasad

Recent advancements in magnetoencephalography (MEG)-based brain-computer interfaces (BCIs) have shown great potential. However, the performance of current MEG-BCI systems is still inadequate and one of the main reasons f…

Brain Computer InterfaceMotor Imagery

Optimized Feature Selection and Neural Network-Based Classification of Motor Imagery Using EEG Signals

2025-04-04 · Muhammad Sudipto Siam Dip, Mohammod Abdul Motin, Md. Anik Hasan, Sumaiya Kabir

Objective: Machine learning- and deep learning-based models have recently been employed in motor imagery intention classification from electroencephalogram (EEG) signals. Nevertheless, there is a limited understanding of…

Brain Computer InterfaceEEGElectroencephalogram (EEG)feature selection+1

Classification of EEG Motor Imagery Using Deep Learning for Brain-Computer Interface Systems

2022-05-31 · Alessandro Gallo, Manh Duong Phung

A trained T1 class Convolutional Neural Network (CNN) model will be used to examine its ability to successfully identify motor imagery when fed pre-processed electroencephalography (EEG) data. In theory, and if the model…

Brain Computer InterfaceEEGElectroencephalogram (EEG)Motor Imagery

EEG-based AI-BCI Wheelchair Advancement: Transformer-Based Learning with Motor Imagery for Brain Computer Interface

2025-09-30 · Bipul Thapa, Biplov Paneru, Bishwash Paneru, Khem Narayan Poudyal arxiv

This paper presents an Artificial Intelligence (AI) integrated approach to Brain-Computer Interface (BCI)-based wheelchair development, utilizing a motor imagery right-left-hand movement mechanism for control. The system…