LGOct 17, 2024

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

arXiv:2410.13709v25 citationsh-index: 3
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in mental health prediction for smartphone users, though it is incremental as it applies existing FL methods to a new domain.

The study tackled depression detection from Reddit posts using federated learning on smartphones to protect user privacy, achieving comparable performance to centralized models with reduced computational load.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes