paper-with-me

홈 › Papers

EEGMamba: Bidirectional State Space Model with Mixture of Experts for EEG Multi-task Classification

2024-07-20 · Yiyu Gui, Mingzhi Chen, Yuqi Su, Guibo Luo, Yuchao Yang

In recent years, with the development of deep learning, electroencephalogram (EEG) classification networks have achieved certain progress. Transformer-based models can perform well in capturing long-term dependencies in EEG signals. However, their quadratic computational complexity poses a substantial computational challenge. Moreover, most EEG classification models are only suitable for single tasks and struggle with generalization across different tasks, particularly when faced with variations in signal length and channel count. In this paper, we introduce EEGMamba, the first universal EEG classification network to truly implement multi-task learning for EEG applications. EEGMamba seamlessly integrates the Spatio-Temporal-Adaptive (ST-Adaptive) module, bidirectional Mamba, and Mixture of Experts (MoE) into a unified framework. The proposed ST-Adaptive module performs unified feature extraction on EEG signals of different lengths and channel counts through spatial-adaptive convolution and incorporates a class token to achieve temporal-adaptability. Moreover, we design a bidirectional Mamba particularly suitable for EEG signals for further feature extraction, balancing high accuracy, fast inference speed, and efficient memory-usage in processing long EEG signals. To enhance the processing of EEG data across multiple tasks, we introduce task-aware MoE with a universal expert, effectively capturing both differences and commonalities among EEG data from different tasks. We evaluate our model on eight publicly available EEG datasets, and the experimental results demonstrate its superior performance in four types of tasks: seizure detection, emotion recognition, sleep stage classification, and motor imagery. The code is set to be released soon.

📄 PDF Abstract BibTeX arXiv:2407.20254

Code (0)

등록된 구현이 없습니다.

Tasks

EEGElectroencephalogram (EEG)Emotion RecognitionMambaMixture-of-ExpertsMotor ImageryMulti-Task LearningSeizure DetectionState Space Models

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
MoE 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Bidirectional Attention as a Mixture of Continuous Word Experts

2023-07-08 · Kevin Christian Wibisono, Yixin Wang

Bidirectional attention $\unicode{x2013}$ composed of self-attention with positional encodings and the masked language model (MLM) objective $\unicode{x2013}$ has emerged as a key component of modern large language model…

Language ModellingMixture-of-ExpertsSentenceWord Embeddings

PoseMoE: Mixture-of-Experts Network for Monocular 3D Human Pose Estimation

2025-12-18 · Mengyuan Liu, Jiajie Liu, Jinyan Zhang, Wenhao Li 외 arxiv

The lifting-based methods have dominated monocular 3D human pose estimation by leveraging detected 2D poses as intermediate representations. The 2D component of the final 3D human pose benefits from the detected 2D poses…

Monocular 3D Human Pose Estimation3D Pose Estimation

Spatiotemporal-Untrammelled Mixture of Experts for Multi-Person Motion Prediction

2025-12-25 · Zheng Yin, Chengjian Li, Xiangbo Shu, Meiqi Cao 외 arxiv

Comprehensively and flexibly capturing the complex spatio-temporal dependencies of human motion is critical for multi-person motion prediction. Existing methods grapple with two primary limitations: i) Inflexible spatiot…

VidPrism: Heterogeneous Mixture of Experts for Image-to-Video Transfer

2026-05-27 · Rui Lin, Chuanming Wang, Huadong Ma arxiv

With the rapid development of pre-training technologies, adapting large-scale Vision-Language Models (VLMs) for video understanding \emph{\ie} image-to-video transfer learning has become a dominant paradigm. To achieve s…

Transfer Learning

A Mixture-of-Experts Model for Antonym-Synonym Discrimination

2021-08-01 · ACL 2021 5 · Zhipeng Xie, Nan Zeng

Discrimination between antonyms and synonyms is an important and challenging NLP task. Antonyms and synonyms often share the same or similar contexts and thus are hard to make a distinction. This paper proposes two under…

Mixture-of-Experts