paper-with-me

Papers

Context-Aware Deep Learning for Multi Modal Depression Detection

2024-12-26 · Genevieve Lam, Huang Dongyan, Weisi Lin

In this study, we focus on automated approaches to detect depression from clinical interviews using multi-modal machine learning (ML). Our approach differentiates from other successful ML methods such as context-aware analysis through feature engineering and end-to-end deep neural networks for depression detection utilizing the Distress Analysis Interview Corpus. We propose a novel method that incorporates: (1) pre-trained Transformer combined with data augmentation based on topic modelling for textual data; and (2) deep 1D convolutional neural network (CNN) for acoustic feature modeling. The simulation results demonstrate the effectiveness of the proposed method for training multi-modal deep learning models. Our deep 1D CNN and Transformer models achieved state-of-the-art performance for audio and text modalities respectively. Combining them in a multi-modal framework also outperforms state-of-the-art for the combined setting. Code available at https://github.com/genandlam/multi-modal-depression-detection

📄 PDF Abstract BibTeX arXiv:2412.19209

Code (1)

genandlam/multi-modal-depression-detection 공식 구현 tf

Tasks

Data AugmentationDeep LearningDepression DetectionFeature Engineering

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

IDRL: An Individual-Aware Multimodal Depression-Related Representation Learning Framework for Depression Diagnosis

2026-03-12 · Chongxiao Wang, Junjie Liang, Peng Cao, Jinzhu Yang 외 arxiv

Depression is a severe mental disorder, and reliable identification plays a critical role in early intervention and treatment. Multimodal depression detection aims to improve diagnostic performance by jointly modeling co…

Representation Learning

The First MPDD Challenge: Multimodal Personality-aware Depression Detection

2025-05-15 · Changzeng Fu, Zelin Fu, Xinhe Kuang, Jiacheng Dong 외

Depression is a widespread mental health issue affecting diverse age groups, with notable prevalence among college students and the elderly. However, existing datasets and detection methods primarily focus on young adult…

Depression Detection

Personality-guided Public-Private Domain Disentangled Hypergraph-Former Network for Multimodal Depression Detection

2025-11-16 · Changzeng Fu, Shiwen Zhao, Yunze Zhang, Zhongquan Jian 외 arxiv

Depression represents a global mental health challenge requiring efficient and reliable automated detection methods. Current Transformer- or Graph Neural Networks (GNNs)-based multimodal depression detection methods face…

Representation LearningContrastive Learning

Exploring Machine Learning and Language Models for Multimodal Depression Detection

2025-08-28 · Javier Si Zhao Hong, Timothy Zoe Delaya, Sherwyn Chan Yin Kit, Pai Chet Ng 외 arxiv

This paper presents our approach to the first Multimodal Personality-Aware Depression Detection Challenge, focusing on multimodal depression detection using machine learning and deep learning models. We explore and compa…

Topic Modeling Based Multi-modal Depression Detection

2018-03-28 · Yuan Gong, Christian Poellabauer

Major depressive disorder is a common mental disorder that affects almost 7% of the adult U.S. population. The 2017 Audio/Visual Emotion Challenge (AVEC) asks participants to build a model to predict depression levels ba…

Depression Detection