LGCLSIMay 23, 2021

DepressionNet: A Novel Summarization Boosted Deep Framework for Depression Detection on Social Media

arXiv:2105.10878v176 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving depression detection for mental health applications on social media, though it appears incremental as it builds on prior methods with enhancements.

The authors tackled the problem of detecting depression on social media by proposing a framework that first selects relevant content via hybrid summarization and then processes it with a CNN and attention-enhanced GRU model, achieving better empirical performance than existing baselines.

Twitter is currently a popular online social media platform which allows users to share their user-generated content. This publicly-generated user data is also crucial to healthcare technologies because the discovered patterns would hugely benefit them in several ways. One of the applications is in automatically discovering mental health problems, e.g., depression. Previous studies to automatically detect a depressed user on online social media have largely relied upon the user behaviour and their linguistic patterns including user's social interactions. The downside is that these models are trained on several irrelevant content which might not be crucial towards detecting a depressed user. Besides, these content have a negative impact on the overall efficiency and effectiveness of the model. To overcome the shortcomings in the existing automatic depression detection methods, we propose a novel computational framework for automatic depression detection that initially selects relevant content through a hybrid extractive and abstractive summarization strategy on the sequence of all user tweets leading to a more fine-grained and relevant content. The content then goes to our novel deep learning framework comprising of a unified learning machinery comprising of Convolutional Neural Network (CNN) coupled with attention-enhanced Gated Recurrent Units (GRU) models leading to better empirical performance than existing strong baselines.

Code Implementations1 repo
Foundations

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

Your Notes