paper-with-me

홈 › Papers

On-device Federated Learning in Smartphones for Detecting Depression from Reddit Posts

2024-10-17 · Mustofa Ahmed, Abdul Muntakim, Nawrin Tabassum, Mohammad Asifur Rahim, Faisal Muhammad Shah

Depression detection using deep learning models has been widely explored in previous studies, especially due to the large amounts of data available from social media posts. These posts provide valuable information about individuals' mental health conditions and can be leveraged to train models and identify patterns in the data. However, distributed learning approaches have not been extensively explored in this domain. In this study, we adopt Federated Learning (FL) to facilitate decentralized training on smartphones while protecting user data privacy. We train three neural network architectures--GRU, RNN, and LSTM on Reddit posts to detect signs of depression and evaluate their performance under heterogeneous FL settings. To optimize the training process, we leverage a common tokenizer across all client devices, which reduces the computational load. Additionally, we analyze resource consumption and communication costs on smartphones to assess their impact in a real-world FL environment. Our experimental results demonstrate that the federated models achieve comparable performance to the centralized models. This study highlights the potential of FL for decentralized mental health prediction by providing a secure and efficient model training process on edge devices.

📄 PDF Abstract BibTeX arXiv:2410.13709

Code (0)

등록된 구현이 없습니다.

Tasks

Depression DetectionFederated Learning

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

FedTherapist: Mental Health Monitoring with User-Generated Linguistic Expressions on Smartphones via Federated Learning

2023-10-25 · Jaemin Shin, Hyungjun Yoon, SeungJoo Lee, Sungjoon Park 외

Psychiatrists diagnose mental disorders via the linguistic use of patients. Still, due to data privacy, existing passive mental health monitoring systems use alternative features such as activity, app usage, and location…

Federated LearningLanguage ModelingLanguage ModellingPrivacy Preserving

Detecting Reddit Users with Depression Using a Hybrid Neural Network SBERT-CNN

2023-02-03 · Ziyi Chen, Ren Yang, Sunyang Fu, Nansu Zong 외

Depression is a widespread mental health issue, affecting an estimated 3.8% of the global population. It is also one of the main contributors to disability worldwide. Recently it is becoming popular for individuals to us…

Sentencetext-classificationText Classification

Detecting Early Onset of Depression from Social Media Text using Learned Confidence Scores

2020-11-03 · Ana-Maria Bucur, Liviu P. Dinu

Computational research on mental health disorders from written texts covers an interdisciplinary area between natural language processing and psychology. A crucial aspect of this problem is prevention and early diagnosis…

Depression Detection

Detecting Anxiety through Reddit

2017-08-01 · WS 2017 8 · Judy Hanwen Shen, Frank Rudzicz

Previous investigations into detecting mental illnesses through social media have predominately focused on detecting depression through Twitter corpora. In this paper, we study anxiety disorders through personal narrativ…

Language ModelingLanguage ModellingWord Embeddings

Depression detection in social media posts using affective and social norm features

2023-03-24 · Ilias Triantafyllopoulos, Georgios Paraskevopoulos, Alexandros Potamianos

We propose a deep architecture for depression detection from social media posts. The proposed architecture builds upon BERT to extract language representations from social media posts and combines these representations u…

Depression DetectionEmotion Recognition