paper-with-me

Papers

Eeg2vec: Self-Supervised Electroencephalographic Representation Learning

2023-05-23 · Qiushi Zhu, Xiaoying Zhao, Jie Zhang, Yu Gu, Chao Weng, Yuchen Hu

Recently, many efforts have been made to explore how the brain processes speech using electroencephalographic (EEG) signals, where deep learning-based approaches were shown to be applicable in this field. In order to decode speech signals from EEG signals, linear networks, convolutional neural networks (CNN) and long short-term memory networks are often used in a supervised manner. Recording EEG-speech labeled data is rather time-consuming and laborious, while unlabeled EEG data is abundantly available. Whether self-supervised methods are helpful to learn EEG representation to boost the performance of EEG auditory-related tasks has not been well explored. In this work, we first propose a self-supervised model based on contrastive loss and reconstruction loss to learn EEG representations, and then use the obtained pre-trained model as a feature extractor for downstream tasks. Second, for two considered downstream tasks, we use CNNs and Transformer networks to learn local features and global features, respectively. Finally, the EEG data from other channels are mixed into the chosen EEG data for augmentation. The effectiveness of our method is verified on the EEG match-mismatch and EEG regression tasks of the ICASSP2023 Auditory EEG Challenge.

📄 PDF Abstract BibTeX arXiv:2305.13957

Code (0)

등록된 구현이 없습니다.

Tasks

EEGRepresentation Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Epileptic Seizure Prediction Using Patient-Adaptive Transformer Networks

2026-03-26 · Mohamed Mahdi, Asma Baghdadi arxiv

Epileptic seizure prediction from electroencephalographic (EEG) recordings remains challenging due to strong inter-patient variability and the complex temporal structure of neural signals. This paper presents a patient-a…

Representation LearningTemporal SequencesSeizure prediction

Self-Supervised Graph Neural Networks for Improved Electroencephalographic Seizure Analysis

2021-04-16 · ICLR 2022 4 · Siyi Tang, Jared A. Dunnmon, Khaled Saab, Xuan Zhang 외

Automated seizure detection and classification from electroencephalography (EEG) can greatly improve seizure diagnosis and treatment. However, several modeling challenges remain unaddressed in prior automated seizure det…

ClassificationEEGElectroencephalogram (EEG)General Classification+2

Data-Efficient Sleep Staging with Synthetic Time Series Pretraining

2024-03-13 · Niklas Grieger, Siamak Mehrkanoon, Stephan Bialonski

Analyzing electroencephalographic (EEG) time series can be challenging, especially with deep neural networks, due to the large variability among human subjects and often small datasets. To address these challenges, vario…

Brain DecodingEEGSelf-Supervised LearningSleep Staging+1

Transfer Learning in Brain-Computer Interfaces with Adversarial Variational Autoencoders

2018-12-17 · Ozan Ozdenizci, Ye Wang, Toshiaki Koike-Akino, Deniz Erdogmus

We introduce adversarial neural networks for representation learning as a novel approach to transfer learning in brain-computer interfaces (BCIs). The proposed approach aims to learn subject-invariant representations by …

EEGElectroencephalogram (EEG)Motor ImageryRepresentation Learning+1

Mu-suppression detection in motor imagery electroencephalographic signals using the generalized extreme value distribution

2020-05-22 · Antonio Quintero-Rincón, Carlos D'Giano, Hadj Batatia

This paper deals with the detection of mu-suppression from electroencephalographic (EEG) signals in brain-computer interface (BCI). For this purpose, an efficient algorithm is proposed based on a statistical model and a …

Brain Computer InterfaceEEGElectroencephalogram (EEG)Motor Imagery