Chinese researchers say they have trained an AI system to estimate how severe depression is from resting-state EEG, a move that could push mental-health diagnosis away from interviews and questionnaires and toward something a bit less squishy. Their model, called PLI_GE_gMLP, was built on brain-activity data from 70 patients with depression and 30 healthy controls, and it beat a string of standard machine-learning and deep-learning baselines in testing.
The pitch is obvious: psychiatric assessment has long leaned on subjective scales, which are useful but hardly machine-grade. If EEG can supply a repeatable biomarker, clinicians get a more objective tool, and software vendors get a fresh excuse to say they are fixing healthcare.
How PLI_GE_gMLP works
The team, from Jinhua Second Hospital and Zhejiang Normal University’s College of Mathematical Medicine, combined three techniques in one framework: Phase Lag Index, Graph Embedding, and a gated multilayer perceptron. In plain English, that means the system does not just look at raw EEG traces; it tries to capture how brain regions interact over time and how those connections are organized.
That matters because depression is rarely a single-signal problem. The field has spent years hunting for clean biomarkers, and EEG keeps coming back because it is relatively cheap, portable, and already widely used. The catch is that most earlier approaches have been better at classifying broad conditions than estimating severity with enough precision to be clinically useful.
What the depression EEG model found in the brain
According to the researchers, the model’s mean absolute error was 4.30, which outperformed Random Forest, XGBoost, LightGBM, ResNet, and GENet in comparative tests. That is the sort of number that makes data scientists pay attention, but clinical adoption will depend on whether the result survives larger, messier patient populations.
- Data source: resting-state EEG
- Participants: 70 patients with depression and 30 healthy controls
- Reported error: 4.30 MAE
- Core methods: Phase Lag Index, Graph Embedding, gMLP
Using SHAP, the team also tried to explain the model instead of hiding behind the usual black-box mystique. The strongest signals came from functional connectivity in the frontal and temporal lobes, especially in the beta and theta EEG bands. That lines up with existing neuroscience on depressive disorders, which is helpful because nobody wants a medical AI that discovers the brain equivalent of astrology.
A promising but still narrow clinical tool
The researchers say the approach could support cheaper, faster, and less human-dependent mental-health screening. That is plausible, but the real test is whether hospitals can replicate the result outside a controlled study, where noisy signals, medication effects, and mixed diagnoses tend to wreck elegant models.
For now, the bigger story is not that AI has ”solved” depression. It is that brain-signal analysis is getting specific enough to move from broad pattern spotting to severity estimation, which is exactly where a lot of medical AI claims eventually want to end up. The next question is whether this kind of system can keep its accuracy once it leaves the lab and meets actual patients.

