ASLGSDJun 29, 2022

DDKtor: Automatic Diadochokinetic Speech Analysis

arXiv:2206.14639v12 citationsh-index: 31
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and objective speech analysis in clinical settings, offering an incremental improvement over manual methods.

The paper tackled the problem of automating the analysis of diadochokinetic speech tasks, which are used to assess speech motor impairments, by developing deep neural network models that automatically segment consonants and vowels from raw speech waveforms, resulting in the LSTM model outperforming state-of-the-art systems and performing comparably to trained human annotators on datasets of healthy individuals and those with Parkinson's Disease.

Diadochokinetic speech tasks (DDK), in which participants repeatedly produce syllables, are commonly used as part of the assessment of speech motor impairments. These studies rely on manual analyses that are time-intensive, subjective, and provide only a coarse-grained picture of speech. This paper presents two deep neural network models that automatically segment consonants and vowels from unannotated, untranscribed speech. Both models work on the raw waveform and use convolutional layers for feature extraction. The first model is based on an LSTM classifier followed by fully connected layers, while the second model adds more convolutional layers followed by fully connected layers. These segmentations predicted by the models are used to obtain measures of speech rate and sound duration. Results on a young healthy individuals dataset show that our LSTM model outperforms the current state-of-the-art systems and performs comparably to trained human annotators. Moreover, the LSTM model also presents comparable results to trained human annotators when evaluated on unseen older individuals with Parkinson's Disease dataset.

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