An Attention Long Short-Term Memory based system for automatic classification of speech intelligibility
Miguel Fernández-Díaz, Ascensión Gallardo-Antolín
TL;DR
This paper tackles automatic, non-intrusive prediction of speech intelligibility in dysarthric speech using LSTM networks fed with log-mell spectrograms, augmented by a simple attention mechanism to emphasize informative frames. It juxtaposes a conventional SVM baseline with hand-crafted features against three LSTM variants (Basic, Mean-Pooling, and Attention-Pooling), with systematic exploration of preprocessing choices such as VAD. On the UA-Speech dataset, the Attention-Pooling LSTM achieves the highest accuracy, surpassing the SVM baselines and the other LSTM variants, demonstrating the value of temporal modeling and frame-level attention for intelligibility classification. The approach promises practical impact for clinical monitoring and therapy by providing a non-intrusive, objective, and repeatable intelligibility assessment method. All mathematical expressions are presented within $...$ delimiters to ensure precise representation of the modeling constructs.
Abstract
Speech intelligibility can be degraded due to multiple factors, such as noisy environments, technical difficulties or biological conditions. This work is focused on the development of an automatic non-intrusive system for predicting the speech intelligibility level in this latter case. The main contribution of our research on this topic is the use of Long Short-Term Memory (LSTM) networks with log-mel spectrograms as input features for this purpose. In addition, this LSTM-based system is further enhanced by the incorporation of a simple attention mechanism that is able to determine the more relevant frames to this task. The proposed models are evaluated with the UA-Speech database that contains dysarthric speech with different degrees of severity. Results show that the attention LSTM architecture outperforms both, a reference Support Vector Machine (SVM)-based system with hand-crafted features and a LSTM-based system with Mean-Pooling.
