TI-ASU: Toward Robust Automatic Speech Understanding through Text-to-speech Imputation Against Missing Speech Modality
Tiantian Feng, Xuan Shi, Rahul Gupta, Shrikanth S. Narayanan
TL;DR
TI-ASU tackles robust automatic speech understanding when the speech modality is missing due to privacy or data collection constraints by imputing missing audio with text-to-speech (TTS) synthesis. The framework leverages pre-trained encoders (WavLM and RoBERTa), end-to-end downstream classifiers, and a speech-imputation pipeline that generates synthetic speech from transcripts using multiple TTS models to increase data diversity. Empirical results show substantial gains even when up to $p=95\%$ of training speech is missing, and TI-ASU demonstrates added robustness under dropout-based modality perturbations. The study also evaluates LLM-assisted transcript augmentation, finding mixed results that highlight the importance of generation quality and prompt design for further gains.
Abstract
Automatic Speech Understanding (ASU) aims at human-like speech interpretation, providing nuanced intent, emotion, sentiment, and content understanding from speech and language (text) content conveyed in speech. Typically, training a robust ASU model relies heavily on acquiring large-scale, high-quality speech and associated transcriptions. However, it is often challenging to collect or use speech data for training ASU due to concerns such as privacy. To approach this setting of enabling ASU when speech (audio) modality is missing, we propose TI-ASU, using a pre-trained text-to-speech model to impute the missing speech. We report extensive experiments evaluating TI-ASU on various missing scales, both multi- and single-modality settings, and the use of LLMs. Our findings show that TI-ASU yields substantial benefits to improve ASU in scenarios where even up to 95% of training speech is missing. Moreover, we show that TI-ASU is adaptive to dropout training, improving model robustness in addressing missing speech during inference.
