---
title: EEG-Based Disease Classification
url: https://www.emergentmind.com/topics/eeg-based-disease-classification
type: topic
---

# EEG-Based Disease Classification

Electroencephalography-based disease classification leverages multivariate brain electrical recordings to detect, discriminate, and subtype neurological and psychiatric conditions. Modern EEG-based disease classifiers utilize diverse feature construction, denoising, and machine learning strategies, ranging from signal decomposition and network analytics to deep learning on spatially organized representations. Classification algorithms are validated on a wide spectrum of clinical tasks, including the detection of epilepsy, Alzheimer's disease, Parkinson's disease, schizophrenia, and multi-disease screening. Below, key principles, methodologies, and comparative results are systematically delineated.

## 1. Data Acquisition, Denoising, and Preprocessing

Technical rigor in data acquisition and preprocessing is foundational. Routine disease-classification pipelines acquire EEG using standard montages (e.g., 10–20, 10–10, or high-density 64/128-channel arrays) at sampling rates between 250–1000 Hz for resting-state, task-based, or TMS-evoked paradigms. Preprocessing strategies typically include:

- **Referencing and Artifact Removal**: Use of bipolar, common-average, or REST referencing. Ocular, muscular, and cardiac artifacts are removed using Independent Component Analysis (FastICA) and visual/automatic IC rejection [2301.01588][2301.09568].
- **Channel and Epoch Selection**: Bad channels are interpolated or excluded, and only artifact-free epochs are retained, as in large-scale TUAB or multi-center clinical datasets [2505.00541][2512.22656].
- **Filtering**: The chains employ high-pass (0.5–1 Hz), low-pass (30–70 Hz), and notch filters to minimize physiological and instrumentation noise.
- **Denoising**: Wavelet-based approaches such as Tunable Q-factor Wavelet Transform (TQWT, with $Q=6$, $r=5$, $J=10$ levels) are applied to preserve oscillatory content while reducing noise prior to feature derivation [2402.14819]. Empirical Wavelet Transform (EWT), Variational Mode Decomposition (VMD), and band-specific windowing are used for adaptive spectral isolation [1903.09728][2003.12690].

## 2. Feature Extraction: Spectral, Temporal, Nonlinear, and Network Dimensions

### 2.1 Spectral Features

Broadly adopted pipelines compute per-channel power spectral density (PSD), usually via Welch or multitaper methods, integrating absolute or relative power in canonical frequency bands ($\delta$, $\theta$, $\alpha$, $\sigma$, $\beta$, $\gamma$) [2301.01588][2505.00541][2512.22656]. Peak frequency, median frequency, spectral entropy, and spectral edge frequency (SEF95) are included for finer resolution.

### 2.2 Nonlinear and Complexity Features

Nonlinear dynamics are increasingly used to capture the long-range dependence and chaoticity of EEG:
- **Maximal Lyapunov Exponent (MLE)**: Quantifies phase-space divergence using Rosenstein’s algorithm, revealing dynamical instability alterations (especially relevant for schizophrenia classification) [2402.14819].
- **Hurst Exponent (HE)**: Characterizes long-term autocorrelation structure, relevant for disorders altering temporal dependencies (e.g., schizophrenia, dementia) [2402.14819].
- **Entropy Measures**: Shannon, permutation, and sample entropy are employed to quantify signal complexity and differentiate disease-relevant states [2505.00541][2512.22656].
- **95% Confidence Ellipse Area**: Derived from phase space reconstruction (PSR) of decomposed modes/rhythms, this geometric metric robustly separates ictal from non-ictal states in epilepsy [1903.09728][2003.12690].

### 2.3 Time-Domain and Statistical Features

Moments (mean, variance, skewness, kurtosis), line length, RMS energy, Hjorth parameters (activity, mobility, complexity), and autocorrelation coefficients are systematically computed for all channels/waves [2206.07492][2512.22656]. TMS-evoked features (peak amplitudes/latencies, root-mean-square) and event-specific measures are applied in paradigms with evoked/induced responses [2205.03241][2206.07492].

### 2.4 Network and Connectivity Features

Disease-induced reorganization of functional connectivity is probed using:
- **Coherence, Phase-Locking Value (PLV), Phase-Lag Index (PLI)**: Channel-wise connectivity metrics are calculated per band and input to classifiers, especially for disorders with altered synchrony (Alzheimer's, epilepsy) [2505.00541][2404.1329][1801.07936].
- **Graph Construction**: Vertices represent electrodes; edges/weights represent similarity (Fréchet, correlation) or connectivity (coherence, PLV). Maximum-weight clique selection (mwcEEGs) is used to select homogeneous, artifact-free trial subsets [1801.04510].
- **Quaternion PCA**: Captures high-dimensional inter-channel relationships for connectivity analysis in small-channel paradigms [2505.15052].

## 3. Spatial Representation and the Importance of Electrode Configuration

Encoding spatial information is shown to substantially improve classifier performance:
- **Topographic Mapping**: Channels are arranged on regular grids reflective of physical scalp topology, enabling the construction of 2D (or interpolated) images processed by convolutional networks [2402.14819][2201.00628][1905.09472].
- **Spatial Interpolation**: Band energies/power are interpolated across grids (e.g., via azimuthal equidistant projection, inverse-distance weighting) to generate dense maps for spatial feature extraction [2201.00628].
- **Spatial vs. Temporal vs. Spectral Resolution**: Empirical studies demonstrate spatial information is at least as informative as spectral, and more valuable than temporal resolution for classification of Alzheimer's and similar disorders, when encoded using graph signal processing or spatial pooling [2402.13523].
- **Deep Models with Sensor Configuration**: Factoring in electrode layout for image-like inputs yields 5–8% absolute accuracy improvement over feature-concatenation methods when tested with CNNs, SVMs, or kNNs [1905.09472].

## 4. Machine Learning and Deep Neural Architectures

### 4.1 Classical ML Approaches

Random Forests, SVMs (typically with RBF kernels), AdaBoost, and Gaussian Process Classifiers are widely implemented. For example, GPCs achieved 95.5% accuracy, 95.8% specificity, and 95.3% sensitivity for first-episode psychosis vs. controls using bandpower vectors [2301.01588]. Random forests remain a preferred solution for explainability, as seen in Knowledge-driven Fusion Forests [2505.00541] and TMS-EEG feature pipelines [2205.03241][2206.07492].

### 4.2 Deep Learning and End-to-End Methods

- **1D CNNs**: Raw time-domain vectors as input to deep residual 1D CNNs have yielded as high as 99.9% specificity and 99.5% sensitivity in seizure-vs-healthy binary tasks, and 81% sensitivity in five-way epilepsy [2111.03268].
- **2D CNNs with Spatial Encodings**: MobileNetV2 applied to nonlinear heatmaps, EfficientNet backbones following 1D-to-pseudoimage transformation (VIPEEGNet), and classical CNN stacks on interpolated bandpower images have demonstrated high efficacy (AUROC up to 0.99) [2402.14819][2507.08874][1905.09472].
- **Minimalist CNNs/Interpretable Models**: Single-layer architectures (LightCNN) with direct multi-channel convolutions surpass deeper ensembles in Parkinson’s disease classification, achieving 98.9% accuracy and 100% precision [2408.10457].
- **Capsule Networks, Spatiotemporal Graph Neural Networks**: Pixelwise spatial mapping and capsule routing for band energy distributions achieves 89.3% (±4.1%) accuracy for PD [2201.00628]. Personalized graph neural networks and Gated GCNs using node (feature) and edge (connectivity) encodings deliver interpretable state-of-the-art AUC and accuracy (AUC = 0.991, accuracy = 0.984) for moderate-to-severe Alzheimer’s [2504.01329].

### 4.3 Explainable Approaches

Feature importance analyses elucidate physiological drivers (e.g., increased θ-coherence, variance, entropy reduction) underlying classifier output [2505.00541][2512.22656]. Explainable GNNs and Fusion Forests report clinician-readable feature importances and offer visualizations of discriminative neural networks (e.g., frontal-parietal synchrony in AD) [2504.01329].

## 5. Performance Metrics and Validation Protocols

Standard accuracy, sensitivity, specificity, precision, F1-score, and AUROC are reported across studies, with leave-one-subject-out CV, repeated K-fold, and stratified splits being the norm. In multi-disorder clinical screening, disorder-specific threshold calibration is explicitly used to prioritize sensitivity (recall) in low-prevalence classes, yielding gains of 15–50% in recall compared to default thresholds [2512.22656].

| Classifier/Task           | Accuracy (%) | Sensitivity (%) | Specificity (%) | F1 / AUROC    | Notable Design                                             |
|---------------------------|--------------|-----------------|------------------|----------------|------------------------------------------------------------|
| RandomForest (TMS-EEG, AD)| 92.7         | 96.6            | 88.8             | 92.7           | High-density montage, 14 time-domain features [2206.07492] |
| GPC (PSD, Psychosis)      | 95.5         | 95.3            | 95.8             | —              | Resting PSD, 240 features [2301.01588]                    |
| 1D-ResNet (EEG, Epilepsy) | 99.5 (bin.)/81.0 (5-way) | 99.5/81.0     | 99.9/81.4        | —             | Raw waveform input [2111.03268]                            |
| LightCNN (PD, EEG)        | 98.9         | 97.7            | 100.0            | 0.998 (AUC); F1=0.99| Single convolutional layer, raw multi-chan. [2408.10457]    |
| KnowEEG Fusion Forest     | 80.2         | 78.0            | 82.0             | 87.7 (AUROC)   | Per-electrode + connectivity features, explainable [2505.00541] |
| VIPEEGNet (Multiclass)    | —            | 36.8–88.2       | 55.6–80.4 (prec.)| 0.93–0.97 (AUROC) | Vision-inspired transfer learning [2507.08874]              |
| GGCN (β-PLV, AD)          | 98.4         | 97.2            | 100.0            | 0.991 (AUC)    | Graph-based, explainable, β-band PLV [2504.01329]           |

## 6. Task-Specific Pipelines and Multi-Disorder Benchmarking

- **Alzheimer’s Disease**: Multichannel graph representations (spectral clustering, eigenvector pooling), PLV/PLI adjacency, and network decomposition (QPCA) reveal alpha-band connectivity drop and frontal-parietal disruption as robust AD markers [2504.01329][2402.13523][2505.15052].
- **Epilepsy/Seizure**: Phase synchrony indices (PLV, PLI, WPLI), graph-theoretic strength, and hybrid trend features (MAACD) allow patient-specific preictal warning (TH classifier, 50 s warning, zero FPs) [1801.07936]. 1D CNNs and VMD-based MLPs achieve >98% accuracy for binary/ternary detection [2003.12690][2111.03268].
- **Parkinson’s Disease**: Multi-modal approaches (15-variate bandpower/peak-freq representations with AdaBoost, CapsNet on spatial-spectral images, 1D/2D CNNs) harness NREM sleep, gamma-band topography, and delta-beta rhythms as sensitive features, reaching 85–98.9% accuracy [2301.09568][2201.00628][2408.10457].
- **Schizophrenia/Psychosis**: Nonlinear feature mapping (MLE/HE) organized into spatial heatmaps, processed by CNNs, achieves up to 75% accuracy for schizophrenia [2402.14819], and ∼95% accuracy for first-episode psychosis via PSD-GPC [2301.01588].
- **Multi-Disorder Screening**: Clinical EEG pipelines with disorder-calibrated thresholds and multi-domain features achieve sensitivity-oriented recall ≥80% across 11 neurological disorders, demonstrating plausible feature importances for each category [2512.22656].

## 7. Limitations, Challenges, and Future Directions

Current pipelines face constraints from small/biased datasets, lack of rigorous cross-validation, limited generalizability across acquisition hardware, and reliance on shallow feature engineering in many clinical environments. Critical directions include:

- **Dataset Diversification**: Expansion to larger, multi-institution, multi-modal databases to improve generalizability and robustness [2402.14819][2408.10457].
- **Integration of Advanced Features**: Incorporation of fractal dimension, dynamic network topologies, cross-frequency coupling, and novel statistical features is recommended for multidimensional heatmaps and explainable frameworks [2402.14819][2505.00541].
- **Hyperparameter and Architecture Optimization**: Systematic tuning (learning rates, pooling ratios, number of GNN layers) via multi-objective Bayesian methods (MOTPE) is demonstrated to yield Pareto-optimal trade-offs [2504.01329].
- **Explainability and Clinical Integration**: Increasing emphasis on feature/pathway interpretability, saliency mapping, and convergence with clinician-explainable output is evident in the design of Fusion Forests, GGN architectures, and visually driven topographic analyses [2505.00541][2504.01329].
- **Temporal and Event-Related Features**: While resting-state remains the norm, event-related paradigms require enhanced temporal resolution and may benefit from time–frequency balancing frameworks [2402.13523].

EEG-based disease classification has thus evolved into a confluence of advanced feature engineering, spatial-spectral analytics, and interpretable deep learning, establishing robust baselines and innovative pathways for non-invasive neurological diagnostics across the lifespan.

Source: https://www.emergentmind.com/topics/eeg-based-disease-classification