paper-with-me

Papers

A Transformer-based deep neural network model for SSVEP classification

2022-10-09 · Jianbo Chen, Yangsong Zhang, Yudong Pan, Peng Xu, Cuntai Guan

Steady-state visual evoked potential (SSVEP) is one of the most commonly used control signal in the brain-computer interface (BCI) systems. However, the conventional spatial filtering methods for SSVEP classification highly depend on the subject-specific calibration data. The need for the methods that can alleviate the demand for the calibration data become urgent. In recent years, developing the methods that can work in inter-subject classification scenario has become a promising new direction. As the popular deep learning model nowadays, Transformer has excellent performance and has been used in EEG signal classification tasks. Therefore, in this study, we propose a deep learning model for SSVEP classification based on Transformer structure in inter-subject classification scenario, termed as SSVEPformer, which is the first application of the transformer to the classification of SSVEP. Inspired by previous studies, the model adopts the frequency spectrum of SSVEP data as input, and explores the spectral and spatial domain information for classification. Furthermore, to fully utilize the harmonic information, an extended SSVEPformer based on the filter bank technology (FB-SSVEPformer) is proposed to further improve the classification performance. Experiments were conducted using two open datasets (Dataset 1: 10 subjects, 12-class task; Dataset 2: 35 subjects, 40-class task) in the inter-subject classification scenario. The experimental results show that the proposed models could achieve better results in terms of classification accuracy and information transfer rate, compared with other baseline methods. The proposed model validates the feasibility of deep learning models based on Transformer structure for SSVEP classification task, and could serve as a potential model to alleviate the calibration procedure in the practical application of SSVEP-based BCI systems.

📄 PDF Abstract BibTeX arXiv:2210.04172

Code (2)

okbalefthanded/ssvepformer pytorch
teptwomey/deep_learning_architectures_for_fscv

Tasks

Brain Computer InterfaceClassificationEEGEEG Signal ClassificationElectroencephalogram (EEG)SSVEP

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

IncepFormerNet: A multi-scale multi-head attention network for SSVEP classification

2025-02-04 · Yan Huang, Yongru Chen, Lei Cao, Yongnian Cao 외

In recent years, deep learning (DL) models have shown outstanding performance in EEG classification tasks, particularly in Steady-State Visually Evoked Potential(SSVEP)-based Brain-Computer-Interfaces(BCI)systems. DL met…

EEGSSVEP

A Brain-Computer Interface Augmented Reality Framework with Auto-Adaptive SSVEP Recognition

2023-08-11 · Yasmine Mustafa, Mohamed Elmahallawy, Tie Luo, Seif Eldawlatly

Brain-Computer Interface (BCI) initially gained attention for developing applications that aid physically impaired individuals. Recently, the idea of integrating BCI with Augmented Reality (AR) emerged, which uses BCI no…

Brain Computer InterfaceSSVEP

SSVEP-DAN: A Data Alignment Network for SSVEP-based Brain Computer Interfaces

2023-11-21 · Sung-Yu Chen, Chi-Min Chang, Kuan-Jung Chiang, Chun-Shu Wei

Steady-state visual-evoked potential (SSVEP)-based brain-computer interfaces (BCIs) offer a non-invasive means of communication through high-speed speller systems. However, their efficiency heavily relies on individual t…

SSVEP

Transfer Learning and SpecAugment applied to SSVEP Based BCI Classification

2020-10-08 · Pedro R. A. S. Bassi, Willian Rampazzo, Romis Attux

Objective: We used deep convolutional neural networks (DCNNs) to classify electroencephalography (EEG) signals in a steady-state visually evoked potentials (SSVEP) based single-channel brain-computer interface (BCI), whi…

Brain Computer InterfaceClassificationData AugmentationEEG+6

iFuzzyTL: Interpretable Fuzzy Transfer Learning for SSVEP BCI System

2024-10-16 · Xiaowei Jiang, Beining Cao, Liang Ou, Yu-Cheng Chang 외

The rapid evolution of Brain-Computer Interfaces (BCIs) has significantly influenced the domain of human-computer interaction, with Steady-State Visual Evoked Potentials (SSVEP) emerging as a notably robust paradigm. Thi…

Domain AdaptationEEGFew-Shot LearningSSVEP+1