All digests
ResearchersENMental Healthdaily

[Mental Health] Daily digest — 291 papers, 0 strong connections (2026-04-25)

DeepScience — Mental Health
DeepScience
Mental Health · Daily Digest
April 25, 2026
291
Papers
10/10
Roadblocks Active
0
Connections
⚡ Signal of the Day
• Wearable-derived sleep variability emerges as the most replicable digital biomarker for depression, confirmed independently across two large cohorts by an AI-orchestrated discovery pipeline.
• The CoDaS system identified 41 candidate mental health biomarkers from passive wearables, but the standout finding is that circadian instability metrics — specifically sleep duration and sleep onset variability — replicated across datasets with different designs, a rare bar in biomarker science.
• Watch for whether these circadian features survive clinical validation and whether the multi-agent discovery approach gets adopted more broadly; the lack of public code release is the main obstacle to independent replication.
📄 Top 10 Papers
CoDaS: AI Co-Data-Scientist for Biomarker Discovery via Wearable Sensors
A multi-agent AI system analyzed passive wearable data from over 9,000 participants and identified 41 candidate depression biomarkers, with sleep duration variability and sleep onset variability replicating across two independent cohorts. This matters because most digital biomarker findings fail to replicate even once, so cross-cohort consistency elevates these circadian disruption signals above typical noise. The system also used adversarial validation and human expert review, making its methodology more rigorous than typical automated discovery pipelines.
██████████ 0.9 depression-biomarkers Preprint
[Effect of electroacupuncture on microglial polarization and activity of α7nAChR-TLR4/MyD88/NF-κB signaling pathway in the anterior cingulate cortex of rats with chronic inflammatory pain-depression comorbidity].
In rats with co-occurring chronic pain and depression, electroacupuncture reduced brain inflammation and neuronal damage in the anterior cingulate cortex by dampening microglial activation through a specific anti-inflammatory signaling cascade (α7nAChR-TLR4/MyD88/NF-κB). This matters because pain-depression comorbidity affects tens of millions of people and responds poorly to standard antidepressants, so identifying a modifiable neuroinflammatory mechanism opens a distinct therapeutic angle. The anterior cingulate cortex is a convergence zone for both pain and mood processing, making it a plausible target for intervention.
█████████ 0.9 neuroinflammation Peer-reviewed
Towards Trustworthy Depression Estimation via Disentangled Evidential Learning
EviDep adds principled uncertainty quantification to multimodal depression severity estimation: rather than just predicting a score, it tells you how confident that prediction is and whether uncertainty comes from noisy data or from the model itself. It combines wavelet-based signal processing with a Bayesian framework across voice, text, and video inputs, achieving state-of-the-art accuracy on four public benchmarks. Knowing when a model is uncertain — not just what it predicts — is a prerequisite for safe clinical deployment of AI depression assessment tools.
██████████ 0.8 depression-biomarkers Preprint
A Dual Cross-Attention Graph Learning Framework For Multimodal MRI-Based Major Depressive Disorder Detection
By letting structural MRI and resting-state functional MRI inform each other bidirectionally through dual cross-attention, this model reached 84.71% accuracy for classifying major depressive disorder on a large multi-site dataset — outperforming approaches that treat each imaging type separately. The key insight is that brain structure shapes function, and function in turn reflects structural integrity, so capturing that interplay extracts more signal than either modality alone. There is currently no biological test for MDD, so improvements in imaging-based classification directly advance the case for objective diagnosis.
██████████ 0.8 depression-biomarkers Preprint
Time-Varying Environmental and Polygenic Predictors of Substance Use Initiation in Youth: A Survival and Causal Modeling Study in the ABCD Cohort
Tracking nearly 12,000 children over four years, this study found that impulsivity traits, poor parental monitoring, and sleep disturbance were the strongest modifiable predictors of early substance use, while nicotine-related polygenic risk scores provided additional signal that environmental measures cannot explain. Causal modeling methods help distinguish predictors that are plausible intervention targets from those that are merely correlated. Early substance initiation is one of the clearest pathways to adult mental health disorders, making these findings directly actionable for prevention programs.
██████████ 0.8 youth-mental-health-crisis Preprint
PsychBench: Auditing Epidemiological Fidelity in Large Language Model Mental Health Simulations
When four leading AI models were asked to simulate psychiatric patients, they compressed symptom variation by 14–62% compared to real population data, systematically erasing the clinical extremes that matter most for diagnosis and treatment planning. Worse, 37% of simulated patients crossed diagnostic thresholds between two identical test runs, revealing unreliability that would be dangerous in clinical use. This matters because AI-generated patient simulations are increasingly used to develop and test mental health tools — if the simulations are biased, the tools trained on them will be too.
██████████ 0.8 digital-therapeutics Preprint
Machine learning approaches to uncover the neural mechanisms of motivated behaviour: from ADHD to individual differences in effort and reward sensitivity
EEG recorded during a cognitive task (stop signal) classifies ADHD more accurately than resting-state EEG, with gamma-band activity over frontal brain regions being the key distinguishing signal — suggesting that the brain under task demand reveals disorder-related differences that are invisible at rest. Separately, white matter tract integrity in motor-planning circuits predicted individual differences in effort-versus-reward sensitivity, a core dimension of motivation relevant to depression as well as ADHD. The task-versus-rest finding has practical implications: diagnostic biomarker studies may need to move away from passive resting protocols.
██████████ 0.8 computational-psychiatry Preprint
Maximin Learning of Individualized Treatment Effect on Multi-Domain Outcomes
The DRIFT framework addresses a core problem in precision psychiatry: predicting which antidepressant will work for a specific patient when symptom measures are high-dimensional and partially incomplete. Applied to the EMBARC antidepressant trial, the method's treatment effect predictions generalized to outcomes not used during training — including side effects and self-reported symptoms — which is a meaningful test of real-world utility. Given that roughly half of patients with depression fail their first medication trial, tools that improve treatment matching could have substantial population-level impact.
██████████ 0.8 treatment-resistant-depression Preprint
Dynamic Summary Generation for Interpretable Multimodal Depression Detection
This system uses a large language model to progressively summarize voice, text, and video data into increasingly detailed clinical reports, then feeds those reports back into a depression severity classifier — mimicking how a clinician builds a picture over successive assessments. The three-stage pipeline (binary screen → severity class → continuous score) outperformed existing baselines on standard benchmarks. Generating human-readable clinical summaries alongside predictions addresses a key adoption barrier: clinicians need to understand why a system flagged a patient, not just that it did.
██████████ 0.8 depression-biomarkers Preprint
Depression Risk Assessment in Social Media via Large Language Models
Testing nine AI language models on Reddit posts, the study found that the 27-billion-parameter Gemma3 model achieved 75% accuracy in classifying depression risk without any task-specific training — competitive with fine-tuned models. Applied to nearly 470,000 real Reddit comments, it identified temporally stable risk profiles across mental health communities. This demonstrates that off-the-shelf large language models can support scalable, low-cost passive surveillance of depression-related distress in online spaces, though the lack of clinical ground-truth labels limits confidence in the in-the-wild findings.
██████████ 0.8 depression-biomarkers Preprint
🔬 Roadblock Activity
Roadblock Papers Status Signal
Computational Psychiatry 137 Active High volume day with 137 papers; strongest contributions come from multimodal MRI fusion and EEG-based ML classification, though zero cross-domain connections were found, indicating the subfield remains fragmented across modeling approaches.
Depression Biomarkers 56 Active Circadian instability from wearables replicated as a depression signal across independent cohorts, the most credible biomarker finding of the day; multiple imaging and NLP-based classifiers also reported, but mostly without code or data release.
Youth Mental Health Crisis 54 Active Modifiable risk factors for substance initiation — impulsivity, parental monitoring, sleep — identified in a large longitudinal cohort using causal methods, providing more actionable targets than prior correlational work.
Digital Therapeutics 51 Active A systematic audit revealed that leading AI models produce epidemiologically distorted psychiatric simulations, raising a red flag for any digital therapeutic or training tool built on LLM-generated patient data.
Neuroplasticity Interventions 44 Active Moderate activity with 44 papers; most contributions are theoretical or computational rather than empirical intervention studies, limiting near-term clinical translation.
Neuroinflammation 20 Active Electroacupuncture study provides a specific mechanistic account of anti-inflammatory action in pain-depression comorbidity via microglial polarization in the anterior cingulate cortex, one of the more mechanistically precise findings of the day.
Sleep & Circadian Psychiatry 15 Active Sleep variability features emerged as cross-cohort replicable depression biomarkers in the CoDaS wearable study, lending new empirical weight to circadian disruption as a causal factor rather than a symptom.
Treatment-Resistant Depression 8 Open The DRIFT framework's ability to predict antidepressant response on held-out outcome domains from the EMBARC trial is a modest but credible step toward precision treatment selection in a low-paper-count day for this roadblock.
Gut-Brain Axis 3 Open Minimal activity today with only 3 papers; no standout findings reached the top tier.
Psychedelic Mechanisms 1 Low Single paper today; insufficient signal to characterize any trend or finding.
View Full Analysis
DeepScience — Cross-domain scientific intelligence
Sources: arXiv · OpenAlex · Unpaywall
deepsci.io