TLDR: MENDR is a new EEG foundation model that uses a Riemannian Manifold Transformer and wavelet decompositions to create interpretable and efficient representations of brain signals. It addresses transparency and resource intensity issues in existing models by visualizing embeddings as geometric ellipsoids and achieving near state-of-the-art performance with significantly fewer parameters, making it highly suitable for clinical applications.
Electroencephalography, or EEG, is a vital tool for understanding brain activity. It non-invasively measures the brain’s electrical fields and is crucial for diagnosing conditions like seizures, assessing patients in comas, classifying sleep stages, and even recognizing emotions. In recent years, advanced AI models, known as “foundation models,” have shown great promise in learning generalized representations of EEG signals, often outperforming older, specialized models.
However, these powerful AI models come with their own set of challenges. Many existing EEG foundation models are like “black boxes” – it’s hard to understand how they learn or how well they preserve important information within their internal representations. For these models to be truly useful in clinical settings, they need to be transparent, interpretable, and efficient. Current approaches often focus solely on the temporal aspects of EEG signals, overlooking valuable insights that can be gained from digital signal processing techniques like wavelet transforms, which can extract clear and traceable features.
Introducing MENDR: A New Era for EEG Analysis
To address these critical issues, researchers have developed a groundbreaking new model called MENDR, which stands for Manifold Explainable Neural Data Representations. MENDR is a filter bank-based EEG foundation model built on a unique Riemannian Manifold Transformer architecture. Its core innovation lies in learning symmetric positive definite (SPD) matrix embeddings of EEG signals. Think of these SPD matrices as special mathematical objects that can capture complex relationships within the brain data.
MENDR is trained on a massive dataset, comprising over 4,000 hours of EEG data. This data is first broken down into multi-resolution coefficients using a technique called discrete wavelet packet transforms. This process allows MENDR to analyze brain signals across different frequency bands, such as delta, theta, alpha, beta, and gamma waves, each associated with different brain states.
Key Innovations for Transparency and Efficiency
One of MENDR’s most significant contributions is its enhanced interpretability. It can visualize these complex SPD embeddings as simple geometric ellipsoids, making it much easier for humans to understand what the model has learned from the EEG signals. Furthermore, MENDR can accurately reconstruct the original EEG signals from these learned embeddings, ensuring that vital information is not lost in the representation process.
The model also incorporates a GNN-based spatial harmonizer. This component helps standardize EEG electrode layouts, ensuring that data from different sources can be processed consistently, even if they have varying numbers of electrodes. This is crucial for real-world clinical applications where EEG setups can differ.
MENDR employs a dual-task self-supervised learning approach during its training. This involves a “leave-one-out” (LOO) contrastive learning task, where the model learns relationships between different frequency bands, and a patch-based masked autoencoder reconstruction task, where it learns to predict missing parts of the EEG signal. These sophisticated training methods help MENDR learn robust and generalized representations of brain activity.
Also Read:
- Enhanced Emotion Recognition Through Advanced EEG Feature Selection
- IMAC: Enhancing EEG Signal Classification Through Spatial Imputation
Performance and Future Outlook
Evaluations across multiple clinical EEG tasks, including the Temple University Abnormal EEG Corpus (TUAB) and the Temple University EEG Events Corpus (TUEV), demonstrate that MENDR achieves performance comparable to, or even surpassing, existing state-of-the-art models. What’s truly remarkable is that MENDR accomplishes this with substantially fewer parameters. This efficiency is vital for practical, real-time clinical applications where computational resources and speed are critical.
The research paper highlights that scaling the parameter size of EEG foundation models isn’t always the most efficient path to better performance. MENDR’s superior performance-to-parameter ratio underscores its potential for efficient, interpretable, and clinically applicable EEG analysis. While MENDR might slightly underperform some larger models on certain benchmarks, its focus on explainability and efficiency sets a new standard for brain signal analysis. For more in-depth technical details, you can refer to the full research paper: MENDR: Manifold Explainable Neural Data Representations.
Future work for MENDR involves refining its manifold transformers to handle even larger dimensions and integrating multi-headed attention into its core attention mechanism, promising even more powerful and insightful EEG analysis.


