paper-with-me

Papers

A knowledge-driven vowel-based approach of depression classification from speech using data augmentation

2022-10-27 · Kexin Feng, Theodora Chaspari

We propose a novel explainable machine learning (ML) model that identifies depression from speech, by modeling the temporal dependencies across utterances and utilizing the spectrotemporal information at the vowel level. Our method first models the variable-length utterances at the local-level into a fixed-size vowel-based embedding using a convolutional neural network with a spatial pyramid pooling layer ("vowel CNN"). Following that, the depression is classified at the global-level from a group of vowel CNN embeddings that serve as the input of another 1D CNN ("depression CNN"). Different data augmentation methods are designed for both the training of vowel CNN and depression CNN. We investigate the performance of the proposed system at various temporal granularities when modeling short, medium, and long analysis windows, corresponding to 10, 21, and 42 utterances, respectively. The proposed method reaches comparable performance with previous state-of-the-art approaches and depicts explainable properties with respect to the depression outcome. The findings from this work may benefit clinicians by providing additional intuitions during joint human-ML decision-making tasks.

📄 PDF Abstract BibTeX arXiv:2210.15261

Code (1)

hubbs-lab-tamu/icassp-2023-augmented-knowledge-driven-speech-based-method-of-depression-detection 공식 구현 pytorch

Tasks

Data AugmentationDecision Making

Methods 이 논문이 사용한 방법론

Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…
1D CNN 1D Convolutional Neural Networks are similar to well known and more established 2D Convolutional Neural Networks. 1D Convolutional Neural Networks are used mainly used on text and…

Similar Papers 제목 키워드 기반

Toward Knowledge-Driven Speech-Based Models of Depression: Leveraging Spectrotemporal Variations in Speech Vowels

2022-10-05 · Kexin Feng, Theodora Chaspari

Psychomotor retardation associated with depression has been linked with tangible differences in vowel production. This paper investigates a knowledge-driven machine learning (ML) method that integrates spectrotemporal in…

Vowel Classification

Robust and Explainable Depression Identification from Speech Using Vowel-Based Ensemble Learning Approaches

2024-10-23 · Kexin Feng, Theodora Chaspari

This study investigates explainable machine learning algorithms for identifying depression from speech. Grounded in evidence from speech production that depression affects motor control and vowel generation, pre-trained …

Ensemble LearningMixture-of-Experts

Explaining Spectrograms in Machine Learning: A Study on Neural Networks for Speech Classification

2024-07-10 · Jesin James, Balamurali B. T., Binu Abeysinghe, Junchen Liu

This study investigates discriminative patterns learned by neural networks for accurate speech classification, with a specific focus on vowel classification tasks. By examining the activations and features of neural netw…

Classificationspeech-recognitionSpeech RecognitionVowel Classification

Visualising Model Training via Vowel Space for Text-To-Speech Systems

2022-08-21 · Binu Abeysinghe, Jesin James, Catherine I. Watson, Felix Marattukalam

With the recent developments in speech synthesis via machine learning, this study explores incorporating linguistics knowledge to visualise and evaluate synthetic speech model training. If changes to the first and second…

Speech Synthesistext-to-speechText to Speech

Accent Classification with Phonetic Vowel Representation

2016-02-24 · Zhenhao Ge, Yingyi Tan, Aravind Ganapathiraju

Previous accent classification research focused mainly on detecting accents with pure acoustic information without recognizing accented speech. This work combines phonetic knowledge such as vowels with acoustic informati…

ClassificationGeneral Classification