While one can characterize mental health using questionnaires, such tools do not provide direct insight into the underlying biology. By linking approaches that visualize brain activity to questionnaires in the context of individualized prediction, we can gain new insights into the biology and behavioral aspects of brain health. Resting-state fMRI (rs-fMRI) can be used to identify biomarkers of these conditions and study patterns of abnormal connectivity. In this work, we estimate mental health quality for individual participants using static functional network connectivity (sFNC) data from rs-fMRI. The deep learning model uses the sFNC data as input to predict four categories of mental health quality and visualize the neural patterns indicative of each group. We used guided gradient class activation maps (guided Grad-CAM) to identify the most discriminative sFNC patterns. The effectiveness of this model was validated using the UK Biobank dataset, in which we showed that our approach outperformed four alternative models by 4-18% accuracy. The proposed model’s performance evaluation yielded a classification accuracy of 76%, 78%, 88%, and 98% for the excellent, good, fair, and poor mental health categories, with poor mental health accuracy being the highest. The findings show distinct sFNC patterns across each group. The patterns associated with excellent mental health consist of the cerebellar-subcortical regions, whereas the most prominent areas in the poor mental health category are in the sensorimotor and visual domains. Thus the combination of rs-fMRI and deep learning opens a promising path for developing a comprehensive framework to evaluate and measure mental health. Moreover, this approach had the potential to guide the development of personalized interventions and enable the monitoring of treatment response. Overall this highlights the crucial role of advanced imaging modalities and deep learning algorithms in advancing our understanding and management of mental health.
more »
« less
More than Just a Diagnosis: A Multi-Task Approach to Analyzing Bipolar Disorder on Reddit via DeMHeM
This paper introduces DeMHeM, a novel multitask framework designed for the descriptive classification of bipolar and related mental health topics on online platforms like Reddit. The model distinguishes between different mental health categories and also models the correlation among them by categorizing each post into potentially multiple mental health categories. DeMHeM leverages both the shared latent and task-specific semantic feature space by integrating sentence-level and topic-level embeddings. It further incorporates Focal Loss for joint learning, inter-task parameter sharing, and regularization decay to optimize the prediction for the naturally skewed imbalanced dataset. Through extensive experiments and a comprehensive ablation study, we demonstrate the effectiveness of our model, with results outperforming existing baselines. Furthermore, a case study is conducted to analyze the entirety of the "r/bipolar" subreddit to understand the specific nuances in the discussion of bipolar disorder by applying our model to data collected from January 2020 to December 2021 and extracting the top keywords of each predicted category. Our analysis shows that DeMHeM can be used to understand the multi-faceted discussion of mental health topics for a given community.
more »
« less
- Award ID(s):
- 2141095
- PAR ID:
- 10487948
- Publisher / Repository:
- IEEE
- Date Published:
- Format(s):
- Medium: X
- Sponsoring Org:
- National Science Foundation
More Like this
-
-
Live streaming is a form of media that allows streamers to directly interact with their audience. Previous research has explored mental health, Twitch.tv and live streaming platforms, and users' social motivations behind watching live streams separately. However, few have explored how these all intertwine in conversations involving intimate, self-disclosing topics, such as mental health. Live streams are unique in that they are largely masspersonal in nature; streamers broadcast themselves to mostly unknown viewers, but may choose to interact with them in a personal way. This study aims to understand users' motivations, preferences, and habits behind participating in mental health discussions on live streams. We interviewed 25 Twitch viewers about the streamers they watch, how they interact in mental health discussions, and how they believe streamers should discuss mental health on live streams. Our findings are contextualized in the dynamics in which these discussions occur. Overall, we found that the innate design of the Twitch platform promotes a user-hierarchy in the ecosystem of streamers and their communities, which may affect how mental health is discussed.more » « less
-
null (Ed.)Live streaming is a unique form of media that creates a direct line of interaction between streamers and viewers. While previous research has explored the social motivations of those who stream and watch streams in the gaming community, there is a lack of research that investigates intimate self-disclosure in this context, such as discussing sensitive topics like mental health on platforms such as Twitch.tv. This study aims to explore discussions about mental health in gaming live streams to better understand how people perceive discussions of mental health in this new media context. The context of live streaming is particularly interesting as it facilitates social interactions that are masspersonal in nature: the streamer broadcasts to a larger, mostly unknown audience, but can also interact in a personal way with viewers. In this study, we interviewed Twitch viewers about the streamers they view, how and to what extent they discuss mental health on their channels in relation to gaming, how other viewers reacted to these discussions, and what they think about live streams, gaming-focused or otherwise, as a medium for mental health discussions. Through these interviews, our team was able to establish a baseline of user perception of mental health in gaming communities on Twitch that extends our understanding of how social media and live streaming can be used for mental health conversations. Our first research question unraveled that mental health discussions happen in a variety of ways on Twitch, including during gaming streams, Just Chatting talks, and through the stream chat. Our second research question showed that streamers handle mental health conversations on their channels in a variety of ways. These depend on how they have built their channel, which subsequently impacts how viewers perceive mental health. Lastly, we learned that viewers’ reactions to mental health discussions depend on their motivations for watching the stream such as learning about the game, being entertained, and more. We found that more discussions about mental health on Twitch led to some viewers being more cautious when talking about mental health to show understanding.more » « less
-
Studies have shown that distressed engineering undergraduates are less likely to seek help for a mental health concern when compared to their non-engineering peers. To understand more about the factors that influence mental health related help seeking in undergraduate engineering students, a qualitative study was conducted based on the integrated behavioral model (IBM). Through this study, 33 students were asked about their beliefs related to seeking help for a mental health concern, as guided by the IBM. The current study aims to characterize the messages that students receive (either explicitly or implicitly) from engineering faculty and staff that might influence their thoughts around help seeking. After qualitative analysis, three common themes were identified: 1) Supportive explicit and implicit messages around help seeking are often tied to an individual faculty or staff member, 2) College level change around mental health is viewed positively if appropriately communicated, and 3) Students perceive lack of flexibility and empathy from faculty as not being supportive of student mental health. The results of the study provide guidance for how engineering faculty and staff can use explicit and implicit messaging to create an environment that is supportive of mental health and professional help seeking.more » « less
-
Advances in large language models (LLMs) have empowered a variety of applications. However, there is still a significant gap in research when it comes to understanding and enhancing the capabilities of LLMs in the field of mental health. In this work, we present a comprehensive evaluation of multiple LLMs on various mental health prediction tasks via online text data, including Alpaca, Alpaca-LoRA, FLAN-T5, GPT-3.5, and GPT-4. We conduct a broad range of experiments, covering zero-shot prompting, few-shot prompting, and instruction fine-tuning. The results indicate a promising yet limited performance of LLMs with zero-shot and few-shot prompt designs for mental health tasks. More importantly, our experiments show that instruction finetuning can significantly boost the performance of LLMs for all tasks simultaneously. Our best-finetuned models, Mental-Alpaca and Mental-FLAN-T5, outperform the best prompt design of GPT-3.5 (25 and 15 times bigger) by 10.9% on balanced accuracy and the best of GPT-4 (250 and 150 times bigger) by 4.8%. They further perform on par with the state-of-the-art task-specific language model. We also conduct an exploratory case study on LLMs' capability on mental health reasoning tasks, illustrating the promising capability of certain models such as GPT-4. We summarize our findings into a set of action guidelines for potential methods to enhance LLMs' capability for mental health tasks. Meanwhile, we also emphasize the important limitations before achieving deployability in real-world mental health settings, such as known racial and gender bias. We highlight the important ethical risks accompanying this line of research.more » « less
An official website of the United States government
