paper-with-me

홈 › Papers

FBDNN: Filter Banks and Deep Neural Networks for Portable and Fast Brain-Computer Interfaces

2021-09-05 · Pedro R. A. S. Bassi, Romis Attux

Objective: To propose novel SSVEP classification methodologies using deep neural networks (DNNs) and improve performances in single-channel and user-independent brain-computer interfaces (BCIs) with small data lengths. Approach: We propose the utilization of filter banks (creating sub-band components of the EEG signal) in conjunction with DNNs. In this context, we created three different models: a recurrent neural network (FBRNN) analyzing the time domain, a 2D convolutional neural network (FBCNN-2D) processing complex spectrum features and a 3D convolutional neural network (FBCNN-3D) analyzing complex spectrograms, which we introduce in this study as possible input for SSVEP classification. We tested our neural networks on three open datasets and conceived them so as not to require calibration from the final user, simulating a user-independent BCI. Results: The DNNs with the filter banks surpassed the accuracy of similar networks without this preprocessing step by considerable margins, and they outperformed common SSVEP classification methods (SVM and FBCCA) by even higher margins. Conclusion and significance: Filter banks allow different types of deep neural networks to more efficiently analyze the harmonic components of SSVEP. Complex spectrograms carry more information than complex spectrum features and the magnitude spectrum, allowing the FBCNN-3D to surpass the other CNNs. The performances obtained in the challenging classification problems indicates a strong potential for the construction of portable, economical, fast and low-latency BCIs.

📄 PDF Abstract BibTeX arXiv:2109.02165

Code (1)

pedrorasb/fbcnn 공식 구현 pytorch

Tasks

ClassificationEEGElectroencephalogram (EEG)SSVEPTransfer Learning

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 제목 키워드 기반

TFDWT: Fast Discrete Wavelet Transform TensorFlow Layers

2025-04-05 · Kishore K. Tarafdar, Vikram M. Gadre

TFDWT is an open-source Python library that allows the construction of TensorFlow Layers for Fast Discrete Wavelet Transform (DWT) and Inverse Discrete Wavelet Transform (IDWT) in end-to-end backpropagation learning netw…

End-to-End Speech Recognition From the Raw Waveform

2018-06-19 · Neil Zeghidour, Nicolas Usunier, Gabriel Synnaeve, Ronan Collobert 외

State-of-the-art speech recognition systems rely on fixed, hand-crafted features such as mel-filterbanks to preprocess the waveform before the training pipeline. In this paper, we study end-to-end systems trained directl…

speech-recognitionSpeech Recognition

Learning Filterbanks from Raw Speech for Phone Recognition

2017-11-03 · Neil Zeghidour, Nicolas Usunier, Iasonas Kokkinos, Thomas Schatz 외

We train a bank of complex filters that operates on the raw waveform and is fed into a convolutional neural network for end-to-end phone recognition. These time-domain filterbanks (TD-filterbanks) are initialized as an a…

Filterbank design for end-to-end speech separation

2019-10-23 · Manuel Pariente, Samuele Cornell, Antoine Deleforge, Emmanuel Vincent

Single-channel speech separation has recently made great progress thanks to learned filterbanks as used in ConvTasNet. In parallel, parameterized filterbanks have been proposed for speaker recognition where only center f…

Speaker RecognitionSpeech Separation

Spectral folding and two-channel filter-banks on arbitrary graphs

2020-10-23 · Eduardo Pavez, Benjamin Girault, Antonio Ortega, Philip A. Chou

In the past decade, several multi-resolution representation theories for graph signals have been proposed. Bipartite filter-banks stand out as the most natural extension of time domain filter-banks, in part because perfe…

Computational EfficiencyVocal Bursts Valence Prediction