Research Nuggets: AI/ML for Mental Health

DETECTING DEPRESSION AND SUICIDE IDEATION FROM SOCIAL MEDIA POSTS


Ning Wang, Fan Luo, Yuvraj Shivtare, Varsha D Badal, K. P. Subbalakshmi, R. Chandramouli, Ellen Lee, "Learning Models for Suicide Prediction from Social Media Posts", NAACL CL-Psych Workshop, 2021. [download]

We propose a deep learning architecture and test three other machine learning models to automatically detect individuals that will attempt suicide within (1) 30 days and (2) six months, using their social media post data provided in (Macavaney et al., 2021) via the CLPsych 2021 shared task. Additionally, we create and extract three sets of handcrafted features for suicide risk detection based on the three-stage theory of suicide and prior work on emotions and the use of pronouns among persons exhibiting suicidal ideations. Extensive experimentations show that some of the traditional machine learning methods outperform the baseline with an F1 score of 0.741 and F2 score of 0.833 on subtask 1 (prediction of a suicide attempt 30 days prior). However, the proposed deep learning method outperforms the baseline with F1 score of 0.737 and F2 score of 0.843 on subtask 2 (prediction of suicide 6 months prior).

Example explanations generated by the proposed architecture

interpretable architecture for Alzheimer's Disease Detection from Language


Ning Wang, Mingxuan Chen, K. P. Subbalakshmi, ``Explainable CNN-attention Networks (C-Attention Network) for Automated Detection of Alzheimer's Disease", BioKDD, 2020.

In this work, we propose three explainable deep learning architectures to automatically detect patients with Alzheimer's disease based on their language abilities. The architectures use: (1) only the part-of-speech features; (2) only language embedding features and (3) both of these feature classes via a unified architecture, respectively. We use self-attention mechanisms and interpretable 1-dimensional ConvolutionalNeural Network (CNN) to generate two types of explanations of the model's action: intra-class explanation and inter-class explanation. The inter-class explanation captures the relative importance of each of the different features in that class, while the inter-class explanation captures the relative importance between the classes. Note that although we have considered two classes of features in this paper, the architecture is easily expandable to more classes because of its modularity. Extensive experimentation and comparison with several recent models show that our method outperforms these methods with an accuracy of 92.2% and F1 score of 0.952on the DementiaBank dataset while being able to generate explanations. We show by examples, how to generate these explanations using attention values.

Personalized Early Stage Alzheimer's Disease Detection: A Case Study of President Reagan's Speeches


Ning Wang, Fan Luo, Vishal Peddagangireddy, K.P. Subbalakshmi and R. Chandramouli, Personalized Early Stage Alzheimer's Disease Detection: A Case Study of President Reagan's Speeches, BioNLP 2020

Alzheimers disease (AD)-related global healthcare cost is estimated to be $1 trillion by 2050. Currently, there is no cure for this disease; however, clinical studies show that early diagnosis and intervention helps to extend the quality of life and inform technologies for personalized mental healthcare. Clinical research indicates that the onset and progression of Alzheimers disease lead to dementia and other mental health issues. As a result, the language capabilities of patient start to decline. In this paper, we show that machine learning-based unsupervised clustering of and anomaly detection with linguistic biomarkers are promising approaches for intuitive visualization and personalized early stage detection of Alzheimers disease. We demonstrate this approach on 10 years (1980 to 1989) of President Ronald Reagans speech data set. Key linguistic biomarkers that indicate early-stage AD are identified. Experimental results show that Reagan had early onset of Alzheimers sometime between 1983 and 1987. This finding is corroborated by prior work that analyzed his interviews using a statistical technique. The proposed technique also identifies the exact speeches that reflect linguistic biomarkers for early stage AD.

Anomalous years in President Reagan's speech

Related patent and publications